Linux环境安装Python第三方库出现
Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate
解决方法:
pip install 第三方库 -i http://pypi.douban.com/simple --trusted-host pypi.douban.com
eg:pip install opencv-python -i http://pypi.douban.com/simple --trusted-host pypi.douban.com