繁体   English   中英

我无法使用 pip 在 windows 7 上安装 python 模块 cv2

[英]I cannot install python module cv2 on windows 7 with pip

我无法使用命令"pip install cv2"安装 Python 模块 cv2

操作系统:Windows 7 64bit

错误:

Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement cv2 <from versions: none >
WARNING: You are using pip version 20.2; however, version 20.2.1 is available.
You should consider upgrading 

安装OpenCv而不是cv2

pip install opencv-python

将工作

OpenCv教程

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM