-
Notifications
You must be signed in to change notification settings - Fork 277
Closed
Description
Ever since I upgraded from 0.3.0 to 0.4.0, I've been unable to run Manuskript.
Running by double-clicking or from a shortcut gives nothing. Running from the Terminal gives this:
~/Apps/Manuskript $ ./manuskript
Traceback (most recent call last):
File "manuskript", line 11, in <module>
File "/usr/local/lib/python3.5/dist-packages/PyInstaller/loader/pyimod03_importers.py", line 389, in load_module
File "manuskript/main.py", line 8, in <module>
File "/usr/local/lib/python3.5/dist-packages/PyInstaller/loader/pyimod03_importers.py", line 573, in load_module
ImportError: /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1: undefined symbol: drmGetDevices2
Failed to execute script manuskript
All the listed required dependencies are installed and up to date.