Skip to content

ModuleNotFoundError: No module named 'pandas.core.config' #100

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

Closed
kemistep opened this issue Jul 24, 2019 · 7 comments
Closed

ModuleNotFoundError: No module named 'pandas.core.config' #100

kemistep opened this issue Jul 24, 2019 · 7 comments

Comments

@kemistep
Copy link

pandas 升级到0.25.0版本,引发异常
依赖pandas包存在的问题
报错信息如下:
from pandas.core.config import OptionError as PandasOptionError

网上搜了下:
是pandas升级了,odps依赖项目也变了
pandas.set_option — pandas 0.25.0 documentation

问题: 你们会更新吗?

@qinxuye
Copy link
Contributor

qinxuye commented Jul 24, 2019

有个 PR 正在做:#99

@kemistep
Copy link
Author

谢谢

@prestow
Copy link

prestow commented Aug 13, 2019

请我有进展了吗?

@qinxuye
Copy link
Contributor

qinxuye commented Aug 13, 2019

本周会发版本修复。

@VicTangg
Copy link

VicTangg commented Aug 13, 2019

I encountered the same issue today. Meanwhile, a interim fix for this problem is to pip install 'pandas==0.24.2' or versions older than 0.25.0.

@wjsi
Copy link
Collaborator

wjsi commented Aug 15, 2019

Already fixed in ae65e3f

@wjsi wjsi closed this as completed Aug 15, 2019
@lli27
Copy link

lli27 commented Aug 16, 2019

我有一个类似的问题。第三方Python包作为资源上传到MaxCompute后,如何更新版本呢?我上传0.18版本的sklearn包到MaxCompute上后,运行from sklearn.preprocessing import OrdinalEncoder出错,查看源代码,发现这个版本没有这个函数,所以我用drop resource sklearn.zip的方法删除这个资源。但import sklearn还是成功,这是为什么?所以我重新add archive sklearn.zip, 这个是0.21版本的sklearn, 但运行print(sklearn.version)==0.18.就是说删除资源,也没有将原来的sklearn卸载掉,上传最新的版本,运行时使用的还是老版本。

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

6 participants