Skip to content
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

Latest version (eg 0.2.3) not downloadable from Pypi #72

Open
pdorrell opened this issue Oct 3, 2015 · 3 comments
Open

Latest version (eg 0.2.3) not downloadable from Pypi #72

pdorrell opened this issue Oct 3, 2015 · 3 comments
Labels

Comments

@pdorrell
Copy link

pdorrell commented Oct 3, 2015

Adding this to my requirements.txt doesn't work:

midi==0.2.3

Instead I have to do this:

https://github.com/vishnubob/python-midi/archive/v0.2.3.zip
@vishnubob
Copy link
Owner

Sadly, the person who registered python-midi is not me, and I can't seem to contact him/her to transfer control of the registration. If you are reading this, and you know someone within the Pypi community that could help, please contact me.

@vishnubob vishnubob added the Bug label Oct 5, 2015
@pdorrell
Copy link
Author

pdorrell commented Oct 7, 2015

Giles, are you not the person who registered 'midi', ie at https://pypi.python.org/pypi/midi/0.2.3 ?

'midi' seems perfectly fine as a Pypi package name, and I don't think it matters that your source code is in a Github repo called 'python-midi'.

@craffel
Copy link
Contributor

craffel commented Sep 16, 2016

+1, have had various reports of problem with this.

  1. pip install midi doesn't work, it gives:

    Collecting midi
    Could not find a version that satisfies the requirement midi (from versions: )
    No matching distribution found for midi
    

    It does show up on PyPI: https://pypi.python.org/pypi/midi but my guess is that because there are no packages on PyPI (only a directory entry, giving URL, description, etc), it can't install anything from there.

  2. pip install python-midi does work, but it installs "v0.2.4", which as far as I can tell is a made-up version. Regardless, it was uploaded on 2014-12-15, so it is considerably out of date.

Is there any chance we can get a new release (preferably tagged to), and uploaded to PyPI in the midi channel?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants