问题
-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
回答1:
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.
来源:https://stackoverflow.com/questions/64831140/macos-big-sur-python-3-6-and-3-7-not-working