0

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!!!

  • Have you tried with `pip install colour` instead of 'color'? And, then `import colour`. – im_vutu Apr 12 '22 at 05:51
  • yes I have installed 'colour' and 'color' module, but when I run stddraw file in vs I face an error no module named color – Reza_tbz007 Apr 12 '22 at 19:42

1 Answers1

0

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

Matin_Kh
  • 1
  • 1