conda create环境报错解决办法

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了conda create环境报错解决办法相关的知识,希望对你有一定的参考价值。

参考技术A conda create -n reco_sys python=3.6.7
报错:
CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://repo.anaconda.com/pkgs/main/linux-64/python-3.6.7-h0371630_0.tar.bz2
Elapsed: -
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.

解决办法:
在当前用户目录下,如果是root用户则为/root,增加.condarc文件,内容如下:

再次运行则正常。

conda 激活环境失败解决办法

https://stackoverflow.com/questions/41746137/conda-environment-is-discoverable-but-not-activateable-when-activate-is-a-bash

 

You can list all discoverable environments with `conda info --envs

 

source /home/你的用户名/anaconda3/bin/activate molr-py3    

以上是关于conda create环境报错解决办法的主要内容,如果未能解决你的问题,请参考以下文章

conda命令无效解决办法

conda 激活环境失败解决办法

pycharm配置深度学习环境:conda env create -f environment.yml报错

在指定目录下建立conda虚拟环境后发现没有环境名(激活失败)的解决办法

iOS之报错“Cannot create __weak reference in file using manual reference counting”解决办法

gcc is unable to create an executable file -- 执行./configure 报错解决办法