-
Notifications
You must be signed in to change notification settings - Fork 383
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
Comments
Is your correct environment active when starting IPython? |
Are you sure that the |
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". |
Just FYI, I'm not really keeping this up to date. Eventually the content
will make it's way into the pandas documentation itself.
…On Wed, Aug 14, 2019 at 2:45 PM cSharma19 ***@***.***> wrote:
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".
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#20?email_source=notifications&email_token=AAKAOIUP7OYFHE5L4UQVBLTQEROEDA5CNFSM4D6JUKY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4J4WZA#issuecomment-521390948>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAKAOIRGZXG27ALXB4QMSJ3QEROEDANCNFSM4D6JUKYQ>
.
|
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, |
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?
The text was updated successfully, but these errors were encountered: