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

np.bool support dropped on numpy 1.24.0 #4

Open
costanzasimoncini opened this issue Apr 21, 2023 · 0 comments
Open

np.bool support dropped on numpy 1.24.0 #4

costanzasimoncini opened this issue Apr 21, 2023 · 0 comments

Comments

@costanzasimoncini
Copy link

Hello,
I am trying to use this package in my code. I am using numpy 1.24.1 and I get the following error:

"AttributeError: module 'numpy' has no attribute 'bool'".

Apparently (NVIDIA/TensorRT#2557) numpy.bool is no longer supported, so I had to install numpy 1.23 and it now seems to work.

You may want to update the code for other users.

Thank you.

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

1 participant