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

"Could not find any downloads that satisfy the requirement travis" #6905

Closed
dimbleby opened this issue Nov 20, 2016 · 5 comments
Closed

"Could not find any downloads that satisfy the requirement travis" #6905

dimbleby opened this issue Nov 20, 2016 · 5 comments

Comments

@dimbleby
Copy link

When I pip install ghp-import --user $USER I get failure like this:

$pip install ghp-import --user $USER
You are using pip version 6.0.8, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting ghp-import
  Downloading ghp-import-0.4.1.tar.gz
Collecting travis
  Could not find any downloads that satisfy the requirement travis
  No distributions at all found for travis

The command "pip install ghp-import --user $USER" failed and exited with 1 during .

What?

Eg here.

This worked a week or so ago - eg here

@BanzaiMan
Copy link
Contributor

It most likely means that your underlying dependencies changed, and it no longer works.

https://pypi.python.org/pypi/travis is returning 404 now. I don't know who was maintaining it. Duckduckgo thinks it was at http://medecau.github.io/travis/, but I can't find any corroborating information on Google.

At any rate, I suggest reviewing your dependencies. I am closing this now, since I don't think this is a Travis issue, but if you have evidence to suggest otherwise, do let us know.

@dimbleby
Copy link
Author

Hmm - I'd assumed that it was you guys doing something funny because, so far as I can see, ghp-import has no dependency on anything called "travis".

Here's me installing it in a fresh virtualenv:

[dch@pc4296 ~]$ virtualenv tmp
New python executable in tmp/bin/python
Installing Setuptools..............................................................................................................................................................................................................................done.
Installing Pip.....................................................................................................................................................................................................................................................................................................................................done.
[dch@pc4296 ~]$ source tmp/bin/activate
(tmp)[dch@pc4296 ~]$ pip install ghp-import==0.4.1
Downloading/unpacking ghp-import==0.4.1
  Downloading ghp-import-0.4.1.tar.gz
  Running setup.py egg_info for package ghp-import

Installing collected packages: ghp-import
  Running setup.py install for ghp-import
    changing mode of build/scripts-2.7/ghp-import from 644 to 755

    changing mode of /data/dch/tmp/bin/ghp-import to 755
Successfully installed ghp-import
Cleaning up...

Any idea where this "travis" dependency comes from?

@dimbleby
Copy link
Author

ooh, perhaps I've been living in a fool's paradise with respect to the parameters that "pip install" takes...

pip install ghp-import --user $USER; but I dunno where that "--user" came from - and I bet that $USER is "travis".

I'll try taking that out.

@dimbleby
Copy link
Author

yeah, that's it - sorry for the noise

@BanzaiMan
Copy link
Contributor

Ah, cool. Thanks for the update. Happy to hear that you were able to resolve the issue.

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