MacOS Big Sur - Python 3.6 and 3.7 not working

Lithin picture Lithin · Nov 14, 2020 · Viewed 8.4k times · Source

-I upgraded my mac os to latest MacOS Big Sur, after the update my application used to run with python 3.6 not opening and I try install python 3.7 but still the same issue.

Python 3.10 i try to install and its working , but the package dependency is not met.

Is any way to run python3.6 or 3.7 in MacOS BigSur

Answer

mjsey picture mjsey · Nov 14, 2020

I ran into a similar issue with Python 3.6 after upgrading to Big Sur.

I went to https://www.python.org/downloads/ and downloaded version 3.9.0.

I then had to re-install some of my python packages e.g numpy too with the new Python version and things seem to be working again for me.