WARNING: Python 2.7 is not recommended. This version is included in macOS for compatibility with legacy software. Future versions of macOS will not include Python 2.7. Instead, it is recommended that you transition to using 'python3' from within Terminal.
Python 2.7.16 (Standard, 29. Februar 2020, 01:55:37) [GCC 4.2.`
Antwort1
Wahrscheinlich haben Sie beides. Versuchen Sie Folgendes
~> python --version
Python 2.7.17
~> python3 --version
Python 3.6.9
Außerdem bedeutet die Tatsache, dass Software in einem /usr/local-Pfad installiert wurde, nicht unbedingt, dass sie verwendet wird – aufgrund von Binär- und Bibliothekspfaden usw.
Die erste Fehlermeldung, die Sie hier eingefügt haben, empfiehltthat you transition to using 'python3' from within Terminal.