79493933

Date: 2025-03-08 05:34:55
Score: 2
Natty:
Report link
0

Similar new issue resurfaced in 2025.

This time is due to the incompatibility with NumPy 2.x.

Simply downgrade to NumPy 1.26.x:

pip install numpy==1.26.4
or
conda install numpy==1.26.4 
This will solve the Invalid property for colour.

Regards,
Reasons:
  • Blacklisted phrase (1): Regards
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: John Wu