Advertisement
Guest User

Untitled

a guest
Aug 25th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.21 KB | None | 0 0
  1. mike@deskmini ~ $ pip install mkdocs
  2. Collecting mkdocs
  3. Downloading mkdocs-0.15.3-py2.py3-none-any.whl (966kB)
  4. 100% |████████████████████████████████| 972kB 883kB/s
  5. Collecting tornado>=4.1 (from mkdocs)
  6. Downloading tornado-4.4.1.tar.gz (456kB)
  7. 100% |████████████████████████████████| 460kB 1.1MB/s
  8. Complete output from command python setup.py egg_info:
  9. Traceback (most recent call last):
  10. File "<string>", line 1, in <module>
  11. ImportError: No module named setuptools
  12.  
  13. ----------------------------------------
  14. Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-x39_9F/tornado/
  15. You are using pip version 8.1.1, however version 8.1.2 is available.
  16. You should consider upgrading via the 'pip install --upgrade pip' command.
  17. mike@deskmini ~ $ pip install setuptools
  18. Collecting setuptools
  19. Downloading setuptools-26.0.0-py2.py3-none-any.whl (459kB)
  20. 100% |████████████████████████████████| 460kB 1.1MB/s
  21. Installing collected packages: setuptools
  22. Successfully installed setuptools
  23. You are using pip version 8.1.1, however version 8.1.2 is available.
  24. You should consider upgrading via the 'pip install --upgrade pip' command.
  25. mike@deskmini ~ $ pip install mkdocs
  26. Collecting mkdocs
  27. Using cached mkdocs-0.15.3-py2.py3-none-any.whl
  28. Collecting tornado>=4.1 (from mkdocs)
  29. Using cached tornado-4.4.1.tar.gz
  30. Collecting livereload>=2.3.2 (from mkdocs)
  31. Downloading livereload-2.4.1-py2-none-any.whl
  32. Collecting mkdocs-bootstrap>=0.1.1 (from mkdocs)
  33. Downloading mkdocs-bootstrap-0.1.1.tar.gz (363kB)
  34. 100% |████████████████████████████████| 368kB 1.3MB/s
  35. Collecting mkdocs-bootswatch>=0.1.0 (from mkdocs)
  36. Downloading mkdocs-bootswatch-0.4.0.tar.gz (4.4MB)
  37. 100% |████████████████████████████████| 4.4MB 356kB/s
  38. Collecting PyYAML>=3.10 (from mkdocs)
  39. Downloading PyYAML-3.11.zip (371kB)
  40. 100% |████████████████████████████████| 378kB 1.3MB/s
  41. Collecting Jinja2>=2.7.1 (from mkdocs)
  42. Downloading Jinja2-2.8-py2.py3-none-any.whl (263kB)
  43. 100% |████████████████████████████████| 266kB 1.5MB/s
  44. Collecting Markdown>=2.3.1 (from mkdocs)
  45. Downloading Markdown-2.6.6.zip (412kB)
  46. 100% |████████████████████████████████| 419kB 1.2MB/s
  47. Collecting click>=3.3 (from mkdocs)
  48. Downloading click-6.6.tar.gz (283kB)
  49. 100% |████████████████████████████████| 286kB 1.2MB/s
  50. Collecting singledispatch (from tornado>=4.1->mkdocs)
  51. Downloading singledispatch-3.4.0.3-py2.py3-none-any.whl
  52. Collecting certifi (from tornado>=4.1->mkdocs)
  53. Downloading certifi-2016.8.8-py2.py3-none-any.whl (384kB)
  54. 100% |████████████████████████████████| 389kB 1.2MB/s
  55. Collecting backports_abc>=0.4 (from tornado>=4.1->mkdocs)
  56. Downloading backports_abc-0.4-py2.py3-none-any.whl
  57. Collecting six (from livereload>=2.3.2->mkdocs)
  58. Downloading six-1.10.0-py2.py3-none-any.whl
  59. Collecting MarkupSafe (from Jinja2>=2.7.1->mkdocs)
  60. Downloading MarkupSafe-0.23.tar.gz
  61. Building wheels for collected packages: tornado, mkdocs-bootstrap, mkdocs-bootswatch, PyYAML, Markdown, click, MarkupSafe
  62. Running setup.py bdist_wheel for tornado ... error
  63. Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-kc9t_x/tornado/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmp5evTqspip-wheel- --python-tag cp27:
  64. usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
  65. or: -c --help [cmd1 cmd2 ...]
  66. or: -c --help-commands
  67. or: -c cmd --help
  68.  
  69. error: invalid command 'bdist_wheel'
  70.  
  71. ----------------------------------------
  72. Failed building wheel for tornado
  73. Running setup.py clean for tornado
  74. Running setup.py bdist_wheel for mkdocs-bootstrap ... error
  75. Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-kc9t_x/mkdocs-bootstrap/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmp1Sh6VXpip-wheel- --python-tag cp27:
  76. usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
  77. or: -c --help [cmd1 cmd2 ...]
  78. or: -c --help-commands
  79. or: -c cmd --help
  80.  
  81. error: invalid command 'bdist_wheel'
  82.  
  83. ----------------------------------------
  84. Failed building wheel for mkdocs-bootstrap
  85. Running setup.py clean for mkdocs-bootstrap
  86. Running setup.py bdist_wheel for mkdocs-bootswatch ... error
  87. Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-kc9t_x/mkdocs-bootswatch/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmp_Au2Z7pip-wheel- --python-tag cp27:
  88. usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
  89. or: -c --help [cmd1 cmd2 ...]
  90. or: -c --help-commands
  91. or: -c cmd --help
  92.  
  93. error: invalid command 'bdist_wheel'
  94.  
  95. ----------------------------------------
  96. Failed building wheel for mkdocs-bootswatch
  97. Running setup.py clean for mkdocs-bootswatch
  98. Running setup.py bdist_wheel for PyYAML ... error
  99. Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-kc9t_x/PyYAML/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmppWZ9uepip-wheel- --python-tag cp27:
  100. usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
  101. or: -c --help [cmd1 cmd2 ...]
  102. or: -c --help-commands
  103. or: -c cmd --help
  104.  
  105. error: invalid command 'bdist_wheel'
  106.  
  107. ----------------------------------------
  108. Failed building wheel for PyYAML
  109. Running setup.py clean for PyYAML
  110. Running setup.py bdist_wheel for Markdown ... error
  111. Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-kc9t_x/Markdown/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmpzbNIoXpip-wheel- --python-tag cp27:
  112. usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
  113. or: -c --help [cmd1 cmd2 ...]
  114. or: -c --help-commands
  115. or: -c cmd --help
  116.  
  117. error: invalid command 'bdist_wheel'
  118.  
  119. ----------------------------------------
  120. Failed building wheel for Markdown
  121. Running setup.py clean for Markdown
  122. Running setup.py bdist_wheel for click ... error
  123. Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-kc9t_x/click/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmpbm2sVepip-wheel- --python-tag cp27:
  124. usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
  125. or: -c --help [cmd1 cmd2 ...]
  126. or: -c --help-commands
  127. or: -c cmd --help
  128.  
  129. error: invalid command 'bdist_wheel'
  130.  
  131. ----------------------------------------
  132. Failed building wheel for click
  133. Running setup.py clean for click
  134. Running setup.py bdist_wheel for MarkupSafe ... error
  135. Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-kc9t_x/MarkupSafe/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmpCO91RGpip-wheel- --python-tag cp27:
  136. usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
  137. or: -c --help [cmd1 cmd2 ...]
  138. or: -c --help-commands
  139. or: -c cmd --help
  140.  
  141. error: invalid command 'bdist_wheel'
  142.  
  143. ----------------------------------------
  144. Failed building wheel for MarkupSafe
  145. Running setup.py clean for MarkupSafe
  146. Failed to build tornado mkdocs-bootstrap mkdocs-bootswatch PyYAML Markdown click MarkupSafe
  147. Installing collected packages: six, singledispatch, certifi, backports-abc, tornado, livereload, mkdocs-bootstrap, mkdocs-bootswatch, PyYAML, MarkupSafe, Jinja2, Markdown, click, mkdocs
  148. Running setup.py install for tornado ... done
  149. Running setup.py install for mkdocs-bootstrap ... done
  150. Running setup.py install for mkdocs-bootswatch ... done
  151. Running setup.py install for PyYAML ... done
  152. Running setup.py install for MarkupSafe ... done
  153. Running setup.py install for Markdown ... done
  154. Running setup.py install for click ... done
  155. Successfully installed Jinja2-2.8 Markdown-2.6.6 MarkupSafe-0.23 PyYAML-3.11 backports-abc-0.4 certifi-2016.8.8 click-6.6 livereload-2.4.1 mkdocs-0.15.3 mkdocs-bootstrap-0.1.1 mkdocs-bootswatch-0.4.0 singledispatch-3.4.0.3 six-1.10.0 tornado-4.4.1
  156. You are using pip version 8.1.1, however version 8.1.2 is available.
  157. You should consider upgrading via the 'pip install --upgrade pip' command.
  158. mike@deskmini ~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement