相关疑难解决方法(0)

用代理运行conda

我在Windows上使用Anaconda 2.7,我的网络连接使用代理.

以前,当使用python 2.7(Not Anaconda)时,我安装了这样的包:

pip install {packagename} --proxy proxy-us.bla.com:123
Run Code Online (Sandbox Code Playgroud)

有没有办法运行conda代理参数?没有看到它conda help.

谢谢

proxy python-2.7 anaconda

49
推荐指数
5
解决办法
8万
查看次数

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

我正在尝试在 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.
Run Code Online (Sandbox Code Playgroud)

有谁知道如何解决这个问题,以便我可以安装名为 Rdkit 的程序?

python rdkit conda

8
推荐指数
3
解决办法
2万
查看次数

标签 统计

anaconda ×1

conda ×1

proxy ×1

python ×1

python-2.7 ×1

rdkit ×1