I’m new to python programming and can’t find any solutions anywhere. I installed pip and used ‘pip install colorama’ in cmd, and it worked. No errors. I go into visual studio code, and gives me this error. I’m unsure what to do.
the code vvv
import colorama
I uninstalled it, re-installed it, restarted vs code, I even installed it through the vs code terminal, and that didn’t work either. If anybody can give me an answer to my problem it would be greatly appreciated.
2
Answers
Use the python interpreter older than 3.10.2.
Colorama doesn’t work with newest python.