pip upgrade
Verfasst: Freitag 3. Mai 2019, 08:08
Ich verwende Eric6 als IDE und bekomme bei der Modulinstallation immer die Nachricht:
You are using pip version 19.0.3, however version 19.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Also habe ich folgendes gestartet:
/snap/eric-ide/73/usr/bin/python3 -m pip install --upgrade pip
Collecting pip
Using cached https://files.pythonhosted.org/packages ... ne-any.whl
Installing collected packages: pip
Found existing installation: pip 19.0.3
Und folgende Fehlermeldung erhalten:
Could not install packages due to an EnvironmentError: [Errno 2] Datei oder Verzeichnis nicht gefunden: '/snap/eric-ide/73/lib/python3.6/site-packages/pip-19.0.3.dist-info/RECORD'
You are using pip version 19.0.3, however version 19.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Was ist mein Fehler und wie kann ich ihn beheben?
You are using pip version 19.0.3, however version 19.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Also habe ich folgendes gestartet:
/snap/eric-ide/73/usr/bin/python3 -m pip install --upgrade pip
Collecting pip
Using cached https://files.pythonhosted.org/packages ... ne-any.whl
Installing collected packages: pip
Found existing installation: pip 19.0.3
Und folgende Fehlermeldung erhalten:
Could not install packages due to an EnvironmentError: [Errno 2] Datei oder Verzeichnis nicht gefunden: '/snap/eric-ide/73/lib/python3.6/site-packages/pip-19.0.3.dist-info/RECORD'
You are using pip version 19.0.3, however version 19.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Was ist mein Fehler und wie kann ich ihn beheben?