Fixing Python

Yesterday and the day before, after starting chapter 3 in the machine learning book, I ran into a serious problem. One of the python modules used in the code wasn’t installed on my system. After doing some research, I found that it was not possible to install manually.

Capture.JPG

I found a distribution of python called Anaconda, which comes with all of the modules required. https://www.continuum.io/downloads.

I recommend before trying to do any python projects requiring graphs or advanced math, installing Anaconda as it is a more complete installation of the python language

Leave a comment