赞
踩
1、pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
2、There was a problem confirming the ssl certificate: Can't connect to HTTPS URL because the SSL module is not available
3、Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/lyp/miniconda3/envs/env_l/lib/python3.6/ssl.py", line 101, in <module>
import _ssl # if we can't import it, let the error propagate
ImportError: libssl.so.10: cannot open shared object file: No such file or directory
#卸载python重新安装
conda uninstall python
conda install python=3.6.2
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。