Ask Your Question

kasparov092's profile - activity

2016-10-25 13:48:36 -0600 commented question Installation on Ubuntu 16.04 with Anaconda for python 3.5

I am not sure I understand what you mean... I am sure there is a way to make opencv works with anaconda...Just I am not sure if I am linking them correctly or not

2016-10-25 13:46:33 -0600 received badge  Editor (source)
2016-10-25 12:41:44 -0600 asked a question 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