python上的Mingus/lilypond

2024-06-11 06:37:12 发布

您现在位置:Python中文网/ 问答频道 /正文

我可以导入mingus但是子库,比如明格斯。特蕾丝。莉蓬给我一个错误:

 import mingus.core.notes
Traceback (most recent call last):
  File "<pyshell#4>", line 1, in <module>
    import mingus.core.notes
  File "C:\Users\PharaohZz\AppData\Local\Programs\Python\Python36\lib\site-packages\mingus\core\notes.py", line 29, in <module>
    from mt_exceptions import NoteFormatError, RangeError, FormatError
ModuleNotFoundError: No module named 'mt_exceptions'

或者

^{pr2}$

Tags: incoreimportmost错误lineexceptionsfile