pip: no such option: -U beheben
Problem:
Sie möchten eine Python-Bibliothek installieren, beispielsweise mit
pip_wrong_order.sh
pip -U install ansicolorsDie Bibliothek wird jedoch nicht installiert und stattdessen wird die folgende Fehlermeldung angezeigt:
pip_error_output.txt
Usage:
pip <command> [options]
no such option: -ULösung
Sie müssen -U nachinstall platzieren:
pip_install_upgrade.sh
pip install -U ansicolorsCheck out similar posts by category:
Python
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow