Skip to content

AttributeError: np.sctypes was removed in the NumPy 2.0 release. Access dtypes explicitly instead. #84

Description

@chourroutm

In a fresh install, numpy triggers this error:

AttributeError: np.sctypes was removed in the NumPy 2.0 release. Access dtypes explicitly instead.

This can be solved with:

pip install "numpy<2"

Metadata

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