fengsp / color-thief-py

Grabs the dominant color or a representative color palette from an image. Uses Python and Pillow.
http://lokeshdhakar.com/projects/color-thief/
Other
1.02k stars 125 forks source link

ImportError: cannot import name ColorThief #7

Open quintendewilde opened 6 years ago

quintendewilde commented 6 years ago

Though my install says

Requirement already satisfied: colorthief in /home/quinten/anaconda2/lib/python2.7/site-packages
Requirement already satisfied: Pillow in /home/quinten/anaconda2/lib/python2.7/site-packages (from colorthief)
Requirement already satisfied: olefile in /home/quinten/anaconda2/lib/python2.7/site-packages (from Pillow->colorthief)
sortafreel commented 6 years ago

Just use import colorthief :)

sortafreel commented 6 years ago

Still, it double-prints everythig with such method :)