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

import error while working with pandas v0.20.1 #324

Closed
zhuoqiang opened this issue May 11, 2017 · 1 comment
Closed

import error while working with pandas v0.20.1 #324

zhuoqiang opened this issue May 11, 2017 · 1 comment

Comments

@zhuoqiang
Copy link

zhuoqiang commented May 11, 2017

after upgrade pandas to v0.20.1, there is import error while using pandas-datareader lib:

/lib/python3.6/site-packages/pandas_datareader/_utils.py in <module>()
      3 
      4 import pandas as pd
----> 5 from pandas.core.common import PandasError
      6 from pandas import to_datetime
      7 

ImportError: cannot import name 'PandasError'

from pandas doc, v0.20 changes the sub-module structure, see http://pandas.pydata.org/pandas-docs/stable/whatsnew.html#pandas-errors

@jreback
Copy link
Contributor

jreback commented May 11, 2017

this was fixed by #304

a new release will be issued soon

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

2 participants