2

What I have tried

  1. I've installed pip install pyfluidsynth (installed 1.23.5) and pip install fluidsynth (0.2)
  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'
  3. I tried print(fluidsynth.__version__) which results in module '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.

asked May 30, 2023 at 15:25

1 Answer 1

2

Uninstalling pip uninstall fluidsynth solved my problem. I think that python maybe was confused by those two because they are named the same.

answered May 30, 2023 at 15:25
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.