LoginSignup
26
6

More than 3 years have passed since last update.

OpenCVインストール時のbuildが終わらない問題の解決法(PEP517)

Posted at

OpenCVインストール時にインストールが終わらない問題

実行コマンド
pip install opencv-python
出力
Building wheels for collected packages: opencv-python
  Building wheel for opencv-python (PEP 517) ... -

原因と解決法

openCV-Pythonの古いバージョンはwheelのコンパイルを必要としないため、ここで止まってしまう。
pipのバージョンが古いため起きる問題であるため、pip install --upgrade pipを実行した後、
再度opencvをインストールする事で解決する。

26
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
26
6