我在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
.
谢谢
我正在尝试在 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 的程序?