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
Getting this error when I try to run basic_rnn_train: Traceback (most recent call last): File "/home/alex/magenta/bazel-bin/magenta/models/basic_rnn_train.runfiles/__main__/magenta/models/basic_rnn/basic_rnn_train.py", line 36, in <module> import basic_rnn_encoder_decoder File "/home/alex/magenta/magenta/models/basic_rnn/basic_rnn_encoder_decoder.py", line 17, in <module> from magenta.lib import melodies_lib ImportError: No module named lib
The text was updated successfully, but these errors were encountered:
Alex, I'm having trouble reproducing this error. Can you make sure you're synced to the latest updates. And if that doesn't help, what OS and Python version are you using?
Getting this error when I try to run basic_rnn_train:
Traceback (most recent call last): File "/home/alex/magenta/bazel-bin/magenta/models/basic_rnn_train.runfiles/__main__/magenta/models/basic_rnn/basic_rnn_train.py", line 36, in <module> import basic_rnn_encoder_decoder File "/home/alex/magenta/magenta/models/basic_rnn/basic_rnn_encoder_decoder.py", line 17, in <module> from magenta.lib import melodies_lib ImportError: No module named lib
The text was updated successfully, but these errors were encountered: