velolala / touchosc2midi

a (linux compatible) TouchOSC Midi Bridge written in python
MIT License
111 stars 22 forks source link

RPI / Bullseye: error building Touchosc2midi #22

Open PA3FUN opened 11 months ago

PA3FUN commented 11 months ago

Hi all. Some two years now that I'm using touchosc2midi on both Ubuntu 20.04.0 and Raspberry PI "Buster". For a number of reasons the RPI had to move on to "Bullseye". However, building touchosc2midi on Bullseye following instructions here doesn't work. Can anyone please help me? I know my way around Bash, but I am a complete noob on Python... Regards, Christiaan

P.S. I can make a fresh RPI/Bullseye installation available over SSH should this help

velolala commented 11 months ago

Hey @PA3FUN, could you share the output you get when trying to install?

PA3FUN commented 11 months ago

Hi Velolala. Thanks for reaching out! In the meantime a good friend already helped me obtaining successful install :) . On a fresh Raspbian "Bullseye" installation, the following four lines do the job:

$ sudo apt install python3-liblo cython3 python3-zeroconf python3-rtmidi python3-netifaces python3-mido python3-docopt $ git clone https://github.com/reactorcoremeltdown/touchosc2midi.git $ cd touchosc2midi $ pip3 install --no-deps .

Mind the "." at the end of the last line, indicating the current directory.