简体   繁体   中英

I cannot install python module cv2 on windows 7 with pip

I can not install Python module cv2 with the command "pip install cv2"

OS: Windows 7 64bit

error:

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 

Install OpenCv instead of cv2 :

pip install opencv-python

Will work

OpenCv tutorial

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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