L
L
LashnekshorpO2018-12-14 17:24:35
Python
LashnekshorpO, 2018-12-14 17:24:35

Error while importing cv2 python?

The following error occurs when importing the cv2 library:
Traceback (most recent call last):
File "D:\ITproj\Python\new.py", line 2, in
import cv2
File "C:\Users\Alisher\AppData\Local\Programs \Python\Python36\lib\site-packages\cv2\__init__.py", line 3, in
from .cv2 import *
ImportError: DLL load failed: The specified module could not be found.
I use Windows, Python version 3.6
I tried to download the archive from some left site that was thrown on stackoverflow, It didn’t help. I beg you to help

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
sim3x, 2018-12-14
@sim3x

https://www.anaconda.com/download/
https://anaconda.org/anaconda/opencv

A
Alibek Beldinov, 2018-12-14
@Neuyazvimy1

pip install opencv-python
https://pypi.org/project/opencv-python/

X
xDimus, 2018-12-14
@xDimus

File "C:\Users\ Alisher \AppData\Local\Programs\Python\Python36\lib\site-packages\cv2\__init__.py",

Python does not like directories and file names in Cyrillic

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question