You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
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]
The text was updated successfully, but these errors were encountered: