You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rpi4
Installed le13 04.05.2024 nightly where smbus python module should be fixed but seems the same problem as le12 release
Libreelec:~ # python
Python 3.11.9 (main, May 4 2024, 12:08:04) [GCC 13.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
import smbus
Traceback (most recent call last):
File "", line 1, in
ModuleNotFoundError: No module named 'smbus'
If use export pythonpath option to reach private.lib path you can import smbus.so but not RPiO.GPIO .
Quit a problem because you can't control fan voltage without these modules.
The text was updated successfully, but these errors were encountered:
Hi @dga4130-renato the fix is in the updated system-tools -12.0.0.1 (not the nightly image) please check your addon version. The smbus.so will be in lib (not lib.private)
Rpi4
Installed le13 04.05.2024 nightly where smbus python module should be fixed but seems the same problem as le12 release
Libreelec:~ # python
Python 3.11.9 (main, May 4 2024, 12:08:04) [GCC 13.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
If use export pythonpath option to reach private.lib path you can import smbus.so but not RPiO.GPIO .
Quit a problem because you can't control fan voltage without these modules.
The text was updated successfully, but these errors were encountered: