I try the most simple import of color from colour import Color c = Color("blue") and I get this error ImportError: cannot import name 'Color' from 'colour' (unknown location)