ERROR: Could not find a version that satisfies the requirement opencv (from versions: none) ERROR: No matching distribution found for opencv解决方法
- 使用pip 安装时,有时会遇到网上慢或者撞墙的现象,这时我们就到这个网站手动下载你需要的安装包,手动安装,地址
2.找到opencv。因为我使用的是 Python 3.8.015版本,并且我的电脑是64位的,所以我选择下载:opencv_python‑4.5.5‑cp38‑cp38‑win_amd64.whl
3. 记住下载路径
4. 下载完成后,在命令提示符窗口 中,执行下面的命令文章来源:https://www.toymoban.com/news/detail-636090.html
pip install C:\安装包\opencv_python-4.5.5-cp38-cp38-win_amd64.whl
成功安装,输出下面信息:
tips:
在pycharm中测试opencv是否安装成功文章来源地址https://www.toymoban.com/news/detail-636090.html
到了这里,关于安装opencv遇到的问题ERROR: Could not find a version that satisfies the requirement opencv (from versions: n的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!