You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error when I try to run tonal.py. Is it an issue with using Python 3?
>>> python tonal.py HarmonicMajor A
Traceback (most recent call last):
File "tonal.py", line 2, in <module>
import mingus.core.notes as notes
File "/Users/bertilipsen/anaconda3/lib/python3.6/site-packages/mingus/core/notes.py", line 29, in <module>
from mt_exceptions import NoteFormatError, RangeError, FormatError
ModuleNotFoundError: No module named 'mt_exceptions'
Thanks!
The text was updated successfully, but these errors were encountered:
Ran 2to3 on the mingus source code and I don't get this error anymore. Nothing seems to happen when I run tonal.py though, am I doing something wrong?
Edit: I see tonal.py is just a bunch of classes (apologies for all this, I'm totally new to Python). Is it possible to get the script you used in the video (tonal_script.py)?
I get this error when I try to run tonal.py. Is it an issue with using Python 3?
Thanks!
The text was updated successfully, but these errors were encountered: