Hello All,

When I attempt to run:

import pandas_datareader.data as web 

or

from pandas_datareader import data, wb

in my python shell it works just fine.

However, only when I attempt to run the same code using the SPYDER IDE, I 
keep receiving the following error message:


from pandas_datareader import data,wb
Traceback (most recent call last):
  File "<ipython-input-6-2e12a8d8ec4e>", line 1, in <module>
    from pandas_datareader import data,wb
*ImportError: No module named pandas_datareader*


Any idea what could be going wrong here? Pandas data reader seems to be 
installed through Anaconda just fine given it works when I run its commands 
in the python sell.

It is only when I try to run them using the Spyder IDE, I get that error 
message. Please help when you have a moment. I have been stuck on this 
silly thing for hours!

Much appreciated in advance!


Sam

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to