LoginSignup
2
2

More than 5 years have passed since last update.

OpenCVインストール時のエラー

Last updated at Posted at 2018-02-06

環境

Python 3.5.2
Anaconda

エラー内容

import cv2 をしたときに
ImportError: DLL load failed がでる.

解決策

https://stackoverflow.com/questions/43184887/dll-load-failed-error-when-importing-cv2
ここのソリューションの一つ
python3.dllをダウンロードしてAnaconda3に入れたら無事にできました.
時間かかったー
Pathの問題やVisual Studioの有無とか検証したけどこれは分らなかった..

追記:OpenCV便利ですねー.インストール面倒すぎて諦めようかと思いましたが
   皆さん頑張ってください.

2
2
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
2
2