我在我的iMac ( python文件)上的洋红环境中运行,得到了错误:
ModuleNotFoundError:没有名为“magenta.protobuf”的模块
虽然我试过:
protobuf-compiler
有人能帮忙吗?
发布于 2021-01-01 09:00:20
你可以试试这个:
pip install note-seq然后
import note_seq.protobufhttps://stackoverflow.com/questions/64940738
复制相似问题