gpt4 book ai didi

python - Travis 和 OpenCV 3 - 如何安装?

转载 作者:太空宇宙 更新时间:2023-11-03 21:51:03 25 4
gpt4 key购买 nike

我正在尝试将 Travis 用于一个使用 OpenCV 和 Python 3 的开源项目。

before_install:
- virtualenv venv
- sudo apt-get update

install:
- pip install --upgrade pip
- pip install -r requirements.txt

# Installing OpenCV
- sudo apt-get install python-dev python-numpy
- git clone https://github.com/Itseez/opencv.git
- cd opencv
- mkdir build
- cd build
- cmake ..
- make -j4
- sudo make -j4 install
- mvn install:install-file -Dfile=/usr/local/share/OpenCV/java/opencv-300.jar -DgroupId=opencv -DartifactId=opencv -Dversion=3.0.0 -Dpackaging=jar
- cd ../..

两个问题:

  1. 此安装脚本编译失败。
  2. 执行需要很长时间,我想要一个更简单(更快)的解决方案。我不能只安装 apt-get install 或 pip install 一些东西来完成这项工作吗?

最佳答案

感谢@Catree,pip install opencv-python 是解决方案。

关于python - Travis 和 OpenCV 3 - 如何安装?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47116309/

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