如何解决conda代理配置中出现的错误?

时间:2019-11-11 08:39:45

标签: python conda rdkit

我正在尝试在Ubuntu上安装Rdkit,但是conda配置存在问题。

我已经在桌面上重新安装了anaconda3和python3版本,并从一开始就安装了它。

当我运行命令时:conda create -c rdkit -n my-rdkit-env rdkit

我遇到的错误是这个:

Collecting package metadata (current_repodata.json): failed

ProxyError: Conda cannot proceed due to an error in your proxy configuration.
Check for typos and other configuration errors in any '.netrc' file in your home directory,
any environment variables ending in '_PROXY', and any other system-wide proxy
configuration settings.

有人知道如何解决此问题,以便我可以安装名为Rdkit的程序吗?

5 个答案:

答案 0 :(得分:2)

我的工作机上有类似的错误。我在Windows 10上。

对我来说,解决方法是将*.anaconda.org添加到控制面板> Internet选项> 连接> LAN设置> 高级

希望这会有所帮助。

答案 1 :(得分:1)

嗨,我有同样的错误。

在我的情况下,我的计算机中存在环境变量

import com.example.dccandroidapp.FragmentLoginBindingImpl;

就我而言,我并不需要它,我只是将其删除,并且可以正常工作。

答案 2 :(得分:1)

我今天在Linux 18.04上遇到了同样的问题。我在导出$http_proxy$https_proxy

时添加了用户名和密码来解决此问题

这是命令结构:

$ export http_proxy=http://username:password@proxy:port
$ export https_proxy=https://username:password@proxy:port

如果您的密码包含特殊字符,例如!@#$%,请确保将其输入为Flash代码。例如#->%23, @->%40。您可以搜索更多符号。

我还从主目录中删除了.condarc文件。

希望这项工作对您有帮助。

答案 3 :(得分:0)

您可以改用 pip。就我而言,使用 pip 以某种方式修复了 conda 的此错误。

答案 4 :(得分:0)

我在 Linux 操作系统上遇到了同样的错误。

解决方案 - 为了修复该错误,我已将 ( *.anaconda.com ) 添加到代理例外列表中。