-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: DLL load failed: The specified module could not be found #3
Comments
pip install opencv-python Thnen D:\ProgramData\Anaconda3\lib\site-packages\cv2_init_.py in () ImportError: DLL load failed: The specified module could not be found. |
According to reference issue python - DLL load failed error when importing cv2 - Stack Overflow Trying pip install opencv_python‑3.4.2+contrib‑cp36‑cp36m‑win_amd64.whl and pip install opencv_python‑3.4.2‑cp36‑cp36m‑win_amd64.whl Still ImportError Traceback (most recent call last) ImportError: DLL load failed: The specified module could not be found. |
According to reference issue Windows下Python安装OpenCV详细步骤 - CSDN博客 Download 3.4.2 Win pack from Releases - OpenCV library And move Still not ImportError, figure out maybe related to python version. |
Step by Step using python 3.6下安装opencv 解决import cv2 问题(Windows+Python3.6(Anaconda3)+OpenCV3.4安装配置) - CSDN博客 STILL. |
Solved. conda install -c menpo opencv |
Face this ImportError in the pass week, and I solved with enter below scripts in the Anaconda Prompt. conda install -c menpo opencv And here is my environment:
For more details: quote |
ImportError: DLL load failed: The specified module could not be found
And before this ImportError what I cmd
And the enviroment
The text was updated successfully, but these errors were encountered: