[portland] Ghosts in the machine

Robin Dunn robin at alldunn.com
Sun Aug 4 19:26:49 CEST 2013


Andrew Lorente wrote:
> The two bolded lines seem to be what I need. Indeed when I go look at pypi
> I can see jpeg<https://pypi.python.org/pypi/jpeg>  and
> The-Big-Picture<https://pypi.python.org/pypi/The-Big-Picture>.
> But when I try to install them...
>
> $ pip install jpeg
> Downloading/unpacking jpeg
>    Could not find any downloads that satisfy the requirement jpeg
> No distributions at all found for jpeg
> Storing complete log in /Users/andrewlorente/.pip/pip.log
>
> I feel like I'm missing something obvious but I can't tell what it is. Any
> clues for me?


Take a closer look at the PyPI pages.  There are no download links, so 
pip doesn't know where to fetch the sources from.


-- 
Robin Dunn
Software Craftsman
http://wxPython.org


More information about the Portland mailing list