vaab / colour

Python color representations manipulation library (RGB, HSL, web, ...)
BSD 2-Clause "Simplified" License
319 stars 41 forks source link

ImportError: cannot import name 'Color' from 'colour' (unknown location) #51

Open dtbulmerJRs opened 4 years ago

dtbulmerJRs commented 4 years ago

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)

Helveg commented 4 years ago

Which version of colour and Python are you using?