You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: