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

Abhängigkeiten mittels pip installieren und aktualisieren #794

Merged
merged 3 commits into from
Nov 10, 2023

Conversation

michael-rapp
Copy link
Collaborator

Wie in #780 erwähnt, ist die Verwendung des Moduls pkg_resources mittlerweile deprecated. In neueren Python-Versionen ist es überhaupt nicht mehr verfügbar. Aktuell verwendet das Build-System dieses Modul allerdings noch, um Abhängigkeiten zu installieren oder zu aktualisieren. Dieser Pull-Request passt das Build-System so an, dass für diese Aufgabe zukünftig die Kommandozeilen-API von pip verwendet wird.

Außerdem werden nun Warnungen, dass eine neuere Version von pip zur Verfügung steht, unterdrückt.

@michael-rapp michael-rapp added build system Affects the build system deprecation Highlights the use of deprecated APIs of third-party dependencies labels Nov 10, 2023
@michael-rapp michael-rapp added this to the 0.10.0 milestone Nov 10, 2023
@michael-rapp michael-rapp force-pushed the install-dependencies-via-pip branch from 99d04f8 to 9a2851d Compare November 10, 2023 22:40
@michael-rapp michael-rapp linked an issue Nov 10, 2023 that may be closed by this pull request
@michael-rapp michael-rapp merged commit 15ec243 into development Nov 10, 2023
4 checks passed
@michael-rapp michael-rapp deleted the install-dependencies-via-pip branch November 10, 2023 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build system Affects the build system deprecation Highlights the use of deprecated APIs of third-party dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pkg_resources is deprecated as an API
2 participants