Fatal Python error on Windows 10 ModuleNotFoundError: No module named 'encodings'

前端 未结 8 1655
青春惊慌失措
青春惊慌失措 2020-12-01 20:50

I\'m installing python on my windows 10 laptop, and when I try to run it I get this.

Fatal Python error: Py_Initialize: unable to load the file system

8条回答
  •  攒了一身酷
    2020-12-01 21:19

    This issue has been addressed here in this thread. Apparently, running python setup as an administrator AND/OR correctly setting the environment variables solved this issue.

提交回复
热议问题