Replies: 3 comments 4 replies
-
|
Hi and thank you for your interest in mido! The error message states that you are missing a compiler. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the reply! Does that mean that I have to get the Windows end user to download and install a C++ compiler? TBH it's a bad state of affairs if I have to install a C++ compiler myself, let alone getting some other poor person to do it ;-) How about the possibility of installing UPDATE: I tried that and the app ran, but the MIDI ports could not be detected... |
Beta Was this translation helpful? Give feedback.
-
|
Thanks! I'm confused. I have managed to run |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have written a Python app to control the presets for the Osmose synth/keyboard. If you are on macOS, you should be able to run it using
uvx osmose-presets.The problem comes when I try to run
uvx osmose-presetsin Windows 11, or Linux (I'm using Mint 22.2 Cinnamon). In both cases, it fails because it cannot get thepython-rtmidilibrary running.I've just noticed in the notes for
midothat there is a possibility of using other back-end apart frompython-rtmidi. My question is, therefore, should I be investigating other alternatives, and if so, how, or is there a way to getmidoworking with Windows and Linux?The app was developed with
Python 3.13.7onmacOS 15.6.1withTextual 6.1.0andmidi 1.3.3. I tried installing firstPython 3.13.7on the Windows box and thenPython 3.12.7but neitehr worked.In any case, I thought the whole point of using
PyPianduvxwas that this provided a "painless', cross-platform distribution method for Python apps, without having to enter dependency hell 😉I'd welcome any thoughts on the subject 🙏
Beta Was this translation helpful? Give feedback.
All reactions