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

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

C# - WPF - ColumnGroups Footer? (telerik) -

Laravel Bind Multiple Class to One Contract in The Service Provider -