Не удается установить rpy2 через pip в MAC OS
Я не могу установить rpy2(пакет Python) через pip или PyCharm в MAC OS.
Но я могу успешно запустить Python(через PyCharm) и R(через RStudio).....
Основное сообщение об ошибке
"Ошибка: Попытка угадать ДОМОЙ R, но нет команды (R) в ПУТИ". и "Команда" python setup.py egg_info "завершилась ошибкой с кодом ошибки 1 в / private / tmp / pip-build-OtKzsd / rpy2 /".
Я думаю, что проблема может быть связана с настройкой PATH среды R?
Но я до сих пор не знаю, как решить эту проблему....
Полное сообщение об ошибке ниже:
host-217:~ ChenGuanYing$ sudo pip install rpy2
The directory '/Users/ChenGuanYing/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/Users/ChenGuanYing/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Collecting rpy2
Downloading rpy2-2.7.8.tar.gz (178kB)
100% |████████████████████████████████| 184kB 1.1MB/s
Complete output from command python setup.py egg_info:
Error: Tried to guess R's HOME but no command (R) in the PATH.
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/tmp/pip-build-OtKzsd/rpy2/
1 ответ
Два возможных решения, как указано в сообщении об ошибке:
- export R_HOME =
- поставить команду R в системном PATH