exported / py-radix

Automatically exported from code.google.com/p/py-radix
Other
0 stars 1 forks source link

pip install fails due to missing links #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
> pip --version
> pip 1.1 from /home/vagrant/venv/site-packages/pip-1.1-py2.7.egg (python 2.7)

> pip install radix
> Downloading/unpacking radix
>   Could not find any downloads that satisfy the requirement radix
> No distributions at all found for radix

What is the expected output? What do you see instead?

> pip install radix
> Successfully installed radix
> Cleaning up...

What version of the product are you using? On what operating system?

ubuntu lucid lts
pip 1.1

Please provide any additional information below.

http://pypi.python.org/pypi/radix should point to 
http://code.google.com/p/py-radix instead of
http://www.mindrot.org/py-radix.html

Original issue reported on code.google.com by t...@abusix.org on 19 Mar 2012 at 3:47

Attachments:

GoogleCodeExporter commented 9 years ago
For those that hit this issue, you can have pip install from hg using the 
following command:

pip install -e hg+https://code.google.com/p/py-radix/#egg=radix

Original comment by bwbrown...@gmail.com on 3 Jan 2014 at 5:03