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
Because we, colour-science/colour are a package and vaab/colour is a module, we take precedence as packages are imported first. I'm thinking to solve this issue by importing vaab/colour into our namespace if it is present on sys.path. It is admittedly gross but this should fix the issues people are having.
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.The text was updated successfully, but these errors were encountered: