Hello.I cant install open-cv in python 3.6.I need to import cv2, but i have module not found error: no module named cv2.Sudo apt-get install python-opencv and sudo apt-get install python3-opencv didnt help.
pip install opencv-python command dint help too:
Building wheel for opencv-python runs forever.
How can i fix it and import cv2?Maybe i can install specific version of open cv for python 3.6?
Because ,in my point of view, problem in python 3.6.Because, I installed open-cv in new venv with python 3.7.1 without any problems by: pip install opencv-python.Building wheels infinite for python 3.6 only.
I found specific version of opencv and installed it [python3 -m pip install opencv-python==4.6.0.66 --verbose].Now i have all necessry components to execute my programm on GPU.