Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPI / Bullseye: error building Touchosc2midi #22

Open
PA3FUN opened this issue Dec 12, 2023 · 2 comments
Open

RPI / Bullseye: error building Touchosc2midi #22

PA3FUN opened this issue Dec 12, 2023 · 2 comments

Comments

@PA3FUN
Copy link

PA3FUN commented Dec 12, 2023

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
Copy link
Owner

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

@PA3FUN
Copy link
Author

PA3FUN commented Dec 16, 2023

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.

@PA3FUN PA3FUN changed the title RPI / Bullseye: error buidling Touchosc2midi RPI / Bullseye: error building Touchosc2midi Dec 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants