Advertisement
fennectech

Untitled

Feb 2nd, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.61 KB | None | 0 0
  1. [fennectech@Alixia ~/SingularityViewer]$  sudo pip install "hg+https://bitbucket.org/alchemyviewer/autobuild-alchemy"
  2. Collecting hg+https://bitbucket.org/alchemyviewer/autobuild-alchemy
  3.   Cloning hg https://bitbucket.org/alchemyviewer/autobuild-alchemy to /tmp/pip-blw_c2k3-build
  4.     Complete output from command python setup.py egg_info:
  5.     Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.14.tar.gz
  6.     Extracting in /tmp/tmpq82mkelg
  7.     Traceback (most recent call last):
  8.       File "/tmp/pip-blw_c2k3-build/distribute_setup.py", line 164, in use_setuptools
  9.         raise ImportError
  10.     ImportError
  11.    
  12.     During handling of the above exception, another exception occurred:
  13.    
  14.     Traceback (most recent call last):
  15.       File "<string>", line 1, in <module>
  16.       File "/tmp/pip-blw_c2k3-build/setup.py", line 26, in <module>
  17.         use_setuptools()
  18.       File "/tmp/pip-blw_c2k3-build/distribute_setup.py", line 166, in use_setuptools
  19.         return _do_download(version, download_base, to_dir, download_delay)
  20.       File "/tmp/pip-blw_c2k3-build/distribute_setup.py", line 146, in _do_download
  21.         _build_egg(egg, tarball, to_dir)
  22.       File "/tmp/pip-blw_c2k3-build/distribute_setup.py", line 120, in _build_egg
  23.         _extractall(tar)
  24.       File "/tmp/pip-blw_c2k3-build/distribute_setup.py", line 488, in _extractall
  25.         self.chown(tarinfo, dirpath)
  26.     TypeError: chown() missing 1 required positional argument: 'numeric_owner'
  27.    
  28.     ----------------------------------------
  29. Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-blw_c2k3-build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement