问题:在windows命令窗口输入pip install cv2后出现: Could not find a version that satisfies the requirement cv (from versions: ) No matching distribution found for cv

解决办法:换成以下命令:

pip3 install opencv-python

相关文章:

  • 2022-02-20
  • 2021-06-13
  • 2021-11-30
  • 2022-12-23
  • 2021-08-26
  • 2021-05-15
  • 2021-08-18
  • 2021-08-02
猜你喜欢
  • 2022-12-23
  • 2021-11-07
  • 2021-11-04
  • 2021-08-16
  • 2022-12-23
  • 2021-11-23
  • 2021-10-11
相关资源
相似解决方案