urllib3.exceptions.SSLError: Can‘t connect to HTTPS URL because the SSL module is not available.


python requests.get错误,

urllib3.exceptions.SSLError: Can't connect to HTTPS URL because the SSL module is not available.

1.在虚拟环境中:
pip install pyOpenSSL
2.添加环境变量
F:\Anaconda\envs\open3d\Library\bin
3.重启pycharm

你可能感兴趣的:(urllib3.exceptions.SSLError: Can‘t connect to HTTPS URL because the SSL module is not available.)