Hello
I encounter the issue below with Python on Raspberry Pi 4
I am not sure that this is limited to the Python multiprocessing module
This issue does not occur with 9.1.001 (RPi2.arm)
I could not find a fix
The only meaningful occurrence of semlocktype I could find is here
I hope someone here knows how to fix
Let me know how I can help
##############################################
# LibreELEC #
# https://libreelec.tv #
##############################################
LibreELEC (official): 9.1.001 (RPi4.arm)
test:~ # python
Python 2.7.16 (default, Jun 23 2019, 14:19:31)
[GCC 8.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import multiprocessing
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/multiprocessing/__init__.py", line 84, in <module>
ImportError: /usr/lib/python2.7/lib-dynload/_multiprocessing.so: undefined symbol: SemLockType
Display More