ModuleNotFoundError: No module named 'cv2'

解决方法:

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple opencv-python

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple opencv-contrib-python

pip install opencv-python

pip install opencv-contrib-python

 

相关文章:

  • 2021-05-06
  • 2022-12-23
  • 2021-07-21
  • 2021-09-06
  • 2021-06-26
  • 2021-10-06
  • 2021-10-16
猜你喜欢
  • 2022-12-23
  • 2021-07-03
  • 2021-06-02
  • 2021-12-29
相关资源
相似解决方案