python-3.xpycharmpython-modulecolorama

Installed colorama module, but PyCharm can't find it


Succesfuly installed and upgraded the package, still, PyCharm doesn't recognise:

from colorama import fore

Error msg: ImportError: No module named 'colorama'.


Solution

  • Wherever you installed Colorama, it probably isn't on your PYTHONPATH environment variable. There are already lots of great answers on this site about how to view/update your PYTHONPATH, so I won't repeat them here.