Trying to install RADKit but cannot get past this error: CondaSSLError: Encountered an SSL error. Most likely a certificate verification issue. I searched for solutions, the only one being
conda config --set ssl_verify false
but it still fails. More complete error message: Exception: HTTPSConnectionPool(host='repo.anaconda.com', port=443): Max retries exceeded with url: /pkgs/main/linux-64/current_repodata.json (Caused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1007)')))
As far as I know I have full access to the Internet.
Thanks in advance.