gpt4 book ai didi

python - python3 ubuntu 14.04下安装opencv-python

转载 作者:太空狗 更新时间:2023-10-30 00:34:42 26 4
gpt4 key购买 nike

我想在 Ubunto 14.04 的 python 3 下使用 opencv。我打算使用 PyCharm IDE 来开发我的程序。

在我选择的 PyCharm 中,我设置:

文件/设置/项目:HelloWorld/Project Interpreter/3.4.3(/usr/bin/python3.4)

Python 3.4.3 是 Ubunto 14.04 中的默认 python 版本。

然后我尝试添加opencv-python包:

File/Settings/Project:HelloWorld/Project Interpreter/+(添加包的位置)

系统给我这个错误:

 Executed command:

pip install opencv-python


Try to run this command from the system terminal. Make sure that you
use the correct version of 'pip' installed for your Python interpreter located at '/usr/bin/python3.4'.

DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See https://github.com/pypa/pip/issues/906.
Downloading/unpacking opencv-python
Could not find any downloads that satisfy the requirement opencv-python
Cleaning up...
No distributions at all found for opencv-python
Storing debug log for failure in /root/.pip/pip.log

当我从终端运行命令时,错误是一样的。我相信问题与在 python3 下安装 opencv 有关,但我不确定我是否可以修复它。请让我知道你的意见。

谢谢

最佳答案

修复方法是更新您的 pip,然后重试。这对我有用。

所以,首先:

pip install --upgrade pip

在那之后:

pip 安装 opencv-python

关于python - python3 ubuntu 14.04下安装opencv-python,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39570381/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com