[adamw@xps13a Carla (pyliblo3)]$ carla-control
LRDF Support not available (LADSPA-RDF will be disabled)
Traceback (most recent call last):
File "/usr/share/carla/carla-control", line 22, in <module>
from carla_host_control import (
...<8 lines>...
)
File "/usr/share/carla/carla_host_control.py", line 35, in <module>
from liblo import (
...<8 lines>...
)
ModuleNotFoundError: No module named 'liblo'
This update has been submitted for testing by martinkg.
This update's test gating status has been changed to 'ignored'.
I doubt this works. source/frontend/carla_host_control.py does:
but our new python3-pyliblo3 package does not provide a library called
liblo
, it provides a library calledpyliblo3
.Probably we need to send a patch upstream that makes it try the import with both names, and backport that.
yup:
gonna write and test a patch.
https://src.fedoraproject.org/rpms/Carla/pull-request/4 should fix it.
This update has been pushed to testing.
Bodhi is disabling automatic push to stable due to negative karma. The maintainer may push manually if they determine that the issue is not severe.
This update has been obsoleted by Carla-2.5.9-2.fc41.