Ben Chuanlong Du's Blog

It is never too late to learn.

The Python Quit Unexpectedly Error

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

If you are using Homebrew, you can reinstall a corrupted Python environment like this:

brew uninstall --ignore-dependencies --force python python@2 unset PYTHONPATH brew install python python@2 I had another "quit unexpectedly" issue and this resolved it for me.

https://bugs.python.org/issue36154

Comments