mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
separate pip install -U setuptools pip
https://travis-ci.org/jsha/boulder/jobs/83762761#L557 Success: virtualenv --no-site-packages -p python2 ./venv ./venv/bin/pip install -U setuptools pip Downloading/unpacking distribute from https://pypi.python.org/packages/source/d/distribute/distribute-0.7.3.zip#md5=c6c59594a7b180af57af8a0cc0cf5b4a Downloading distribute-0.7.3.zip (145Kb): 145Kb downloaded Running setup.py egg_info for package distribute Downloading/unpacking pip from https://pypi.python.org/packages/source/p/pip/pip-7.1.2.tar.gz#md5=3823d2343d9f3aaab21cf9c917710196 Downloading pip-7.1.2.tar.gz (1.0Mb): 1.0Mb downloaded Running setup.py egg_info for package pip warning: no previously-included files found matching '.coveragerc' warning: no previously-included files found matching '.mailmap' warning: no previously-included files found matching '.travis.yml' warning: no previously-included files found matching 'pip/_vendor/Makefile' warning: no previously-included files found matching 'tox.ini' warning: no previously-included files found matching 'dev-requirements.txt' no previously-included directories found matching '.travis' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'contrib' no previously-included directories found matching 'tasks' no previously-included directories found matching 'tests' Downloading/unpacking setuptools>=0.7 (from distribute) Downloading setuptools-18.3.2.tar.gz (626Kb): 626Kb downloaded Running setup.py egg_info for package setuptools Installing collected packages: distribute, pip, setuptools Found existing installation: distribute 0.6.24 Uninstalling distribute: Successfully uninstalled distribute Running setup.py install for distribute Found existing installation: pip 1.1 Uninstalling pip: Successfully uninstalled pip Running setup.py install for pip Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: No module named setuptools Complete output from command /home/travis/letsencrypt/venv/bin/python2 -c "import setuptools;__file__='/home/travis/letsencrypt/venv/build/pip/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-4lZMdG-record/install-record.txt --install-headers /home/travis/letsencrypt/venv/include/site/python2.7: Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: No module named setuptools ---------------------------------------- Rolling back uninstall of pip Exception: Traceback (most recent call last): File "/home/travis/letsencrypt/venv/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/basecommand.py", line 104, in main status = self.run(options, args) File "/home/travis/letsencrypt/venv/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/commands/install.py", line 250, in run requirement_set.install(install_options, global_options) File "/home/travis/letsencrypt/venv/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/req.py", line 1137, in install requirement.rollback_uninstall() File "/home/travis/letsencrypt/venv/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/req.py", line 491, in rollback_uninstall self.uninstalled.rollback() File "/home/travis/letsencrypt/venv/local/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/req.py", line 1450, in rollback pth.rollback() AttributeError: 'str' object has no attribute 'rollback' Storing complete log in /home/travis/.pip/pip.log [!] FAILURE: ./venv/bin/pip install -U setuptools pip ./venv/bin/pip install -r requirements.txt -e acme -e . -e letsencrypt-apache -e letsencrypt-nginx Traceback (most recent call last): File "./venv/bin/pip", line 5, in <module> from pkg_resources import load_entry_point ImportError: No module named pkg_resources
This commit is contained in:
+2
-1
@@ -126,7 +126,8 @@ Installation
|
||||
.. code-block:: shell
|
||||
|
||||
virtualenv --no-site-packages -p python2 venv
|
||||
./venv/bin/pip install -U setuptools pip
|
||||
./venv/bin/pip install -U setuptools
|
||||
./venv/bin/pip install -U pip
|
||||
./venv/bin/pip install -r requirements.txt acme/ . letsencrypt-apache/ letsencrypt-nginx/
|
||||
|
||||
.. warning:: Please do **not** use ``python setup.py install``. Please
|
||||
|
||||
Reference in New Issue
Block a user