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

Problem beim Ausführen der API auf RASPI #4

Open
MarkusHeringlehner opened this issue Sep 10, 2024 · 0 comments
Open

Problem beim Ausführen der API auf RASPI #4

MarkusHeringlehner opened this issue Sep 10, 2024 · 0 comments

Comments

@MarkusHeringlehner
Copy link

Hallo,

ich habe heute Ihre Software installiert und konnte diese leider nicht erfolgreich ausführen.

Folgende Fehler habe ich erhalten.

Traceback (most recent call last):
File "/home/pi/.local/bin/speedport", line 5, in
from speedport.main import start
File "/home/pi/.local/lib/python3.9/site-packages/speedport/init.py", line 1, in
from .speedport import Speedport
File "/home/pi/.local/lib/python3.9/site-packages/speedport/speedport.py", line 8, in
from .api import SpeedportApi
File "/home/pi/.local/lib/python3.9/site-packages/speedport/api.py", line 8, in
from speedport.connection import Connection
File "/home/pi/.local/lib/python3.9/site-packages/speedport/connection.py", line 7, in
from typing import Self
ImportError: cannot import name 'Self' from 'typing' (/usr/lib/python3.9/typing.py)

Ich denke, es handelt sich um einen Benutzerfehler meinerseits...

Es wäre super, wenn Sie mir weiterhelfen könnten, da ich ihre API sehr gut gebrauchen könnte!

Vielen Dank und Beste Grüße!

Markus

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

1 participant