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

ModuleNotFoundError: No module named 'scipy._lib.six' #4

Open
saaketp opened this issue Aug 17, 2020 · 2 comments · May be fixed by #5
Open

ModuleNotFoundError: No module named 'scipy._lib.six' #4

saaketp opened this issue Aug 17, 2020 · 2 comments · May be fixed by #5

Comments

@saaketp
Copy link

saaketp commented Aug 17, 2020

Simply importing skgof gives this error.

Currently ecdfgof.py uses scipy._lib.six module which is not present in newer versions of scipy
(probably because they don't support python 2 anymore).
It should be updated to either use six directly or drop support for python 2 and use str instead of six.string_types.

@allefeld
Copy link

allefeld commented Jul 8, 2021

In the current version on PyPI, 0.1.3, this is still not fixed. It seems that this package is abandoned?

@saaketp
Copy link
Author

saaketp commented Jul 9, 2021

yes, seems like it

I ended up finding alternatives to most of the things provided here in scipy itself
so I am not using this now

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

Successfully merging a pull request may close this issue.

2 participants