-2

I have a problem with launching the code, the problem was

"File C:\Users\User\Something\main.py
 import color-utility
             ^
SyntaxError: invalid syntax'

Is there any fix for this?

1 Answers1

0

Well, you should use import color_utility instead of -.

JohnyCapo
  • 170
  • 10
  • This was fixed but.. it doesnt find the module when it is installed. – mtrtgrrn4er1 Nov 09 '22 at 11:19
  • What does it say now? I mean, what module is it? Can you provide pypi.org link? @mtrtgrrn4er1 -> Just make edit on your question and add there necessary data. – JohnyCapo Nov 09 '22 at 11:21