Skip to content

Issue with Numpy 1.24.4 have to remove the np.object with just object #3

@navilaufm

Description

@navilaufm

fmt = np.object
had to remove the reference np in numpy 1.24.4 because of this error:
AttributeError: module 'numpy' has no attribute 'object'. np.objectwas a deprecated alias for the builtinobject. To avoid this error in existing code, use object by itself. Doing this will not modify any behavior and is safe.

A bit of context, I created a new instance of my application and installed all from 0, used the python that came with the server, and installed sudo apt-get install python3-pip and installed numpy (1.24.4) and GOES (3.4), and this arised.

My current working project is using numpy (1.22.2) and GOES (3.3)

https://i.imgur.com/Cva8ioG.jpg

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