Summary: | python-2.7.7-r1000 breaks setuptools-3.5.1-r1000 when behind a proxy | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Joel Berendzen <joelb> |
Component: | Current packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Joel Berendzen
2014-06-02 19:53:37 UTC
python-2.7.7-r1000 does not exist in the gentoo repository. You probably meant to file a bug for Funtoo or Progress overlay. bootstrap.py script without --allow-site-packages option downloads and uses a version of Setuptools hardcoded in https://bootstrap.pypa.io/ez_setup.py instead of a version installed by Portage. Does problem occur for you with Setuptools 4.0.1? Try in this way: wget https://pypi.python.org/packages/source/s/setuptools/setuptools-4.0.1.tar.gz tar -xzf setuptools-4.0.1.tar.gz wget http://downloads.buildout.org/2/bootstrap.py export http_proxy=... PYTHONPATH="$(pwd)/setuptools-4.0.1" python2.7 bootstrap.py --allow-site-packages |