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

Cannot install from pip #7

Closed
shermany opened this issue Sep 12, 2012 · 1 comment
Closed

Cannot install from pip #7

shermany opened this issue Sep 12, 2012 · 1 comment

Comments

@shermany
Copy link

pip install of python-itunes always fails for me with the message:

Downloading/unpacking python-itunes
  Could not find any downloads that satisfy the requirement python-itunes
No distributions at all found for python-itunes

I'm wondering if something is wrong with the package on PyPI? Below is some more detailed information from the pip log.

Downloading/unpacking python-itunes

  Getting page http://pypi.python.org/simple/python-itunes
  URLs to search for versions for python-itunes:
  * http://pypi.python.org/simple/python-itunes/
  Getting page https://github.com/ocelma/python-itunes
  Analyzing links from page http://pypi.python.org/simple/python-itunes/
    Skipping link http://pypi.python.org/packages/source/p/python-itunes/python-itunes.tar.gz#md5=6690e8a261d3486b90763e3281842c1b (from http://pypi.python.org/simple/python-it\
unes/); wrong project name (not python-itunes)
    Skipping link https://github.com/ocelma/python-itunes (from http://pypi.python.org/simple/python-itunes/); not a file
    Skipping link http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html (from http://pypi.python.org/simple/python-itunes/); u\
nknown archive format: .html
  Analyzing links from page https://github.com/ocelma/python-itunes
    Skipping link https://github.com/opensearch.xml (from https://github.com/ocelma/python-itunes); unknown archive format: .xml
    Skipping link https://github.com/fluidicon.png (from https://github.com/ocelma/python-itunes); unknown archive format: .png
...
@ocelma
Copy link
Owner

ocelma commented Sep 12, 2012

Hi Sean,

I guess you had some bad luck, as github has been recently down. See:
https://status.github.com/ "SEPTEMBER 11, 2012 – MAJOR INTERRUPTION
OCCURRED"

I've just tried it right now and it works fine: (I did pip uninstall before
installing it again)

ocelma@ocelma:~$ sudo pip install python-itunes
Downloading/unpacking python-itunes
Downloading python-itunes.tar.gz (95Kb): 95Kb downloaded
Running setup.py egg_info for package python-itunes

Installing collected packages: python-itunes
Running setup.py install for python-itunes

Successfully installed python-itunes

Cleaning up...

Cheers, Oscar

On Wed, Sep 12, 2012 at 3:01 PM, Sean notifications@github.com wrote:

pip install of python-itunes always fails for me with the message:

Downloading/unpacking python-itunes
Could not find any downloads that satisfy the requirement python-itunes
No distributions at all found for python-itunes

I'm wondering if something is wrong with the package on PyPI? Below is
some more detailed information from the pip log.

Downloading/unpacking python-itunes

Getting page http://pypi.python.org/simple/python-itunes
URLs to search for versions for python-itunes:

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

No branches or pull requests

2 participants