python 2.7 - import error; no module named Quandl -


i am trying run quandl module on virtualenv have uninstalled packages pandas , quandl,

i running python 2.7.10 - have uninstalled other python versions, still giving me issue of 'importerror: no module named quandl'. know might wrong? thanks

try lower case, import case sensitive , it's below:

import quandl 

did install pip? if ensure quandl among listed installed modules with

pip list 

otherwise try

help('modules') 

to make sure installed properly. if don't see quandl listed , try reinstall.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -