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
Not sure why this question is still here without a solution. I just encountered this and solved by this:
Close all CMD or console emulator.
Go to the system environment settings and clear all old Python path or environment settings. Make sure you check the PATH in both User and System settings as well.
Try again python -V
and see can you run it or not.
Add Python to PATH
setting during installation.even I had the same issue when I installed python 3.7 beta version, I resolved it by following these steps :
2.run the downloaded python 3.7 exe file as administrator
3.At the end of installation if it asks the permission for path length just click on that. now type "python" in command line and see , it should work.