Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 OSX 10.7.5 上,我运行port install fluidsynth并pip install pyfluidsynth成功,并且流体合成器在终端上工作。
port install fluidsynth
pip install pyfluidsynth
但from fluidsynth.fluidsynth import *输出
from fluidsynth.fluidsynth import *
OSError: dlopen(libfluidsynth.so.1, 6): image not found
有任何想法吗?