Posts by xxxnelly

    Hi All,

    I am trying to build LE10 from

    GitHub - LibreELEC/LibreELEC.tv: Just enough OS for KODI
    Just enough OS for KODI. Contribute to LibreELEC/LibreELEC.tv development by creating an account on GitHub.
    github.com

    and checking out branch libreelec-10.0

    my environment is

    Distributor ID: Ubuntu

    Description: Ubuntu 20.04.3 LTS

    Release: 20.04

    Codename: focal

    I am getting the above error it looks like termcap is missing but I have libncurses5 installed, any ideas what is missing on my build system or any other issues?

    Note. I have previously built LE but it was probably a year or two ago..

    Thanks

    Hi SupervisedThinking

    I just downloaded your image to start using it - so thanks for your hard work on this.

    I have noticed that the ds4drv doesn't seem to be working on the x86_64

    LibreELEC-x11.x86_64-11.0-RR-20211227-1f7ed72.tar

    LibreELEC:~ # ds4drv --hidraw

    Traceback (most recent call last):

    File "/usr/bin/ds4drv", line 33, in <module>

    sys.exit(load_entry_point('ds4drv==0.5.1', 'console_scripts', 'ds4drv')())

    File "/usr/bin/ds4drv", line 25, in importlib_load_entry_point

    return next(matches).load()

    File "/usr/lib/python3.8/importlib/metadata.py", line 77, in load

    File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module

    File "<frozen importlib._bootstrap>", line 1014, in _gcd_import

    File "<frozen importlib._bootstrap>", line 991, in _find_and_load

    File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked

    File "<frozen importlib._bootstrap>", line 671, in _load_unlocked

    File "<frozen importlib._bootstrap_external>", line 843, in exec_module

    File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed

    File "/usr/lib/python3.8/site-packages/ds4drv/__main__.py", line 7, in <module>

    File "/usr/lib/python3.8/site-packages/ds4drv/backends/__init__.py", line 2, in <module>

    File "/usr/lib/python3.8/site-packages/ds4drv/backends/hidraw.py", line 9, in <module>

    File "/usr/lib/python3.8/site-packages/pyudev/__init__.py", line 40, in <module>

    File "/usr/lib/python3.8/site-packages/pyudev/_errors.py", line 33, in <module>

    ModuleNotFoundError: No module named 'six'

    Is this a packing issue or is anyone using ds4drv?

    Thanks