Install OpenCV3

0 views
Skip to first unread message

Christian Geißler

unread,
Jul 9, 2016, 11:34:40 AM7/9/16
to conda - Public
I would like to install OpenCV with anaconda 3 on win7(64), but although Anaconda tells me, that it is installed, python gives the error message "ImportError: No module named 'opencv3'.


 So far, this is what I did:


I removed the old Anaconda 3 version 3.x installation from my system.
I downloaded and installed Anaconda 3 version 4.1.1
I opened a console and typed "conda install --channel https://conda.anaconda.org/menpo

Michael Sarahan

unread,
Jul 9, 2016, 11:38:35 AM7/9/16
to Christian Geißler, conda - Public
The import name is not opencv3.  Please follow the tutorials elsewhere for OpenCV, such as http://docs.opencv.org/master/d3/df2/tutorial_py_basic_ops.html#gsc.tab=0

--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+un...@continuum.io.
To post to this group, send email to co...@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/5e3e4529-3f1f-49cb-bf98-0b118a72664c%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.

Christian Geißler

unread,
Jul 9, 2016, 11:38:53 AM7/9/16
to conda - Public
continue post, can't edit the old one:


I opened a console and typed "conda install --channel https://conda.anaconda.org/menpo opencv3

I installed the module.

I opened python by typing "python" into the same console window.

I typed "import opencv3".

Then I get the error message about the missing module.

When I exit python again and type:

"conda install opencv3", it tells me, that this pacakge is already installed.
Reply all
Reply to author
Forward
0 new messages