python 3 - ModuleNotFoundError: No module named 'encodings'

1

I just started to learn python 3 few months ago, and I having problems in the pycharm IDE... it is very annoying and i wish someone could help to fix that. when I run any code,

PRINT:

Fatal Python error: Py_Initialize: unable to load the file system codec
ModuleNotFoundError: No module named 'encodings'

Current thread 0x00000228 (most recent call first):

Process finished with exit code -1073740791 (0xC0000409)

Thanks

python
python-3.x
pycharm
asked on Stack Overflow Aug 21, 2018 by (unknown user) • edited Aug 21, 2018 by Andras Deak

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0