raise ImportError("Couldn't find the FluidSynth library.")
Closed this issue · 2 comments
This is such a cool library and I really hope to use it! However, every time I set up the environment and download everything I get this. Any advice? Thanks in advance.
Hi @jbseg! Could you provide some steps for reproducing your problem? Was the error raised at install time, or at runtime? I've already had that problem sometime in the past but I couldn't reproduce it in my current environment.
FluidSynth is an optional dependency to mingus. If you intend to use mingus with FluidSynth, you will need to install FluidSynth in your operating system (to name a few, it's available in Ubuntu/Debian and Arch Linux official repositories as fluidsynth
).
If you don't intend to use the FluidSynth features, mingus should work perfectly without it.
Closing due to inactivity. Feel free to reopen if needed.