Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2014
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1. ~ ❯❯❯ pip install --install-option="--salt-transport=raet" salt ⏎
  2. Requirement already satisfied (use --upgrade to upgrade): salt in /usr/lib/python2.7/site-packages
  3. Requirement already satisfied (use --upgrade to upgrade): Jinja2 in /usr/lib/python2.7/site-packages (from salt)
  4. Requirement already satisfied (use --upgrade to upgrade): msgpack-python>0.3 in /usr/lib/python2.7/site-packages (from salt)
  5. Requirement already satisfied (use --upgrade to upgrade): PyYAML in /usr/lib/python2.7/site-packages (from salt)
  6. Requirement already satisfied (use --upgrade to upgrade): MarkupSafe in /usr/lib/python2.7/site-packages (from salt)
  7. Requirement already satisfied (use --upgrade to upgrade): requests>=1.0.0 in /usr/lib/python2.7/site-packages (from salt)
  8. Requirement already satisfied (use --upgrade to upgrade): M2Crypto in /usr/lib/python2.7/site-packages (from salt)
  9. Requirement already satisfied (use --upgrade to upgrade): pycrypto in /usr/lib/python2.7/site-packages (from salt)
  10. Downloading/unpacking pyzmq>=2.2.0 (from salt)
  11. Downloading pyzmq-14.4.1.tar.gz (995kB): 995kB downloaded
  12. Running setup.py (path:/tmp/LUJ/pip_build_LUJ/pyzmq/setup.py) egg_info for package pyzmq
  13.  
  14. warning: no files found matching 'tools'
  15. no previously-included directories found matching 'docs/build'
  16. no previously-included directories found matching 'docs/gh-pages'
  17. warning: no previously-included files found matching 'bundled/zeromq/src/Makefile*'
  18. warning: no previously-included files found matching 'bundled/zeromq/src/platform.hpp'
  19. warning: no previously-included files found matching 'setup.cfg'
  20. warning: no previously-included files found matching 'zmq/libzmq*'
  21. warning: no previously-included files matching '__pycache__/*' found anywhere in distribution
  22. warning: no previously-included files matching '.deps/*' found anywhere in distribution
  23. warning: no previously-included files matching '*.so' found anywhere in distribution
  24. warning: no previously-included files matching '*.pyd' found anywhere in distribution
  25. warning: no previously-included files matching '.git*' found anywhere in distribution
  26. warning: no previously-included files matching '.DS_Store' found anywhere in distribution
  27. warning: no previously-included files matching '.mailmap' found anywhere in distribution
  28. warning: no previously-included files matching 'Makefile.am' found anywhere in distribution
  29. warning: no previously-included files matching 'Makefile.in' found anywhere in distribution
  30. Installing collected packages: pyzmq
  31. Running setup.py install for pyzmq
  32. usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
  33. or: -c --help [cmd1 cmd2 ...]
  34. or: -c --help-commands
  35. or: -c cmd --help
  36.  
  37. error: option --salt-transport not recognized
  38. Complete output from command /usr/bin/python2.7 -c "import setuptools, tokenize;__file__='/tmp/LUJ/pip_build_LUJ/pyzmq/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/LUJ/pip-Dglklt-record/install-record.txt --single-version-externally-managed --compile --salt-transport=raet:
  39. usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
  40.  
  41. or: -c --help [cmd1 cmd2 ...]
  42.  
  43. or: -c --help-commands
  44.  
  45. or: -c cmd --help
  46.  
  47.  
  48.  
  49. error: option --salt-transport not recognized
  50.  
  51. ----------------------------------------
  52. Cleaning up...
  53. Command /usr/bin/python2.7 -c "import setuptools, tokenize;__file__='/tmp/LUJ/pip_build_LUJ/pyzmq/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/LUJ/pip-Dglklt-record/install-record.txt --single-version-externally-managed --compile --salt-transport=raet failed with error code 1 in /tmp/LUJ/pip_build_LUJ/pyzmq
  54. Storing debug log for failure in /home/LUJ/.pip/pip.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement