【发布时间】:2020-03-06 22:35:26
【问题描述】:
我正在尝试在 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 的程序吗?
【问题讨论】:
-
您的主目录中是否有包含任何代理设置的
.condarc?您是否设置了HTTP_PROXY和或HTTPS_PROXY?您甚至需要设置代理服务器吗?