urllib.error.URLErro 或者 Can't connect to HTTPS URL because the SSL module is not available

昨天2019.12.5我在我的windows系统上安装virtualbox和centos后,不知道是不是删了什么东西,导致了我的anaconda里自带的python编译器和pip都不好使了,一用pip install ~什么东西,就会报错。
问题:1:urllib.error.URLError:
2:ImportError: DLL load failed: 找不到指定的模块
3:Can’t connect to HTTPS URL because the SSL module is not available
解决方案:https://slproweb.com/products/Win32OpenSSL.html
去这个网址下载适合你电脑操作系统的MSI文件
urllib.error.URLErro 或者 Can't connect to HTTPS URL because the SSL module is not available
然后放到你的anaconda————>Scripts里去
要是你在官网下载的python不好使了,就放到python——>lib——>site-packages里去
最后从新启动pycharm,进行编译 就好使了。
三个问题一下解决 嘿嘿