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

pip install click not found error #23

Closed
igniteflow opened this issue Apr 25, 2014 · 8 comments
Closed

pip install click not found error #23

igniteflow opened this issue Apr 25, 2014 · 8 comments

Comments

@igniteflow
Copy link

$ pip install click
Downloading/unpacking click
Could not find any downloads that satisfy the requirement click
Cleaning up...
No distributions at all found for click

cat /home/igniteflow/.pip/pip.log


/home/igniteflow/.virtualenvs/locus/bin/pip run on Fri Apr 25 10:27:14 2014
Downloading/unpacking click
Getting page https://pypi.python.org/simple/click/
URLs to search for versions for click:
https://pypi.python.org/simple/click/
Analyzing links from page https://pypi.python.org/simple/click/
Could not find any downloads that satisfy the requirement click
Cleaning up...
Removing temporary dir /home/igniteflow/.virtualenvs/locus/build...
No distributions at all found for click
...

Using pip 1.5.4 python 2.7 virtualenv 1.10.1 in Xubuntu

@KronXIII
Copy link

I'm seeing the same error, see #12 for more information.
If you're eager to play around with it you can work around this by cloning the repo locally and running setup.py until this gets fixed:

$ git clone https://github.com/mitsuhiko/click.git YOUR_CHOSEN_PATH
$ cd YOUR_CHOSEN_PATH
$ python setup.py build
$ sudo python setup.py install

@igniteflow
Copy link
Author

Thanks @KronXIII I'll do that in the meantime

@j0hnsmith
Copy link

To make it pip installable from pypi the maintainer needs to run

python setup.py sdist

@untitaker
Copy link
Contributor

#12

@douglarek
Copy link
Contributor

pip install git+https://github.com/mitsuhiko/click.git@master#egg=click

@rochacbruno
Copy link

 pip install https://github.com/mitsuhiko/click/tarball/master

@mrpollo
Copy link

mrpollo commented Apr 25, 2014

@rochacbruno 👍 thanks

@mitsuhiko
Copy link
Contributor

An early demo version is now on pypi.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants