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,