-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Comments
I'm seeing the same error, see #12 for more information.
|
Thanks @KronXIII I'll do that in the meantime |
To make it pip installable from pypi the maintainer needs to run
|
|
|
@rochacbruno 👍 thanks |
An early demo version is now on pypi. |
$ 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
The text was updated successfully, but these errors were encountered: