-
Notifications
You must be signed in to change notification settings - Fork 43
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
AttributeError: 'module' object has no attribute 'read_midifile' #1
Comments
I had the same problem. Have a look at this solution.It works after that: |
Can anyone explain the working of code? and also about how RBM and Tensorflow are reall being used here? |
Download the 'midi' module by this command (otherwise it considers it to be python2): pip install git+https://github.com/vishnubob/python-midi@feature/python3 |
For Ubuntu this is the list of dependencies to fix the problem: |
https://github.com/vishnubob/python-midi@feature/python3 is 404 now. Maybe you will also need: |
Collecting git+https://github.com/vishnubob/python-midi@feature/python3 @vivek-sethia i found this error, please help me |
Check if git is installed ! |
Traceback (most recent call last):
File "rbm_chords.py", line 36, in
songs = get_songs('Pop_Music_Midi') # These songs have already been converted from midi to msgpack
File "rbm_chords.py", line 32, in get_songs
raise e
AttributeError: 'module' object has no attribute 'read_midifile'
I am getting the above error, please help
The text was updated successfully, but these errors were encountered: