pip错误
pip安装第三方库报错Could not fetch URL https://pypi.org/simple/pip/:
There was a problem confirming the ssl certificate windows环境用pip安装第三方库Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retrie s exceeded with url: /simple/pip/ (Caused by SSLError(SSLError(1, '[SSL: UNKNOWN _PROTOCOL] unknown protocol (_ssl.c:852)'),)) - skipping
应该是 https://pypi.org/simple/pip/ 这个地址,被拦截了
通过百度解决办法:
error: subprocess-exited-with-error
执行安装python依赖包的时候,
应该与linux 系统编码‘uft-8’有关
如果settings中配置了MEDIA_ROOT则会在MEDIA_ROOT下创建uploads,否在会在根目录下创建uploads
Last updated