Skip to content

Instantly share code, notes, and snippets.

@niran
Created July 26, 2011 17:35
Show Gist options
  • Save niran/1107304 to your computer and use it in GitHub Desktop.
Save niran/1107304 to your computer and use it in GitHub Desktop.
(armstrong_test)niran@matryoshka:~/tribune/armstrong_test$ pip install -U git+https://github.com/armstrong/armstrong.core.arm_sections@master#egg=armstrong.core.arm_sections
Downloading/unpacking armstrong.core.arm-sections from git+https://github.com/armstrong/armstrong.core.arm_sections@master
Cloning https://github.com/armstrong/armstrong.core.arm_sections (to master) to /home/niran/.virtualenvs/armstrong_test/build/armstrong.core.arm-sections
Running setup.py egg_info for package armstrong.core.arm-sections
no previously-included directories found matching 'build/*'
Downloading/unpacking django==1.3.0 (from armstrong.core.arm-sections)
Downloading Django-1.3.tar.gz (6.5Mb): 6.5Mb downloaded
Running setup.py egg_info for package django
Downloading/unpacking armstrong.utils.backends (from armstrong.core.arm-sections)
Downloading armstrong.utils.backends-0.2.0.tar.gz
Running setup.py egg_info for package armstrong.utils.backends
Installing collected packages: armstrong.core.arm-sections, django, armstrong.utils.backends
Found existing installation: armstrong.core.arm-sections 0.1.2.2
Uninstalling armstrong.core.arm-sections:
Successfully uninstalled armstrong.core.arm-sections
Running setup.py install for armstrong.core.arm-sections
no previously-included directories found matching 'build/*'
Installing /home/niran/.virtualenvs/armstrong_test/lib/python2.6/site-packages/armstrong.core.arm_sections-0.2.0.alpha.0-py2.6-nspkg.pth
Requirement already satisfied (use --upgrade to upgrade): django==1.3.0 in /home/niran/.virtualenvs/armstrong_test/lib/python2.6/site-packages (from -r requirements/base.txt (line 1))
Downloading/unpacking django-mptt from https://github.com/django-mptt/django-mptt/tarball/2d664c26493d3791b4c3f205da30a18326ab7dc9 (from -r requirements/base.txt (line 2))
Cannot determine compression type for file /tmp/pip-D71QPN-unpack/2d664c26493d3791b4c3f205da30a18326ab7dc9.obj
Running setup.py egg_info for package django-mptt
warning: no files found matching '*.json' under directory 'mptt'
Installing collected packages: django-mptt
Running setup.py install for django-mptt
warning: no files found matching '*.json' under directory 'mptt'
Successfully installed django-mptt
Cleaning up...
Found existing installation: Django 1.3
Uninstalling Django:
Successfully uninstalled Django
Running setup.py install for django
Error [Errno 2] No such file or directory: '/home/niran/.virtualenvs/armstrong_test/build/django' while executing command /home/niran/.virtualenvs/armstrong_test/bin/python -c "import setuptools;__file__='/home/niran/.virtualenvs/armstrong_test/build/django/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-X2OSZk-record/install-record.txt --install-headers /home/niran/.virtualenvs/armstrong_test/include/site/python2.6
Rolling back uninstall of Django
Exception:
Traceback (most recent call last):
File "/home/niran/.virtualenvs/armstrong_test/lib/python2.6/site-packages/pip/basecommand.py", line 126, in main
self.run(options, args)
File "/home/niran/.virtualenvs/armstrong_test/lib/python2.6/site-packages/pip/commands/install.py", line 228, in run
requirement_set.install(install_options, global_options)
File "/home/niran/.virtualenvs/armstrong_test/lib/python2.6/site-packages/pip/req.py", line 1100, in install
requirement.install(install_options, global_options)
File "/home/niran/.virtualenvs/armstrong_test/lib/python2.6/site-packages/pip/req.py", line 572, in install
cwd=self.source_dir, filter_stdout=self._filter_install, show_stdout=False)
File "/home/niran/.virtualenvs/armstrong_test/lib/python2.6/site-packages/pip/__init__.py", line 220, in call_subprocess
cwd=cwd, env=env)
File "/usr/lib/python2.6/subprocess.py", line 623, in __init__
errread, errwrite)
File "/usr/lib/python2.6/subprocess.py", line 1141, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory: '/home/niran/.virtualenvs/armstrong_test/build/django'
Storing complete log in /home/niran/.pip/pip.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment