I am trying to install Rdkit on ubuntu and I have problem with the conda configuration.
I have reinstalled anaconda3 and python3 versions on my desktop and installed it from the beginning.
When I run the command: conda create -c rdkit -n my-rdkit-env rdkit
The error I am experiencing is this one:
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.
Does anybody knows how to solve this problem, so that I can install the program called Rdkit?
condarc , is an optional runtime configuration file that allows advanced users to configure various aspects of conda, such as which channels it searches for packages, proxy settings, and environment directories.
The . condarc file is not included by default, but it is automatically created in your home directory the first time you run the conda config command. To create or modify a . condarc file, open Anaconda Prompt or a terminal and enter the conda config command.
I had a similar error on my work machine. I'm on Windows 10.
For me, the fix was to add *.anaconda.org
to my list of proxy exceptions under Control Panel > Internet Options > Connections > LAN Settings > Advanced
Hope this helps.
Hi I had the same error.
In my case was that in environment variables from my computer I had
HTTP_PROXY = value...
HTTPS_PROXY
In my case I didnt need that and I just removed them and it worked.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With