'Download OpenCV for Pycharm

I have literally spent numerous hours trying to install OpenCV on Pycharm but have not succeeded. I have gone through numerous SO answers and blog posts but still without any luck. I followed this which seemed to work(when I tried the samples) but Pycharm is still not recognizing any of opencv, cv, cv2 as modules and keeps displaying ImportError. How can I install opencv so that it works for Pycharm?

I'm using ubuntu 14.04 and python 3.4 for Pycharm



Solution 1:[1]

Try using Python 3.7.6 Then in Pycharm > Settings > Project # > Project interpreter Verify that you are using Python 3.7 then Add Package (+) search for opencv-python and install it

I get the info from this video : https://www.youtube.com/watch?v=WQeoO7MI0Bs&t=29s

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Assem Moltazem