Ask Your Question

Revision history [back]

Installation on Ubuntu 16.04 with Aanconda for python 3.5

Hello,

I am trying to install opencv so that I can use it with Anacaonda. I have tried different methods but they fail.

I am not sure if I have to change the $PATH variable or not but as I list the packages installed in anaconda, I can see the opencv3 installed already.

I keep getting the issue:

ImportError: No module named 'cv2'

Any Help or tutorials I can follow to finalize this installation ?

Installation on Ubuntu 16.04 with Aanconda Anaconda for python 3.5

Hello,

I am trying to install opencv so that I can use it with Anacaonda. I have tried different methods but they fail.

I am not sure if I have to change the $PATH variable or not but as I list the packages installed in anaconda, I can see the opencv3 installed already.

I keep getting the issue:

ImportError: No module named 'cv2'

Any Help or tutorials I can follow to finalize this installation ?

Installation on Ubuntu 16.04 with Anaconda for python 3.5

Hello,

I am trying to install opencv so that I can use it with Anacaonda. I have tried different methods but they fail.

I am not sure if I have to change the $PATH variable or not but as I list the packages installed in anaconda, I can see the opencv3 installed already.

I keep getting the issue:

ImportError: No module named 'cv2'

Any Help or tutorials I can follow to finalize this installation ?

EDIT 1:

After following the steps in the official installation guide, I cannot yet make it work neither in anaconda nor in python/python3.5 command through terminal

Installation on Ubuntu 16.04 with Anaconda for python 3.5

Hello,

I am trying to install opencv so that I can use it with Anacaonda. I have tried different methods but they fail.

I am not sure if I have to change the $PATH variable or not but as I list the packages installed in anaconda, I can see the opencv3 installed already.

I keep getting the issue:

ImportError: No module named 'cv2'

Any Help or tutorials I can follow to finalize this installation ?

EDIT 1:

After following the steps in the official installation guide, I cannot yet make it work neither in anaconda nor in python/python3.5 command through terminal

EDIT 2:

I copied /opencv-2.4.13/build/lib/cv2.so to /usr/local/lib/python3.5/site-packages/cv2.so and now I can make it work when I use python3.5 through the terminal. But I try to do the same with anaconda and copy that file in /anaconda3/lib/python3.5/site-packages/cv2.so, it still doesnt work in spyder