pip does not find packages

rusi rustompmody at gmail.com
Tue Apr 23 13:32:10 EDT 2013


On Apr 22, 2:03 pm, Olive <diolu.remove_this_p... at bigfoot.com> wrote:
> I am using virtualenv and pip (from archlinux). What I have done:
> virtualenv was installed by my distribution. I have made a virtual environment and activate it, it has installed pip, so far so good.
>
> Now I am trying to install package in the virtualenvironnement:
>
> pip install Impacket
> Downloading/unpacking Impacket
>   Could not find any downloads that satisfy the requirement Impacket
> No distributions at all found for Impacket
>
> but Impacket is found by
> pip search Impacket
> Impacket                  - Network protocols Constructors and Dissectors
>
> exactly the same happens with pcapy. With PyGTK, the pip command just hang when trying to download it. What is going on? Maybe a misconfigured server? Is there anything that I can do?


There is a GG http://groups.google.com/group/python-virtualenv
For things like virtualenv/pip/wheel etc

>
> Olive




More information about the Python-list mailing list