ERROR: Could not find a version that satisfies the requirement opencv-python==4.4.0.46 (from versions: none)
时间: 2023-11-06 13:09:02 浏览: 175
Tensorflow安装问题: Could not find a version that satisfies the requirement tensorflow
5星 · 资源好评率100%
根据提供的引用内容,您遇到了使用requirements.txt文件安装依赖时出现了opencv找不到指定版本的错误。这可能与您的源有关。您可以尝试重新安装opencv-contrib-python模块,并确保使用sudo命令进行安装。另外,您还可以参考stackoverflow上的文章,以获取更多关于导入opencv在Python中出错的解决方案。以下是一些常见的步骤来解决这个问题:
1. 确保您的requirements.txt文件中指定了正确的版本号,例如opencv-python==4.4.0.46。
2. 使用sudo pip3 install opencv-contrib-python命令重新安装opencv-contrib-python模块。
3. 如果安装过程很慢或遇到其他错误,请尝试使用sudo pip3 install opencv-python命令进行安装。
4. 如果问题仍然存在,请参考stackoverflow上的文章,尝试其他解决方案。
阅读全文