Hi there,
On web 118; I logged in and noticed my virtualenvs were behaving strangely.
I created a new one for a new project and when trying to execute pip install -r requirements.txt I get a git error:
Command /home/stard0g101/bin/git clone -q https://github.com/ericholscher/django-test-utils.git /home/stard0g101/.virtualenvs/geofindit/src/django-test-utils failed with error code 128
Exception information:
Traceback (most recent call last):
File "/home/stard0g101/.virtualenvs/geofindit/lib/python2.5/site-packages/pip-0.8.1-py2.5.egg/pip/basecommand.py", line 130, in main
self.run(options, args)
File "/home/stard0g101/.virtualenvs/geofindit/lib/python2.5/site-packages/pip-0.8.1-py2.5.egg/pip/commands/install.py", line 223, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "/home/stard0g101/.virtualenvs/geofindit/lib/python2.5/site-packages/pip-0.8.1-py2.5.egg/pip/req.py", line 892, in prepare_files
req_to_install.update_editable(not self.is_download)
File "/home/stard0g101/.virtualenvs/geofindit/lib/python2.5/site-packages/pip-0.8.1-py2.5.egg/pip/req.py", line 380, in update_editable
vcs_backend.obtain(self.source_dir)
File "/home/stard0g101/.virtualenvs/geofindit/lib/python2.5/site-packages/pip-0.8.1-py2.5.egg/pip/vcs/git.py", line 118, in obtain
call_subprocess([self.cmd, 'clone', '-q', url, dest])
File "/home/stard0g101/.virtualenvs/geofindit/lib/python2.5/site-packages/pip-0.8.1-py2.5.egg/pip/__init__.py", line 249, in call_subprocess
% (command_desc, proc.returncode))
InstallationError: Command /home/stard0g101/bin/git clone -q https://github.com/ericholscher/django-test-utils.git /home/stard0g101/.virtualenvs/geofindit/src/django-test-utils failed with error code 128
asked
10 Dec '10, 10:49
StarD0g101
1●1●1
accept rate:
0%
Are you able to clone correctly outside of the virtualenv?
Hey there, yeah it does. I've just retried it and although I could not pip install -R requirements.txt .. if I install each item individually it seems to be ok now.. strange session probably! thanks