gpt4 book ai didi

python-3.x - 在我的 ubuntu 服务器上以管理员身份运行 conda install,我得到 "Missing write permissions:/home/ubuntu/anaconda3"

转载 作者:行者123 更新时间:2023-12-03 23:46:01 26 4
gpt4 key购买 nike

我已经在我的 ubuntu 服务器上安装了 Anaconda3。
当我尝试使用 conda 安装或升级任何软件包时,例如:

conda install numpy=1.11.0

(当然你不能做“sudo conda”)

我收到以下错误:
Error: Missing write permissions in: /home/ubuntu/anaconda3
#
# You don't appear to have the necessary permissions to install packages
# into the install area '/home/ubuntu/anaconda3'.
# However you can clone this environment into your home directory and
# then make changes to it.
# This may be done using the command:
#
# $ conda create -n my_root --clone=/home/ubuntu/anaconda3

最佳答案

正如@cel 所指出的,提供正确的权限就是必要的:

sudo chown -R ubuntu /home/ubuntu/anaconda3 
sudo chmod -R +x /home/ubuntu/anaconda3

关于python-3.x - 在我的 ubuntu 服务器上以管理员身份运行 conda install,我得到 "Missing write permissions:/home/ubuntu/anaconda3",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36574640/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com