Aktualisieren des Python-Moduls in OSX El Capitan

[Zusammenfassung] Wenn in OSX El Capitan Python "sudo pip --upgrade" fehlschlägt, entfernen Sie eine ältere Version "/ System / Library / Frameworks / Python.framework / Versions / 2.7 / Extras / lib / python /" Dies kann daran liegen, dass Sie es versuchen. In diesem Fall können Sie es umgehen, indem Sie stattdessen "easy_install --upgrade" verwenden.


To manage Python module globally, basically you want to do:

sudo easy_install pip
sudo pip install ...

However, pip tries to remove old version when executed with --upgrade. This behavior is also the same on /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/, which is quite annoying with rootless. In this case, easy_install --upgrade can be used as a workaround. Once after upgrading, pip do not complain anymore.

PS

Recommended Posts

Aktualisieren des Python-Moduls in OSX El Capitan
Erstellen einer Python-Umgebung mit OSX Elcapitan
[Python] Anmelden Ihres eigenen Moduls
Installieren Sie python3 auf einem Mac (El Capitan)
Führen Sie das Python-Unittest-Modul in vs2017 aus
Beherrsche das schwache Ref-Modul in Python
Warteschlangen- und Python-Implementierungsmodul "deque"
Vergleich japanischer Konvertierungsmodule in Python3
Modul zum Generieren des Wortes N-Gramm in Python
ModuleNotFoundError in Python: Kein Modul mit dem Namen story
Modulimport und Ausnahmebehandlung in Python
Installieren Sie das Python-Modul in einem beliebigen Verzeichnis
Importfehler: Kein Modul mit dem Namen 'xxxxx' in Python3
Quadtree in Python --2
Python in der Optimierung
CURL in Python
Metaprogrammierung mit Python
Python 3.3 mit Anaconda
Geokodierung in Python
SendKeys in Python
Setzen Sie Python xgboost in max osx (llvm Version)
Metaanalyse in Python
Python-Modul importieren
Unittest in Python
Epoche in Python
ModuleNotFoundError: Kein Modul mit dem Namen'_bz2 'in Python in pyenv
Deutsch in Python
DCI in Python
Quicksort in Python
nCr in Python
N-Gramm in Python
Programmieren mit Python
Plink in Python
Konstante in Python
So fügen Sie Python ein Modul hinzu, das Sie in Julialang eingefügt haben
FizzBuzz in Python
SQLite in Python
Schritt AIC in Python
Ich habe versucht, ein Python 3-Modul in C hinzuzufügen
LINE-Bot [0] in Python
CSV in Python
Reverse Assembler mit Python
Reflexion in Python
Import cv2 ModuleNotFoundError: Kein Modul mit dem Namen 'cv2' in Python3
Konstante in Python
Python-Sammlungsmodul
nCr in Python.
Format in Python
PPAP in Python
Quad-Tree in Python
Reflexion in Python
Chemie mit Python
Hashbar in Python
DirectLiNGAM in Python
LiNGAM in Python
In Python reduzieren
Führen Sie den Qiita API v2 Python-Wrapper in einer Python 3-Umgebung aus (Mac OS X 10.11 (El Capitan)).
In Python flach drücken
[Python] Ruft die Liste der im Modul definierten Klassen ab