python项目在安装某个包依赖时,提示了Could not find a version that satisfies the requirement pytest-html>=3.1.1这个错误,

解决方案是使用pip命令直接安装pytest-html>=3.1.1就行。

pip install pytest-html>=3.1.1

碰到其他的装依赖时提示Could not find a version that satisfies the requirement xxx<=xxx这样的问题时,也都是直接pip安装对应的包即可。

相关文章:

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