This was the error raised
np.object was a deprecated alias for the builtin object. To avoid this error in existing code, use object by itself. Doing this will not modify any behavior and is safe.
The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at:
https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations
My tensorflow is version 2.6.0 and Numpy version 1.25.0
Nothing has worked so far, it seems like I was just juggling between pip install of different versions and it seems to open a can of worms and asking me to change different versions of packages I have.
What I have done
- I have tried
!pip installto upgrade downgrade to solve compatibility issue but no dice - I have tried upgrading the tensorflow packages through Anaconda Navigator but it seems to have bug and just stuck at version 2.6.0