DIe Bibliothek pyusb wird nicht gefunden
Verfasst: Samstag 27. Dezember 2025, 11:25
Hallo Zusammen,
Wie imTitel gesagt wird die Bibliothek usb nicht gefunden.
MacOS: Sequoia 15.6.1 / Python 3.13
Kennt jemand das Problem?
Gruss Christoph
Wie imTitel gesagt wird die Bibliothek usb nicht gefunden.
Code: Alles auswählen
import usb.coreSie ist aber da.: '/Library/Frameworks/Python.framework/Versions/3.13/lib/python3.13/site-packages/usb'Traceback (most recent call last):
File "... /venv/python_USB.py", line 7, in <module>
import usb.core
ModuleNotFoundError: No module named 'usb'
MacOS: Sequoia 15.6.1 / Python 3.13
Kennt jemand das Problem?
Gruss Christoph