pycharm安装第三方库报错Non-zero exit code (1)以及上一个出错ERROR: Command errored out with exit status 1

参考博客:Pycharm无法安装第三方库,错误代码Non-zero exit code (1) 的解决方案之pip升级

升级结束后,继续安装第三方库,又出现了之前的错误:
socket.timeout: The read operation timed out

ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
搜索了网上解决办法,有说是更换pip安装镜像源,然而尝试了之后还是如下图:
pycharm安装第三方库报错Non-zero exit code (1)以及上一个出错ERROR: Command errored out with exit status 1_第1张图片
估计还是网速的问题,后来把无线换成了有线连接,在cmd中执行,就ok了。。。(留下了感人的泪水。。。)
pycharm安装第三方库报错Non-zero exit code (1)以及上一个出错ERROR: Command errored out with exit status 1_第2张图片
安装

另外,关于socket.timeout: The read operation timed out 参考这篇博客socket.timeout: The read operation timed out ,可以试一下在文件夹中添加pip.ini文件(虽然我还没试)

你可能感兴趣的:(python,日常问题)