opencv / opencv/opencv-python

Packages are built from source on RPi instead of a wheel installation

オープン
#562 コメント 2 件 リアクション 0 件 担当者 1 名 GitHub で見る

@asenyaev がすでに取り組んでいます。

2021年10月13日 から。

主要言語
Python
スター
5.4k
フォーク
1k
平均マージ
22時間 17分
マージ済み PR(30日)
3

説明

Expected behaviour

Installed OpenCV on Raspberry Pi 4 using a wheel, but not from source.

Actual behaviour

When the opencv-python package is installing on RPi it usually builds from source using opencv-python-4.5.3.56.tar.gz instead of a wheel (e.g. opencv_python-4.5.3.56-cp36-cp36m-manylinux2014_aarch64.whl)

Steps to reproduce
  • Example code:
python3 -m pip install --no-cache --force-reinstall opencv-python==4.5.3.56
  • operating system: Raspbian GNU/Linux 10 (buster)
  • opencv-python version: 4.5.3.56
Issue submission checklist
  • This is not a generic OpenCV usage question (looking for help for coding, other usage questions, homework etc.)
  • I have read the README of this repository and understand that this repository provides only an automated build toolchain for OpenCV Python packages (there is no actual OpenCV code here)
  • The issue is related to the build scripts in this repository, to the pre-built binaries or is a feature request (such as "please enable this additional dependency")
  • I'm using the latest version of opencv-python

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。