Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
navilaufm opened this issue Sep 19, 2023 · 2 comments
Open

Comments

@navilaufm
Copy link

navilaufm commented Sep 19, 2023

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

@tony123legos
Copy link

I solved replacing 'np.object' by 'np.object_'. I had a similar issue and terminal showed me a posible solution. I worked for me.

@joaohenry23
Copy link
Owner

Hi everyone, this issue was fixed in the latest GOES package update (version 3.4.1). My apologies for the delay in updating the package, I've been very busy.
Greetings!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants