摘要:
python 源码编译时要 打开 SSL=/usr/local/ssl_ssl _ssl.c \ -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \ -L$(SSL)/lib -lssl -lcrypto 阅读全文
摘要:
问题解决zipimport.ZipImportError: can‘t decompress data; zlib not availabl wget https://bootstrap.pypa.io/pip/2.7/get-pip.py # python2.7 wget https://boot 阅读全文
摘要:
执行./configure时报错:configure: error: no acceptable C compiler found in $PATH 安装gcc sudo apt install gcc 阅读全文
摘要:
执行python get-pip.py报错: Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host= 阅读全文