Issues after upgrading to v2.0.7.1

2.0.7.1 works only with >= 11 (Big Sur)
You should test that python3 is installed correctly by running
/usr/bin/python3
and then in the python command enter
import Foundation
if it succeeds you are good and it should work.
If not you need to run something like:
sudo pip3 install pyobjc

1 Like