Advertisement
georgepm

datastorer error

May 20th, 2013
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.91 KB | None | 0 0
  1. ------------------------------------------------------------
  2. /usr/bin/pip run on Mon May 20 12:59:50 2013
  3. Obtaining ckanext-datastorer from git+git://github.com/okfn/ckanext-datastorer.git#egg=ckanext-datastorer
  4.   Cloning git://github.com/okfn/ckanext-datastorer.git to ./src/ckanext-datastorer
  5.   Found command 'git' at '/usr/bin/git'
  6.   Running command /usr/bin/git clone -q git://github.com/okfn/ckanext-datastorer.git /home/userdata1/ckan/lib/default/src/src/ckanext-datastorer
  7.   Complete output from command /usr/bin/git clone -q git://github.com/okfn/ckanext-datastorer.git /home/userdata1/ckan/lib/default/src/src/ckanext-datastorer:
  8.  
  9. ----------------------------------------
  10. Command /usr/bin/git clone -q git://github.com/okfn/ckanext-datastorer.git /home/userdata1/ckan/lib/default/src/src/ckanext-datastorer failed with error code 128
  11. Exception information:
  12. Traceback (most recent call last):
  13.   File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 126, in main
  14.     self.run(options, args)
  15.   File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 223, in run
  16.     requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  17.   File "/usr/lib/python2.7/dist-packages/pip/req.py", line 930, in prepare_files
  18.     req_to_install.update_editable(not self.is_download)
  19.   File "/usr/lib/python2.7/dist-packages/pip/req.py", line 378, in update_editable
  20.     vcs_backend.obtain(self.source_dir)
  21.   File "/usr/lib/python2.7/dist-packages/pip/vcs/git.py", line 107, in obtain
  22.     call_subprocess([self.cmd, 'clone', '-q', url, dest])
  23.   File "/usr/lib/python2.7/dist-packages/pip/__init__.py", line 255, in call_subprocess
  24.     % (command_desc, proc.returncode))
  25. InstallationError: Command /usr/bin/git clone -q git://github.com/okfn/ckanext-datastorer.git /home/userdata1/ckan/lib/default/src/src/ckanext-datastorer failed with error code 128
  26. /home/userdata1/.pip/pip.log (END)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement