Hey Folks,
I had a build for mingus (https://github.com/bspaans/python-mingus) that was working and wanted to add fluidsynth to it.
I tried specifying an alternate version, but that failed.
Also, I note that the error message about invalid version syntax is a bit too sticky. When I removed the invalid syntax and put in valid syntax, I still had the error message (as show in the embedded screenshot.)
Runtime Details
- https://platform.activestate.com/zakg/mingus/distributions?platformID=96b7e6f2-bebf-564c-bc1c-f04482398f38
- Language - python 3.8.2
- Platform - Mac
Failing Packages
- pyfluidsynth 1.2.5
Reasons
- Test failures: pyFluidSynth
Logs
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/fluidsynth.py", line 40, in <module>
raise ImportError("Couldn't find the FluidSynth library.")
ImportError: Couldn't find the FluidSynth library.