参考博客: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
估计还是网速的问题,后来把无线换成了有线连接,在cmd中执行,就ok了。。。(留下了感人的泪水。。。)
pycharm安装第三方库报错Non-zero exit code (1)以及上一个出错ERROR: Command errored out with exit status 1
pycharm安装第三方库报错Non-zero exit code (1)以及上一个出错ERROR: Command errored out with exit status 1

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

相关文章:

  • 2022-12-23
  • 2021-08-24
  • 2022-12-23
  • 2021-10-20
  • 2021-06-20
  • 2021-09-11
  • 2022-12-23
  • 2021-08-20
猜你喜欢
  • 2021-10-14
  • 2022-12-23
  • 2022-12-23
  • 2021-04-22
  • 2021-12-14
  • 2021-06-04
  • 2022-12-23
相关资源
相似解决方案