-
Notifications
You must be signed in to change notification settings - Fork 67
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
Pip cannot find python-itunes package #9
Comments
Hi, sorry, I can't reproduce your error! :-( See:
ocelma@ocelma-vaio:~/gracenote/source/perforce/cddb-dsp/users/ocelma/recsys/src/rest-ws$ sudo pip install python-itunes Installing collected packages: python-itunes Successfully installed python-itunes |
Interesting. I'm running it on OS X 10.8 (Mountain Lion), which Python version 2.7.2 and Pip version 1.2.1. I'll try it on another environment later. How about you? |
Aha, I think I found the issue... the file name in the link it's using is missing a version number. See the source code here: https://github.com/pypa/pip/blob/develop/pip/index.py#L492-496 I saw this in both pip versions 1.2.1 and 1.3.1. Which version are you using? I'm surprised that pip would be so sensitive about this. (The least it could do is print a clearer error message!) Do you think you can change the name to python-itunes-1.0.tar.gz? Thanks! |
$ pip --version I can change the name, yes (once I remember how to login again, as I don't Thanks for the feedback On Wed, Jul 17, 2013 at 1:42 PM, Greg Nofi notifications@github.com wrote:
|
This is still an issue for me. |
Here's what I'm getting:
|
Meanwhile I see how to solve this, here's the link of the file you need to Alternatively, you can get it from here too: once unzipped, just run the classi: python setup.py install On Fri, Nov 15, 2013 at 10:43 AM, Michael Waterfall <
|
Any progress on this issue ? I'm facing the same issue and none of the workarounds are a possibility for me, as I have to install it as part of an automated installation. |
Hi, Currently I'm not really involved in this project anymore. $ pip install https://pypi.python.org/packages/source/p/python-itunes/python-itunes.tar.gz |
Possible workaround
|
Thanks. I tried this workaround and it worked fine! |
Hi, @ocelma—the beets project would be happy to try and resolve this, but I think it requires control over the PyPI listing. Would you be interested in letting us take over the release? |
Hi Ok. It makes sense. Though, I can't find my pypi passwd anymore. Oscar On Sat, 12 Dec 2015 at 16:38 Adrian Sampson notifications@github.com
|
OK, thanks! We will need PyPI access to do it, though, so do let us know if you recover your account. |
@sampsyo you could just upload a fixed version under another name to pypi? Then at least you could list the dependency in |
Yes, that would be an option—it would just be even less disruptive if we could continue to use the same name. |
Hi I meant to change/recover my password, so you can use my account to update Unfortunately I clicked on 'Lost Login?', entered my username (ocelma I Yet, just tried to login with my Google account now and it worked, so let Thanks, Oscar On Tue, 12 Jan 2016 at 09:22 Adrian Sampson notifications@github.com
|
Awesome! Thank you, Oscar! I think this is what you need to do:
Thank you again! |
Done! (just noticed -when viewing the roles page- that my username is not ocelma Good luck. I hope this package is useful for you and others On Tue, 12 Jan 2016 at 21:11 Adrian Sampson notifications@github.com
|
Awesome! Thank you again—and thanks for writing a really useful package! I'll fork this soon and update the PyPI listing (and I'll leave a note here when I do). |
Oh! I just realized that I gave you access to another package I have We're still stuck here... Sorry about that! On Tue, 12 Jan 2016 at 22:13 Adrian Sampson notifications@github.com
|
Ah, OK! Thanks for letting me know. |
This issue is slightly different than #7 .
easy_install
works, but when I runpip install python-itunes
, I also get the error "No distributions at all found for python-itunes".But in the log, I saw this:
Could not find any downloads that satisfy the requirement python-itunes
Note that in line 7 it's skipping the tar.gz package link with the message "wrong project name (not python-itunes)". I think that if you remove the "#md5=..." after the file name, it will work.
If fact, this works:
Thanks for the package!
The text was updated successfully, but these errors were encountered: