I installed python3-libdiscid on rpi 6.6.51 (sudo apt install python3-libdiscid). When I run python (3.11) and import discid I get "No module named 'discid'. Every other apt install python3-* that I did worked as expected. Is there a way to get discid to work on Raspberry Pi OS?
Perhaps the python module is named 'libdiscid'?
Code:
david@rp58book101064fnvme:~ $ pythonPython 3.11.2 (main, Sep 14 2024, 03:00:30) [GCC 12.2.0] on linuxType "help", "copyright", "credits" or "license" for more information.>>> import discidTraceback (most recent call last): File "<stdin>", line 1, in <module>ModuleNotFoundError: No module named 'discid'>>> >>> >>> >>> >>> >>> import libdiscid>>> >>> >>>
No special insight, just a reference to https://pypi.org/project/python-libdiscid/
Statistics: Posted by B.Goode — Thu Nov 14, 2024 6:43 pm