python安装cv2错误:Could not find a version that satisfies the requirement cv2 (from versions: )

  • 在做有关图像的项目中,会遇到在项目中使用 cv2 库的时候,但是根据提示去安装cv2库时,会报错:Could not find a version that satisfies the requirement cv2 (from versions: )。
  • 用下面这条命令进行安装,或者在pycharm中的安装库中直接搜索 “opencv-python” 进行下载安装即可解决

pip install opencv-python

你可能感兴趣的:(OCR,python,cv2,报错)