24-11-25, 12:20 -
hi docdecibel,
sorry for the slow reply, my life is a bit chaos right now.
i didn't take super super detailed notes when i installed it, although i did write this:
----
some errors in dependenfcies.. the sequencer one i think was called pymidi or something, i installed it by hand (using i think pip install git+ giturl) then watch for errors, it was missing a dependency)
----
i think this was the biggest roadblock, like i said above, it's not good enough to do pip install pymidi (or whatever is the one not installing properly), try different methods to install and keep a keen eye out for errors when it installs (other dependencies needed?)
if you have specific problems please post them here and it would jog my memory more. i'm attaching here a requirements.txt of "my" project (the successful rpi5 install of samplerbox), maybe have a look through that and it might help as well, maybe worst case if you systematically install those packages it will work? my intuition is that you should try the "pymidi" idea above first though.
like i said, post here any problems, i'll take a look if i can help
here's the requirements.txt for my install:
sorry for the slow reply, my life is a bit chaos right now.
i didn't take super super detailed notes when i installed it, although i did write this:
----
some errors in dependenfcies.. the sequencer one i think was called pymidi or something, i installed it by hand (using i think pip install git+ giturl) then watch for errors, it was missing a dependency)
----
i think this was the biggest roadblock, like i said above, it's not good enough to do pip install pymidi (or whatever is the one not installing properly), try different methods to install and keep a keen eye out for errors when it installs (other dependencies needed?)
if you have specific problems please post them here and it would jog my memory more. i'm attaching here a requirements.txt of "my" project (the successful rpi5 install of samplerbox), maybe have a look through that and it might help as well, maybe worst case if you systematically install those packages it will work? my intuition is that you should try the "pymidi" idea above first though.
like i said, post here any problems, i'll take a look if i can help
here's the requirements.txt for my install:
Code:
beautifulsoup4==4.13.4
certifi==2025.8.3
cffi==1.17.1
charset-normalizer==3.4.3
Cython==3.1.2
filelock==3.18.0
idna==3.10
lgpio==0.2.2.0
markdown-it-py==3.0.0
mdurl==0.1.2
midi==0.2.3
numpy==2.3.2
psutil==7.0.0
pyalsaaudio==0.11.0
PyAudio==0.2.14
pycparser==2.22
Pygments==2.19.2
pyserial==3.5
PySocks==1.7.1
requests==2.32.4
rich==14.1.0
rpi-lgpio==0.6
rtmidi-python==0.2.3
rtmidi2==1.4.0
smbus==1.1.post2
sounddevice==0.5.2
soupsieve==2.7
swig==4.3.1
tqdm==4.67.1
typing_extensions==4.14.1
UNKNOWN==0.0.0
urllib3==2.5.0
This post was last modified: 24-11-25, 12:21 by skabadee.

