gtaylor / python-colormath

A python module that abstracts common color math operations. For example, converting from CIE L*a*b to XYZ, or from RGB to CMYK
python-colormath.readthedocs.org
BSD 3-Clause "New" or "Revised" License
456 stars 83 forks source link

ImportError: No module named colormath.color_conversions #80

Closed nafis042 closed 6 years ago

nafis042 commented 7 years ago

I have a script which uses the following: from colormath.color_conversions import convert_color

but when I run the script it shows me the error: ImportError: No module named colormath.color_conversions

the colormath version is 2.1.1

VinceKumar commented 6 years ago

I think updating to 2.2 should fix your error

pip install git+git://github.com/gtaylor/python-colormath

andrelnunes commented 6 years ago

Still have the same problem.

from colormath.color_objects import sRGBColor, LabColor ImportError: No module named colormath.color_objects

KelSolaar commented 6 years ago

I could not reproduce with 3.0.0, closing for now, feel free to add any comments.