简体   繁体   中英

Can't install certain Python Modules with pip

I already have pip added to path, but when i try to install certain modules, this happens:

ERROR: Could not find a version that satisfies the requirement (module name)
ERROR: No matching distribution found for (module name)

This always happens when i try to install Time or OpenCV, what can i do?

Check the module names at https://pypi.org

pip install opencv-python

https://pypi.org/project/opencv-python/

may be your packagename is wrong
opencv is pip install opencv-python

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