-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'note_sequence_utils' #7
Comments
Hello @Hasterios, how are you launching the code? Command line? PyCharm? |
Oh I saw that you are using IPython from the stack trace. I'll try launching the code using IPython and I'll get back to you |
@dubreuia Hi Alex, can we close the issue if it is resolved? |
@Hasterios I can't reproduce do you still have the issue ? |
Last checks these days. The issue is still open. |
Hi @Hasterios, is the issue resolved? If so, can we close it? |
Hi @dubreuia |
I am trying to execute chap. 4's code of c2.0.1 branch.
Everything is fine until In [3], where I get this error:
I'm runing these versions with OSX Catalina:
magenta 2.0.1
protobuf 3.12.2
tensorflow 2.2.0
I tried
from utils import save_midi, save_plot
instead but unsuccessful. What's the problem ?
The text was updated successfully, but these errors were encountered: