Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenCV & Numpy libraries are not included w/Anaconda #3

Open
JamoCA opened this issue Jan 14, 2018 · 1 comment
Open

OpenCV & Numpy libraries are not included w/Anaconda #3

JamoCA opened this issue Jan 14, 2018 · 1 comment

Comments

@JamoCA
Copy link

JamoCA commented Jan 14, 2018

In Windows 10, the default installation of Anaconda 3.6 does not include OpenCV & Numpy libraries. These are required to be downloaded and installed separately from the Anaconda repository.

OpenCV
https://anaconda.org/anaconda/opencv
To install, run "Prompt" and type: conda install -c anaconda opencv

Install Numpy (registration required)
https://anaconda.org/anaconda/numpy
To install, run "Prompt" and type: conda install -c anaconda numpy

@nullablebool
Copy link

For anyone else on windows, I was still receiving:

no module named 'cv2'

I then had to run:

conda update conda -c conda-canary
pip install opencv-python

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants