There is a collision in package name, both have package name == `colour` This package and https://www.colour-science.org/installation-guide/ If the latter is installed in the PYTHONPATH, all attempts to import `from colour import Color` will fail.
There is a collision in package name, both have package name ==
colourThis package and https://www.colour-science.org/installation-guide/
If the latter is installed in the PYTHONPATH, all attempts to import
from colour import Colorwill fail.