akamhy / imagedominantcolor

Get the dominant color of any image
https://pypi.org/project/imagedominantcolor/
MIT License
6 stars 7 forks source link

Import "imagedominantcolor" could not be resolved #2

Open futuremotiondev opened 1 year ago

futuremotiondev commented 1 year ago

Created a VENV, Did a fresh install of imagedominantcolor (pip install imagedominantcolor) Created a script called test.py Added from imagedominantcolor import DominantColor

Getting an error: Import "imagedominantcolor" could not be resolvedPylance[reportMissingImports]