How can I fix 'color' module import error?

3.1k Views Asked by At

I have a problem with stddraw python file, when I want to import it I face module not found error >> no module named 'color' I tried to install color from pip but it didn't work again!!!

1

There are 1 best solutions below

0
On

install 'color' module >> https://pypi.org/project/color/ Then install it manually. Go to the directory and enter 'python setup.py install'