-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mac 환경에 elbird 설치시 오류 #75
Comments
안녕하세요. 제가 맥을 최근에 사용하지 않아서 빨리 확인하기 어려울 수 있을 것 같습니다. 아마도 컴파일에 필요한 도구들이 없어서 일 것 같은데요. Xcode 를 설치해보시고, 결과를 알려주시겠어요? |
Xcode 다운 받고 R 환경에서 다시 인스톨 패키지를 했더니, 아까와 똑같은 오류가 뜹니다. install.packages('elbird', repos = c('https://mrchypark.r-universe.dev')) 오류 Package which is only available in source form, and may need compilation of C/C++/Fortran: trying URL 'https://mrchypark.r-universe.dev/src/contrib/elbird_0.2.5.tar.gz'
|
진전이 좀 생겼네요. cmake를 설치해야 하는데요. 아래 링크에 잘 설명이 되어 있습니다. 설치하고 다시 시도 부탁드립니다. mac에 사전 설치 도구들에 대해 설명 문서를 좀 작성해야겠네요. 문의주셔서 정말 감사드립니다. |
Mac 오류 문제는 해결됐는지요? 제가 개설한 텍스트마이닝 수업에서 elbird 사용을 고려하고 있습니다. 요즘 학생 중에 mac을 쓰는 학생들이 꽤 많아 확인이 필요합니다. (저도 mac을 사용하지 않아서요...) |
위 문제는 설치에 필요한 다른 도구가 없어서 생긴 것이기는 합니다. 다만 저도 사전에 확인할 필요가 있다보니 방법을 좀 찾아봐야겠네요. 사용을 고려해주신다니 감사드립니다. |
안녕하세요.
mac 환경에서 elbird 설치 진행할 때 생기는 오류 입니다. 해결 방법이 있을까요?
아래 코드 입력했을 때,
install.packages('elbird', repos = c('https://mrchypark.r-universe.dev'))
이런 오류가 나옵니다.
------------------------------[ ELBIRD ]------------------------------
Configuration failed because 'libkiwi' was not found.
If 'libkiwi' is already installed but in a non-standard location, you
may set INCLUDE_DIR and LIB_DIR manually via:
R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...'
ERROR: configuration failed for package ‘elbird’
Warning in install.packages :
installation of package ‘elbird’ had non-zero exit status
The downloaded source packages are in
‘/private/var/folders/51/wrm1b23n7hz1yrjhlzc1q7zw0000gn/T/RtmpwfuWyO/downloaded_packages’
The text was updated successfully, but these errors were encountered: