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
AttributeError: partially initialized module 'miditoolkit' has no attribute 'midi' (most likely due to a circular import)
I am running this on Python 3.9 with pip installation of miditoolkit. I verified that it is imported correctly and all the subfolders (i.e. midi, parser) are being referenced.
The text was updated successfully, but these errors were encountered:
I've tried running the default intro code block:
Which results in:
AttributeError: partially initialized module 'miditoolkit' has no attribute 'midi' (most likely due to a circular import)
I am running this on Python 3.9 with pip installation of miditoolkit. I verified that it is imported correctly and all the subfolders (i.e. midi, parser) are being referenced.
The text was updated successfully, but these errors were encountered: