WillKoehrsen / Data-Analysis

Data Science Using Python
https://medium.com/@williamkoehrsen/
MIT License
5.16k stars 3.64k forks source link

ImportError: No module named quandl #25

Closed untamedkk closed 5 years ago

untamedkk commented 5 years ago

I am a newbie in Python trying to run as README.md has steps but getting error as per attached screenshot.

screenshot 2018-11-22 at 7 22 49 pm screenshot 2018-11-22 at 7 32 19 pm
WillKoehrsen commented 5 years ago

You are using pip3 to install quandl which installs the module for Python 3 but the screenshot shows you are trying to import it in Python 2.7. You either need to use Python 3, or use pip to install the module for Python 2.