Skip to content

AttributeError: module numpy has no attribute int. np.int was a deprecated alias for the builtin int #1

Description

@statmlben

The sliced package contains an error due to NumPy version conflicts, see the link.

A quick and can be resolved by adding the following line:

import numpy as np
np.int = np.int64

before using this library.

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