Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 2477

General discussion • Re: FluidSynth module not found error

$
0
0
On a Pi5 running Bookworm (64-bit) I did this to install pyfluidsynth python library into a "virtual environment"

Code:

mkdir myenvcd myenvpython -m venv envsource env/bin/activatepip install pyfluidsynth
Then we can import it like this:

Code:

pythonPython 3.11.2 (main, Nov 30 2024, 21:22:50) [GCC 12.2.0] on linuxType "help", "copyright", "credits" or "license" for more information.>>> import fluidsynth>>>
Does that work for you?

Statistics: Posted by neilgl — Sun Jan 26, 2025 9:03 pm



Viewing all articles
Browse latest Browse all 2477

Trending Articles