-
Notifications
You must be signed in to change notification settings - Fork 153
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
setup.py should install midi package from GitHub #92
Comments
craffel
added a commit
that referenced
this issue
Sep 16, 2016
Due to issues with installing midi from pip (see #92), this should explicitly make pip install the bleeding-edge.
craffel
added a commit
that referenced
this issue
Sep 16, 2016
Due to issues with installing midi from pip (see #92), this should explicitly make pip install the bleeding-edge.
Resolved in #93. |
This is still causing problems. |
Problems are not resolvable without fixing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cc @cghawthorne
Some people have trouble with
pip install midi
, see #72 or vishnubob/python-midi#66. Themidi
package is also out-of-date (v0.2.3). Thepython-midi
package on PyPI is more up-to-date, but doesn't appear to be maintained by the owner ofmidi
: vishnubob/python-midi#72 And, despite being more up-to-date, as of writing it is over 2 years stale. There are features/changes added since then which are needed inpretty_midi
. To deal with this, README suggests using the bleeding-edge from GitHub. We should specify this in setup.py too.The text was updated successfully, but these errors were encountered: