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
Seems like the package numpy latest version 2.0.0 isn't compatible with the texture compression script. The error OverflowError: Python integer -255 out of bounds for uint8 only happens on this version.
The easiest way to fix it is using an older version of numpy pip install numpy==1.26.4
The text was updated successfully, but these errors were encountered:
wrefgtzweve
changed the title
Numpy 2.0.0 incompatibleOverflowError: Python integer -255 out of bounds for uint8 error
Jul 6, 2024
Seems like the package numpy latest version 2.0.0 isn't compatible with the texture compression script. The error
OverflowError: Python integer -255 out of bounds for uint8
only happens on this version.The easiest way to fix it is using an older version of numpy
pip install numpy==1.26.4
The text was updated successfully, but these errors were encountered: