You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how deal with this problem? (Thank you very much):
I use numpy 1.24.1 and get this error :
AttributeError: module 'numpy' has no attribute 'bool'. Did you mean: 'bool_'?
I used : mapping = {
bool: np.bool
} ,but It's not working.
The text was updated successfully, but these errors were encountered:
Environment Settings That Worked for Me
If you're still facing issues or want to ensure compatibility, here are the environment settings that are working fine for me:
Python: 3.9.21
NumPy: 2.0.2
TensorFlow: 2.18.0
Theano-PyMC: 1.1.2
Keras: 3.8.0
You can try updating your environment to match these versions. Here’s how you can install these specific versions using pip:
how deal with this problem? (Thank you very much):
I use numpy 1.24.1 and get this error :
AttributeError: module 'numpy' has no attribute 'bool'. Did you mean: 'bool_'?
I used : mapping = {
bool: np.bool
} ,but It's not working.
The text was updated successfully, but these errors were encountered: