在WSL UBUNTU中安装miniconda

时间:2020-01-09 07:06:34

标签: installation conda windows-subsystem-for-linux

我执行了

$ 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

并收到以下错误代码

错误conda.core.link:_execute(700):发生错误 安装软件包'defaults :: python-2.7.17-h9bab390_0'。

我认为删除已安装的内容并使用

重试会很有意义。
$rm -rf /home/username/miniconda2/

然后收到以下错误:

rm:无法删除 '/ home /用户名/miniconda2/pkgs/python-2.7.17-h9bab390_0/bin/python2.7': 权限被拒绝

我不确定下一步该怎么做。感谢您的建议。

1 个答案:

答案 0 :(得分:1)

Wn10将python2.7二进制文件检测为威胁并将其隔离,因此它不起作用。

查看关于conda的问题: https://github.com/conda/conda/issues/9561

以及与Microsoft的关联提交: 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

下载python 2.7软件包
  1. 手动打开包装,允许Windows 10检测威胁。

  2. 转到Windows中的病毒保护历史记录并允许该文件。从现在开始,Windows不会自动隔离它。

  3. 重新部署Conda或Python 2.7环境。