-
Notifications
You must be signed in to change notification settings - Fork 452
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
UFuncTypeError: Cannot cast ufunc 'minimum' output from dtype('float64') to dtype('int64') with casting rule 'sam... #6682
Comments
This error is most probably caused by a bug in Numpy, which is used by Pyqtgraph. It was intended to be a deprecation warning, but by mistake, became Currently, Tribler does not specify the Numpy version in To fix this, we should specify the exact version of Numpy in Tribler requirements, and the specified version should be greater than 1.21.1. |
…should be greater than 1.21.1)
Fixes #6682 by specifying exact version of Numpy
Still occurs in Sentry issue: TRIBLER-AW |
The issue happens on scrolling the trust graph towards zero on Windows |
Sentry Issue: TRIBLER-AF
The text was updated successfully, but these errors were encountered: