Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial.sh: pip nicht gefunden #2

Open
Uorgh opened this issue Jul 21, 2022 · 6 comments
Open

Initial.sh: pip nicht gefunden #2

Uorgh opened this issue Jul 21, 2022 · 6 comments

Comments

@Uorgh
Copy link

Uorgh commented Jul 21, 2022

Benutztes OS: Ubuntu 18.04

In der Initial.sh erhalte ich den Fehler "./Initial.sh: Zeile 361: pip: Befehl nicht gefunden"

Meine persönliche Fehlerumgehung war bisher, vor dem Start des Initial.sh ein "apt install python-pip" auszuführen.

Inzwischen habe ich jedoch gesehen, dass es auch einen Befehl pip3 gibt.
Wenn ich die Zeile 361 ändere in "pip3 install --upgrade pip", funktioniert das Script problemlos.

Gibt es Nachteile bei den hier genannten Lösungswegen?

@Uorgh
Copy link
Author

Uorgh commented Jul 23, 2022

Ich habe das Initial.sh jetzt mal bis zu dem pip-Update durchlaufen lassen und folgendes ausgeführt:

Befehl: pip3 --version
Ergebnis: pip 9.0.1 from /usr/lib/python3/dist-packages (python 3.6)

Befehl: pip3 install --upgrade pip
Ergebnis: Collecting pip
Downloading https://files.pythonhosted.org/packages/a4/6d/6463d49a933f547439d6b5b98b46af8742cc03ae83543e4d7688c2420f8b/pip-21.3.1-py3-none-any.whl (1.7MB)
100% |████████████████████████████████| 1.7MB 441kB/s
Installing collected packages: pip
Found existing installation: pip 9.0.1
Not uninstalling pip at /usr/lib/python3/dist-packages, outside environment /usr
Successfully installed pip-21.3.1

Befehl: pip3 --version
Ergebnis: WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
Please see pypa/pip#5599 for advice on fixing the underlying issue.
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
pip 21.3.1 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6)

Keine Ahnung, was das jetzt genau bedeutet...

@Uorgh
Copy link
Author

Uorgh commented Jul 23, 2022

Der letzte Eintrag hier beschreibt wohl genau mein Problem, allerdings verstehe ich noch zu wenig von Python oder pip um den Lösungsvorschlag zu verstehen und richtig ausführen zu können

@Uorgh
Copy link
Author

Uorgh commented Jul 23, 2022

Befehl: pip --version
Ergebnis: pip 21.3.1 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6)

Befehl: pip3 --version
Ergebnis: WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
Please see pypa/pip#5599 for advice on fixing the underlying issue.
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
pip 21.3.1 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6)

Befehl: type -a pip pip3
Egebnis: pip ist /usr/local/bin/pip
pip3 ist /usr/local/bin/pip3
pip3 ist /usr/bin/pip3

@Uorgh
Copy link
Author

Uorgh commented Jul 24, 2022

Ab sofort lasse ich das Updaten (pip install --upgrade pip) einfach komplett weg.
Scheint auch zu funktionieren

@Uorgh
Copy link
Author

Uorgh commented Jul 24, 2022

Unter 20.04 funktionierte der pip-Befehl

@wiegehtki
Copy link
Owner

wiegehtki commented Jul 24, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants