What I have tried
- I've installed
pip install pyfluidsynth
(installed 1.23.5) andpip install fluidsynth
(0.2) - I followed the solution here, but it didn't work for me. I also think that this wouldn't have been a real solution since it links an older version: pyFluidsynth 'module' object has no attribute 'Synth'
- I tried
print(fluidsynth.__version__)
which results inmodule 'fluidsynth' has no attribute '__version__'
Additional Information
I tried to follow this tutorial https://www.tensorflow.org/tutorials/audio/music_generation but I get the error on waveform = pm.fluidsynth(fs=_SAMPLING_RATE)
. I am using pycharm and I installed all packages into a single virtual environment.