摘要:
解决方法,设置超时时间 pip --default-timeout=100 install -U Pillow 阅读全文
摘要:
转载https://www.jianshu.com/p/ace9be0b08ed 公司运维提供的服务器是centos6.8,打算在上面装python3.7,结果费尽周折,按照网上的步骤python3.7能成功安装,但是import ssl却报找不到_ssl模块的错误: import _ssl # i 阅读全文