简体   繁体   English

无法使用 pip 安装某些 Python 模块

[英]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:我已经将 pip 添加到路径中,但是当我尝试安装某些模块时,会发生这种情况:

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?当我尝试安装 Time 或 OpenCV 时,总是会发生这种情况,我该怎么办?

Check the module names at https://pypi.orghttps://pypi.org检查模块名称

pip install opencv-python

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

may be your packagename is wrong可能是您的包名错误
opencv is pip install opencv-python opencv 是 pip 安装 opencv-python

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

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