我在没有管理员权限或写权限的目录中安装了 python。我在 Windows 7 上使用 Python 3.6.5 和 conda 4.5.4。
运行时,conda install -c conda-forge python-fmask
我收到以下错误消息:
Preparing transaction: done
Verifying transaction: done
Executing transaction: failed
ERROR conda.core.link:_execute(502): An error occurred while uninstalling package 'defaults::pytables-3.4.3-py36he6f6034_1'.
PermissionError(13, 'Access denied')
文件夹conda-meta
和pkgs
位于我具有写权限的目录中。Anaconda 安装目录中有这些文件夹的硬链接。conda 在哪些目录中需要权限才能安装软件包?