Inada Naoki <songofaca...@gmail.com> added the comment:
> Fatal Python error: initfsencoding: unable to load the file system codec > > ModuleNotFoundError: No module named 'encodings' OK, this is the important part which describes what Python failed. In this case, Python can't find it's very important standard library; 'encodings'. You may remove it, or you configured Python badly via environment variables. Try `env | grep PYTHON` in your terminal. Any environment variables relating to Python is configured? ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue36154> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com