We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I encounter this problem from numpy after installing the packages in requirement.txt. Does anyone have the similar problem?
The text was updated successfully, but these errors were encountered:
Yes, same problem. Were you able to fix it?
Sorry, something went wrong.
Reducing the version of numpy can fix it. Mine is numpy==1.23 and python3.8.10
Downgrading works @DelinaHJ . one can also edit the source code and remove the line importing bool as its not really used in the library anywhere.
No branches or pull requests
I encounter this problem from numpy after installing the packages in requirement.txt. Does anyone have the similar problem?
The text was updated successfully, but these errors were encountered: