Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.6 pandas_datareader not found #20

Open
ScottTuch opened this issue Oct 9, 2017 · 5 comments
Open

Python 3.6 pandas_datareader not found #20

ScottTuch opened this issue Oct 9, 2017 · 5 comments

Comments

@ScottTuch
Copy link

I am running Windows 10 64 bit, python 3.6, spyder. I have both pandas_datareader and pandas_datareader-0.5.0.dist-info installed in the same site packages as pandas. When I attempt to import the module I receive the following error message:

Python 3.6.2 |Anaconda, Inc.| (default, Sep 19 2017, 08:03:39) [MSC v.1900 64 bit (AMD64)]
Type "copyright", "credits" or "license" for more information.

IPython 6.1.0 -- An enhanced Interactive Python.

import pandas as pd

import pandas_datareader as pdr
Traceback (most recent call last):

File "", line 1, in
import pandas_datareader as pdr

ModuleNotFoundError: No module named 'pandas_datareader'

Who do I import the pandas_datareader via another method or have python recognize the module?

@TomAugspurger
Copy link
Owner

Is your correct environment active when starting IPython?

@jamesmyatt
Copy link

Are you sure that the pandas-datareader package is installed?

@cSharma19
Copy link

Just checking if a solution was found for this issue? I'm facing the same problem: confirming that both pandas and pandas_datareader exist in my test environment, nevertheless, when I use import pandas_datareader, I get "ModuleNotFoundError:no module named pandas_datareader".

@TomAugspurger
Copy link
Owner

TomAugspurger commented Aug 14, 2019 via email

@cSharma19
Copy link

Thanks Tom - new here and still learning the etiquette. I'm hoping to see more responses to this issue....it's got me stumped completely,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants