AI-Guru/MMM-JSB

ImportError: fluidsynth() was called but pyfluidsynth is not installed.

maroxtn opened this issue · 3 comments

Running notebook on both Kaggle notebooks and colab gets me this error.

Tried installing fuildsynth via apt-install, done pip install pyfluidsynth ... Nothing worked.

Interesting! Please provide some details. What to do to recreate that error.

Sorry for the lack of details.

Here is a colab notebook to reproduce the error: https://colab.research.google.com/drive/18XR3g3qDMmPTn25fveGhdUn6RjBNORmb?usp=sharing

What I also tried with that:

sudo apt-get install fluidsynth
pip install pyfluidsynth - U

Still doesn't work.

Me too. :(