muse4 issues.

MusE is a DAW for Linux with both MIDI and Audio editing. https://muse-sequencer.github.io

Moderators: MattKingUSA, khz, spamatica

Post Reply
User avatar
funkmuscle
Established Member
Posts: 2806
Joined: Mon Jun 02, 2008 2:30 pm
Has thanked: 131 times
Been thanked: 33 times

muse4 issues.

Post by funkmuscle »

Hey guys, I'm running muse4 on a desktop and a laptop. Both Arch. My main studio setup in on my desktop.

Mus4 works fine on the laptop but I get this error on the desktop.

Code: Select all

$ muse4
muse4: error while loading shared libraries: libpython3.9.so.1.0: cannot open shared object file: No such file or directory
spamatica
Established Member
Posts: 575
Joined: Mon Feb 08, 2010 10:38 am
Has thanked: 83 times
Been thanked: 97 times

Re: muse4 issues.

Post by spamatica »

Hi man,

I've had something similar happen to me recently. I think it is likely that your python installation has been updated to 3.10 and the file MusE was linking to vanished.
running

Code: Select all

python3 --version

should give an indication.

If you built muse yourself then remove the build dir from the sources and build and install from there.

MusE DAW
User avatar
funkmuscle
Established Member
Posts: 2806
Joined: Mon Jun 02, 2008 2:30 pm
Has thanked: 131 times
Been thanked: 33 times

Re: muse4 issues.

Post by funkmuscle »

spamatica wrote: Fri Dec 09, 2022 11:15 pm

Hi man,

I've had something similar happen to me recently. I think it is likely that your python installation has been updated to 3.10 and the file MusE was linking to vanished.
running

Code: Select all

python3 --version

should give an indication.

If you built muse yourself then remove the build dir from the sources and build and install from there.

Hey thanks for the reply but if the laptop and the desktop are running the same Arch, shouldn't both have the same version of python as I do a daily update as Arch being a rolling release distro?

spamatica
Established Member
Posts: 575
Joined: Mon Feb 08, 2010 10:38 am
Has thanked: 83 times
Been thanked: 97 times

Re: muse4 issues.

Post by spamatica »

Hey thanks for the reply but if the laptop and the desktop are running the same Arch, shouldn't both have the same version of python as I do a daily update as Arch being a rolling release distro?

Indeed they should but clearly the python library has gone missing.
Maybe the other machine has both python3.9 and 3.10 installed?

Another way to get it going is to explicitly install libpython3.9. I'm not fluent in arch so I don't know how to accomplish this.

MusE DAW
User avatar
oscillator
Established Member
Posts: 1127
Joined: Sat Jan 17, 2015 6:07 pm
Location: SWEDEN
Has thanked: 725 times
Been thanked: 298 times
Contact:

Re: muse4 issues.

Post by oscillator »

Also I think there is this command, at least in Debian:

Code: Select all

update-alternatives --list python

which might help.

MusE DAW running on Debian 11 Testing/XFCE4.
https://oscillator.se/musik

User avatar
funkmuscle
Established Member
Posts: 2806
Joined: Mon Jun 02, 2008 2:30 pm
Has thanked: 131 times
Been thanked: 33 times

Re: muse4 issues.

Post by funkmuscle »

ok thanks everyone. I'll try y'all suggestions

Post Reply