Open PA3FUN opened 11 months ago
Hey @PA3FUN, could you share the output you get when trying to install?
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.
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