今天在公司电脑上新装python和pycharm,在安装第三方库的时候总是提示下图错误:

ERROR: Could not find a version that satisfies the requirement *** (from versions: none)

Pycharm下载库出错ERROR: Could not find a version that satisfies the requirement

搜索了很多方法都不怎么方便或者有用,试了下在cmd中输入:pip3 install xlwt

果然安装成功,可以带版本号:pip3 install requests==2.23.0,也可以不带版本号。

红色部分是我打错了库名。

Pycharm下载库出错ERROR: Could not find a version that satisfies the requirement

 

同时,安装的库可以在pycharm中升级

Pycharm下载库出错ERROR: Could not find a version that satisfies the requirement

 

 至此这个问题 完美解决!

相关文章:

  • 2022-12-23
  • 2021-10-05
  • 2021-09-24
  • 2022-12-23
  • 2021-12-04
  • 2021-10-05
  • 2022-12-23
  • 2021-09-02
猜你喜欢
  • 2021-05-17
  • 2021-12-13
  • 2021-12-05
  • 2022-01-30
  • 2022-12-23
  • 2022-12-23
  • 2021-12-21
相关资源
相似解决方案