-
Notifications
You must be signed in to change notification settings - Fork 1
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
airnotifier not compatible with Python 3.10 due to hyper dependency #10
Comments
Die letzte unterstützte Python Version für hyper ist Python 3.9 - das ist aber mit 2025-10 EOL https://www.python.org/downloads/ see-also: |
@GGeorggg Eventuell könnten wir in unserem Fork hyper mit HTTPX austauschen, welches aktiv maintained wird? Dann müssten wir nicht auf nächstes Jahr tote Versionen downgraden. Könnte man dann auch direkt im main repository als PR anlegen, mit dem Problem werden ja andere airnotifier Nutzer auch konfrontiert. |
Hallo @ChristophKunerth ich bin kein Python Entwickler, kannst du das machen ? lg |
@GGeorggg Ja ich kanns mir ansehen, hast du das bis jetzt nur lokal installieren versucht oder kann ich einen install auch wo ausprobieren? |
Hallo @ChristophKunerth ich würde Codespaces für dieses Docker Container Projekt empfehlen - da ihr vom Tooling auf Grund der IT-Policy stark eingeschränkt seid. Was meinst du ? https://notes.alexkehayias.com/running-docker-compose-in-codespaces/ lg |
@GGeorggg Schaut theoretisch gut verwendbar aus, die Firewall im Haus blockt aber CodeSpaces... Ich hab fürs erste bei der IT Angefragt ob sie die Domain freischalten können. Funktioniert leider nichtmal auf der Development Maschine. |
Hallo @ChristophKunerth Alternativ kannst du den selben Weg wie @rschrenk mit einer Entwicklungsumgrbung vorantreiben ? Das wird vermutlich schneller ans Ziel führen da bereits auf vorhandene Struktur zurückgegriffen werden kann ? LG |
Hallo @GGeorggg Ich verstehe das Problem nicht. Können wir den Airnotifier nun in Betrieb nehmen oder nicht? wenn es um eine Anpassung geht, für die wir noch Monate Zeit haben, dann soll uns das jetzt nicht aufhalten. LG |
Hallo @rschrenk siehe https://github.com/BiP-org/bip-infrastructure/issues/473 (erstes Kommentar) ja können wir, aber mit Einschränkungen:
lg |
Zwecks Anpassung für Python, das kann ich mir lokal zurzeit nur im Homeoffice am Privatrechner anschauen, das ist dann für Mittwoch vorgemerkt. Ich hab auch mal ein Issue erstellt, aber das Repository scheint generell nicht mehr sehr aktiv zu sein. Codespaces wird von der Infrastruktur geblockt und Freischaltung ist hier nicht geplant. Wir haben jetzt eine Anfrage gestellt wenigstens WSL2 mit Adminrechten am Devserver eingerichtet zu bekommen. Fingers crossed. |
https://github.com/python-hyper/hyper is no longer supported (EOL 2017 - an therefor not compatible with Python >=3.10)
The text was updated successfully, but these errors were encountered: