Skip to content

numpy2.4.0 and beyond has removed in1d #38

@karenlmasters

Description

@karenlmasters

Trying a linux system install of srt-py, discovered that the latest versions of numpy have removed in1d resulting in this error:

AttributeError: module 'numpy' has no attribute 'in1d'. Did you mean: 'int16'?

Solution was downgrading to numpy2.3.5 via

conda install numpy=2.3.5

after that installation appears to have proceeded (although admittedly still does not run correctly).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions