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

AttributeError: module 'sklearn.externals.joblib.numpy_pickle' has no attribute 'NumpyArrayWrapper' #27

Open
Roooper opened this issue Jul 20, 2018 · 2 comments

Comments

@Roooper
Copy link

Roooper commented Jul 20, 2018

clf = joblib.load(model_path)
File "C:\Program Files\Anaconda3\lib\site-packages\sklearn\externals\joblib\numpy_pickle.py", line 459, in load
obj = unpickler.load()
File "C:\Program Files\Anaconda3\lib\pickle.py", line 1039, in load
dispatchkey[0]
File "C:\Program Files\Anaconda3\lib\pickle.py", line 1334, in load_global
klass = self.find_class(module, name)
File "C:\Program Files\Anaconda3\lib\pickle.py", line 1388, in find_class
return getattr(sys.modules[module], name)
AttributeError: module 'sklearn.externals.joblib.numpy_pickle' has no attribute 'NumpyArrayWrapper'

@Roooper
Copy link
Author

Roooper commented Jul 20, 2018

maybe version dissmatch

@taakasj
Copy link

taakasj commented Nov 4, 2018

Can u tell how to resolve this?

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