简体   繁体   English

错误:找不到满足要求 cv2 的版本(来自版本:无)错误:找不到 cv2 的匹配分发

[英]ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none) ERROR: No matching distribution found for cv2

Hi my problem is that whenever i try to install a package (cv2)/(pip install cv2) it show an error as the title shows my code is a python code using opencv please do reply if you have any ideas or answers of this question thanks for your time.嗨,我的问题是,每当我尝试安装包 (cv2)/(pip install cv2) 时,它都会显示错误,因为标题显示我的代码是使用 opencv 的 python 代码,如果您对此问题有任何想法或答案,请回复谢谢你的时间。 sorry stackoverflow hasn't allowed me too post the code so sorry you cant see the code抱歉,stackoverflow 不允许我发布代码,很抱歉您看不到代码

just ask google how install Opencv ....问问谷歌如何安装Opencv ....

for python2:对于python2:

pip install opencv-python

for python3对于python3

pip3 install opencv-python

对于 Python 3:

pip install opencv-contrib-python

暂无
暂无

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

相关问题 错误:找不到满足 mathplotlib 要求的版本(来自版本:无)错误:找不到 mathplotlib 的匹配分布 - ERROR: Could not find a version that satisfies the requirement mathplotlib (from versions: none) ERROR: No matching distribution found for mathplotlib 错误:找不到满足要求的版本 os(来自版本:无) 错误:找不到匹配的发行版 os - ERROR: Could not find a version that satisfies the requirement os (from versions: none) ERROR: No matching distribution found for os 错误:找不到满足 tensorflow 要求的版本(来自版本:无)错误:没有找到 tensorflow 的匹配分布) - ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) ERROR: No matching distribution found for tensorflow) 错误:找不到满足火炬要求的版本(来自版本:无)错误:找不到火炬的匹配分布 - ERROR: Could not find a version that satisfies the requirement torch (from versions: none) ERROR: No matching distribution found for torch 错误:无法从版本中找到满足 Django==1.10.5 要求的版本:无错误:未找到匹配的发行版 Django==1.10.5 - ERROR: Could not find a version that satisfies the requirement Django==1.10.5 from versions: none ERROR: No matching distribution found Django==1.10.5 错误:找不到满足 chatbot_demo_rest 要求的版本(来自版本:无)错误:找不到匹配的分发版 - ERROR: Could not find a version that satisfies the requirement chatbot_demo_rest (from versions: none) ERROR: No matching distribution found for 错误:找不到满足熊猫要求的版本(来自版本:)找不到与熊猫匹配的发行版 - ERROR : Could not find a version that satisfies the requirement pandas (from versions: ) No matching distribution found for pandas 如何修复“找不到满足安装要求的版本(来自版本:)找不到安装的匹配发行版”错误 - how to fix " Could not find a version that satisfies the requirement install (from versions: ) No matching distribution found for install " error 找不到满足 dblib 要求的版本(来自版本:无)并且没有找到 dblib 的匹配分布 - could not find a version that satisfies the requirement dblib (from versions: none) and No matching distribution found for dblib 错误:找不到匹配的发行版和错误:找不到满足要求的版本 - ERROR: No matching distribution found and ERROR: Could not find a version that satisfies the requirement
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM