Error when running to Transcribe Audio
ImportError Traceback (most recent call last)
4 frames /usr/local/lib/python3.7/dist-packages/pretty_midi/instrument.py in fluidsynth(self, fs, sf2_path) 454 455 if not _HAS_FLUIDSYNTH: --> 456 raise ImportError("fluidsynth() was called but pyfluidsynth " 457 "is not installed.") 458
ImportError: fluidsynth() was called but pyfluidsynth is not installed.
NOTE: If your import is failing due to a missing package, you can manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the "Open Examples" button below.