简体   繁体   English

错误:找不到满足 python-opencv 要求的版本

[英]ERROR: Could not find a version that satisfies the requirement python-opencv

I am trying to install the opencv python library.我正在尝试安装 opencv python 库。 This is the command I ran:这是我运行的命令:

pip install python-opencv

I got this error:我收到此错误:

ERROR: Could not find a version that satisfies the requirement python-opencv
ERROR: No matching distribution found for python-opencv

I got a suggestion from a video to use this:我从视频中得到了使用这个的建议:

pip install python-opencv-headless

But still i was getting the same error.但我仍然遇到同样的错误。 I am using python 3.7.9.我正在使用 python 3.7.9。 How can i fix this error我该如何解决这个错误

you can use this:-你可以使用这个: -

pip install opencv-python

however,usefuless:) I also got the error然而,没用:)我也得到了错误

ERROR: Could not find a version that satisfies the requirement python-opencv ERROR: No matching distribution found for python-opencv错误:找不到满足 python-opencv 要求的版本 错误:找不到 python-opencv 的匹配分布

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

相关问题 找不到满足要求的版本,错误python - Could not find a version that satisfies the requirement, error python Python 3.10 的 opencv-python,“找不到满足要求的版本” - opencv-python for Python 3.10, "Could not find a version that satisfies the requirement" Opencv-python安装错误:找不到满足opencv要求的版本(来自版本:无) - Opencv-python install error :Could not find a version that satisfies the requirement opencv (from versions: none) 找不到满足 opencv-python 要求的版本 - Could not find a version that satisfies the requirement opencv-python 错误:在对 python 项目进行 docker 化时找不到满足要求的版本 - ERROR: Could not find a version that satisfies the requirement while dockerizing a python project Python polytools:找不到满足要求的版本 - Python polytools: Could not find a version that satisfies the requirement 找不到满足 Scrapy (python) 要求的版本 - Could not find a version that satisfies the requirement Scrapy (python) 找不到满足要求的版本轮 python - Could not find a version that satisfies the requirement wheel python 错误:找不到满足要求的版本 tensorflow - ERROR : could not find a version that satisfies the requirement tensorflow 错误:找不到满足要求的版本 pyhash - ERROR: Could not find a version that satisfies the requirement pyhash
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM