-
Notifications
You must be signed in to change notification settings - Fork 121
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
Does not work on Windows platform #15
Comments
Try this: pip3 install git+https://github.com/vishnubob/python-midi@feature/python3 |
@llSourcell
|
after that i get
so this helped me
|
my next error
change rbm_chords.py:129 to
|
btw to hide tensorflow warnings
|
see https://github.com/mschultheiss83/Music_Generator_Demo for my fixes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to run this in windows but it did not work as one of it's dependencies does not support windows..
The
python-midi
library is required by themidi_manipulation.py
script.But unfortunately the
python-midi
library requires the ALSA Sequncer which is only for Linux, so this does not work on Windows...I tried to install python-midi, but it fails.. Upon investigation the setup code i found this
I think there is need of something else to be done so that it works across all platforms..
The text was updated successfully, but these errors were encountered: