Advertisement
olemis

Bloodhound pip install failure report

Mar 19th, 2014
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. ------------------------------------------------------------
  2. pip run on Wed Mar 19 14:06:16 2014
  3. Unpacking /path/to/bh/trac
  4.  
  5. [...]
  6.  
  7. Running setup.py install for BloodhoundMultiProduct
  8.  
  9. Running command /tmp/bh/bin/python -c "import setuptools;__file__='/tmp/pip-xtuwXv-build/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-wCIH_1-record/install-record.txt --single-version-externally-managed --install-headers /tmp/bh/include/site/python2.7
  10. running install
  11. running build
  12. running compile_catalog_js
  13. error: you must specify either the input file or the base directory
  14.  
  15. Complete output from command /tmp/bh/bin/python -c "import setuptools;__file__='/tmp/pip-xtuwXv-build/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-wCIH_1-record/install-record.txt --single-version-externally-managed --install-headers /tmp/bh/include/site/python2.7:
  16.  
  17. running install
  18.  
  19. running build
  20.  
  21. running compile_catalog_js
  22.  
  23. error: you must specify either the input file or the base directory
  24.  
  25. ----------------------------------------
  26.  
  27. Command /tmp/bh/bin/python -c "import setuptools;__file__='/tmp/pip-xtuwXv-build/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-wCIH_1-record/install-record.txt --single-version-externally-managed --install-headers /tmp/bh/include/site/python2.7 failed with error code 1 in /tmp/pip-xtuwXv-build
  28.  
  29. Exception information:
  30. Traceback (most recent call last):
  31. File "/tmp/bh/local/lib/python2.7/site-packages/pip-1.3.1-py2.7.egg/pip/basecommand.py", line 139, in main
  32. status = self.run(options, args)
  33. File "/tmp/bh/local/lib/python2.7/site-packages/pip-1.3.1-py2.7.egg/pip/commands/install.py", line 271, in run
  34. requirement_set.install(install_options, global_options, root=options.root_path)
  35. File "/tmp/bh/local/lib/python2.7/site-packages/pip-1.3.1-py2.7.egg/pip/req.py", line 1185, in install
  36. requirement.install(install_options, global_options, *args, **kwargs)
  37. File "/tmp/bh/local/lib/python2.7/site-packages/pip-1.3.1-py2.7.egg/pip/req.py", line 592, in install
  38. cwd=self.source_dir, filter_stdout=self._filter_install, show_stdout=False)
  39. File "/tmp/bh/local/lib/python2.7/site-packages/pip-1.3.1-py2.7.egg/pip/util.py", line 662, in call_subprocess
  40. % (command_desc, proc.returncode, cwd))
  41. InstallationError: Command /tmp/bh/bin/python -c "import setuptools;__file__='/tmp/pip-xtuwXv-build/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-wCIH_1-record/install-record.txt --single-version-externally-managed --install-headers /tmp/bh/include/site/python2.7 failed with error code 1 in /tmp/pip-xtuwXv-build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement