Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to install/run Python 3.6.x and 3.7.x with MacOS Big Sur [closed]

-I upgraded my mac os to latest MacOS Big Sur, after the update my application which previously used to run with python 3.6.x/3.7.x are now not opening/running

Python version 3.9 or higher are running fine.Is any way to run python3.6 or 3.7 in MacOS BigSur?

like image 359
Lithin Avatar asked Nov 14 '20 05:11

Lithin


People also ask

Does Python work on Mac Big Sur?

Yes python 2 is installed on your system. A fresh install won't change this.


1 Answers

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.

like image 91
mjsey Avatar answered Sep 21 '22 04:09

mjsey