我有两个流体合成器
sudo apt-get install fluidsynth
和 pyfluidsynth
sudo pip install pyfluidsynth
安装。
但是,当我运行标准导入命令时,出现以下错误:
>>> import fluidsynth
>>> fs = fluidsynth.Synth()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'Synth'