noobinspire.blogg.se

Install anaconda windows python 3.6
Install anaconda windows python 3.6









install anaconda windows python 3.6

However, Before proceed to install opencv, you can check whether opencv for python 3.6 is available or not. After the completion, check your conda packages by typing conda list - opencv should be there. After installing anaconda, simply open command prompt and type following statement and press enter of course - conda install -c conda-forge opencv

install anaconda windows python 3.6

Maybe this is obvious and straightforward but in my case I struggled to find this solution.įirst Download Anaconda Python 3.6 from official site. If not, your installation of opencv will not be recognised within the environment you are working in.

install anaconda windows python 3.6

If you created a dedicated environment within Anaconda (in my case 'p圓6'), make sure you installed spyder for this dedicated environment ('conda install spyder'). If the version is printed in the console (in my case 3.4.2), your installation was successful. When starting spyder, test your installation as follows: import cv2 In the 'Anaconda Prompt' type 'pip install opencv_python-3.4.2-cp36-cp36m-win_amd64.whl') (change the name of the wheel file accordingly).Change the directory in the 'Anaconda Prompt' to the folder where you downloaded the wheel file from Gohlke's website (via the MS-DOS command 'cd').Also make sure you use pip with version 9 or newer. As mentioned on the website of Christoph Gohlke, make sure you installed 'numpy1.14' & 'mkl' package.Go to the website of Christoph Gohlke and download the wheel file corresponding to your system.Download and install opencv (Win pack) on your computer from the official website:.I am using python 3.6 and the following worked for me:











Install anaconda windows python 3.6