【发布时间】:2017-01-02 19:56:12
【问题描述】:
我为我的 Windows 10 机器上的所有用户安装了 Anaconda for Python 2.7。当我尝试通过conda update conda 更新它时,我收到以下错误:
# You don't appear to have the necessary permissions to update packages
# into the install area 'C:\Program Files\Anaconda2'.
# 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=C:\Program Files\Anaconda2
然而,当我尝试将它克隆到我的主目录时,我得到了错误:
PermissionError: [WinError 5] Access is denied: 'C:\\Program Files\\Anaconda2\\pkgs\\menuinst-1.4.1-py27_0.tmp'
有没有办法解决这个问题?我一直在谷歌搜索,但没有找到明确的解决方案。
【问题讨论】:
标签: python-2.7 anaconda