我执行了:
$ wget https://repo.continuum.io/miniconda/Miniconda2-4.7.12.1-Linux-x86_64.sh
$ bash Miniconda2-4.7.12.1-Linux-x86_64.sh并收到以下错误代码
ERROR conda.core.link:_execute(700):安装包‘默认值::Python-2.7.17-h9bab390_0’时发生了错误。
我认为删除已安装的内容并重新尝试使用
$rm -rf /home/username/miniconda2/然后收到以下错误:
'/home/username/miniconda2/pkgs/python-2.7.17-h9bab390_0/bin/python2.7':rm:无法删除拒绝的
权限
我不知道下一步该怎么办。谢谢你提前给我建议。
发布于 2020-01-10 20:09:40
Wn10检测python2.7二进制文件作为威胁并隔离它,因此它不起作用。
见为conda打开的问题:https://github.com/conda/conda/issues/9561
以及与微软相关的提交:https://www.microsoft.com/en-us/wdsi/submission/b139ccc5-79c0-490f-a963-495e2cce78da
修复: 1.从https://anaconda.org/anaconda/python/files?sort=distribution_type&sort_order=desc&version=2.7.17下载python2.7软件包
https://stackoverflow.com/questions/59658800
复制相似问题