

(C:\Users\saxs\anaconda3) C:\Users\saxs>conda deactivateĬ:\Users\saxs>conda create -n C5 conda=5 python=3Įxception: HTTPSConnectionPool(host='', port=443): Max retries exceeded with url: /pkgs/main/win-64/current_repodata.json (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available. To search for alternate channels that may provide the conda package you'reĪnd use the search bar at the top of the page. PackagesNotFoundError: The following packages are not available from current channels: At the end of the day I want to copy that environment and take it to another PC, so I do the following: conda env export -f mynewproject.yml.

#Anaconda 3 add environment install
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.Ĭollecting package metadata (repodata.json): done I install python packages I need: conda install -c conda-forge opencv etc. (C:\Users\saxs\anaconda3) C:\Users\saxs>conda create -n C5 conda=5 python=3Ĭollecting package metadata (current_repodata.json): done (C:\Users\saxs\anaconda3) C:\Users\saxs>conda env list (C:\Users\saxs\anaconda3) C:\Users\saxs>activate base (C:\Users\saxs\anaconda3) C:\Users\saxs>conda activate Type a descriptive Name for your environment, such as python35. OpenSSL is required toĮxception: HTTPSConnectionPool(host='', port=443): Max retries exceeded with url: /anaconda/win-64/current_repodata.json (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) (C:\Users\saxs\anaconda3) C:\Users\saxs>conda create -n C5 conda=5 python=3Ĭollecting package metadata (current_repodata.json): failedĬondaSSLError: OpenSSL appears to be unavailable on this machine. This could be due to the command conda deactivate. Sorry for delay in answer, somehow I solved and I was try to recreate the error. The official recommendation is not to add Anaconda / Python to the Windows PATH environment variable (see Anaconda User Guide FAQ ). Andrea.radeticchio: create -n Test2 Python=2.7 Miniconda allows you to create a minimal, self-contained Python installation compared to Anaconda and use the Conda package manager to install additional.
