为了安装greta
包,我需要先安装 tensorflow-probability。TensorFlow 和 Python 3.7 Anaconda 已经安装。
当我在 R: 中尝试以下命令时reticulate::conda_install("r-tensorflow", "tensorflow-probability", pip = TRUE)
,我得到以下信息:
Could not install packages due to an EnvironmentError: [WinError 5] Access is denied:
'C:\\Users\\PHILTE~1\\ANACON~1\\envs\\r-tensorflow\\Lib\\site-packages\\numpy\\core\\multiarray.cp36-win_amd64.pyd'
Consider using the `--user` option or check the permissions.
我的笔记本电脑有管理员权限,所以我不确定为什么我的访问被拒绝。但是如何在--user
命令中添加reticulate
命令?