WillKoehrsen / Data-Analysis

Data Science Using Python

Home Page:https://medium.com/@williamkoehrsen/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImportError: No module named quandl

untamedkk opened this issue · comments

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

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.