lcarsde / menu

application menu for lcarsde
MIT License
5 stars 0 forks source link

Tracking down dependencies for Ubuntu 24.04 #4

Open wcrice opened 2 months ago

wcrice commented 2 months ago

Hi All,

I'm trying to get lcarsede to run on Ubuntu 24.04 and I'm having relative success. I've managed to resolve most of the dependency problems, but I can't seem to resolve posix-ipc. I did install it using pip install python3-posix-ipc and it is installed now, but I'm still getting errors. Has anybody else successfully made the whole thing work on Ubuntu 24.04?

FYI, hats off to everyone who made this project happen. I love this interface. It is one of the best LCARS projects. I plan to integrate this with R Shiny project https://github.com/leonawicz/lcars.

wcrice commented 2 months ago

FYI to anybody having issues with dependencies. I did fix the posix-ipc error by installing it through pip install python3-ipc and the libpthread.so.0 error following this guide: https://stackoverflow.com/questions/75921414/java-symbol-lookup-error-snap-core20-current-lib-x86-64-linux-gnu-libpthread

But it is starting to feel like whakamole.

atennert commented 2 months ago

Hi @wcrice,

thank you for the information. I used to define the Ubuntu package for this, because that would take care of dependencies itself. Sadly the Ubuntu package doesn't exist anymore since version 23. The setup needs an complete overhaul ...