Skip to content

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

Open
@saaketp

Description

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.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions