conda create -n x1 python=3.7报错
PS C:\Users\Richardo.M.Song\Desktop\lele_seg\x1> conda create -n x1 python=3.7
Collecting package metadata (current_repodata.json): failed
CondaSSLError: OpenSSL appears to be unavailable on this machine. OpenSSL is required to
download and install packages.
Exception: HTTPSConnectionPool(host='mirrors.tuna.tsinghua.edu.cn', port=443): Max retries exceeded with url: /anaconda/cloud/pytorch/win-64/current_repodata.json (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available."))
参考【anaconda报错】CondaSSLError: OpenSSL appears to be unavailable on this machine.问题记录与解决方法
复制E:\anaconda\Library\bin的
- libcrypto-1_1-x64.dll
- libssl-1_1-x64.dll
到E:\anaconda\DLLs -
可以了