Skip to content

Instantly share code, notes, and snippets.

@makruger
Last active August 30, 2016 13:52
Show Gist options
  • Select an option

  • Save makruger/e1ed825cbdc7672ff0752dfa39241b78 to your computer and use it in GitHub Desktop.

Select an option

Save makruger/e1ed825cbdc7672ff0752dfa39241b78 to your computer and use it in GitHub Desktop.
mkdocs install errors (Linux Mint 18)
mike@deskmini ~ $ pip install mkdocs
Collecting mkdocs
  Downloading mkdocs-0.15.3-py2.py3-none-any.whl (966kB)
    100% |████████████████████████████████| 972kB 883kB/s 
Collecting tornado>=4.1 (from mkdocs)
  Downloading tornado-4.4.1.tar.gz (456kB)
    100% |████████████████████████████████| 460kB 1.1MB/s 
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
    ImportError: No module named setuptools
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-x39_9F/tornado/
You are using pip version 8.1.1, however version 8.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
mike@deskmini ~ $ pip install setuptools
Collecting setuptools
  Downloading setuptools-26.0.0-py2.py3-none-any.whl (459kB)
    100% |████████████████████████████████| 460kB 1.1MB/s 
Installing collected packages: setuptools
Successfully installed setuptools
You are using pip version 8.1.1, however version 8.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
mike@deskmini ~ $ pip install mkdocs
Collecting mkdocs
  Using cached mkdocs-0.15.3-py2.py3-none-any.whl
Collecting tornado>=4.1 (from mkdocs)
  Using cached tornado-4.4.1.tar.gz
Collecting livereload>=2.3.2 (from mkdocs)
  Downloading livereload-2.4.1-py2-none-any.whl
Collecting mkdocs-bootstrap>=0.1.1 (from mkdocs)
  Downloading mkdocs-bootstrap-0.1.1.tar.gz (363kB)
    100% |████████████████████████████████| 368kB 1.3MB/s 
Collecting mkdocs-bootswatch>=0.1.0 (from mkdocs)
  Downloading mkdocs-bootswatch-0.4.0.tar.gz (4.4MB)
    100% |████████████████████████████████| 4.4MB 356kB/s 
Collecting PyYAML>=3.10 (from mkdocs)
  Downloading PyYAML-3.11.zip (371kB)
    100% |████████████████████████████████| 378kB 1.3MB/s 
Collecting Jinja2>=2.7.1 (from mkdocs)
  Downloading Jinja2-2.8-py2.py3-none-any.whl (263kB)
    100% |████████████████████████████████| 266kB 1.5MB/s 
Collecting Markdown>=2.3.1 (from mkdocs)
  Downloading Markdown-2.6.6.zip (412kB)
    100% |████████████████████████████████| 419kB 1.2MB/s 
Collecting click>=3.3 (from mkdocs)
  Downloading click-6.6.tar.gz (283kB)
    100% |████████████████████████████████| 286kB 1.2MB/s 
Collecting singledispatch (from tornado>=4.1->mkdocs)
  Downloading singledispatch-3.4.0.3-py2.py3-none-any.whl
Collecting certifi (from tornado>=4.1->mkdocs)
  Downloading certifi-2016.8.8-py2.py3-none-any.whl (384kB)
    100% |████████████████████████████████| 389kB 1.2MB/s 
Collecting backports_abc>=0.4 (from tornado>=4.1->mkdocs)
  Downloading backports_abc-0.4-py2.py3-none-any.whl
Collecting six (from livereload>=2.3.2->mkdocs)
  Downloading six-1.10.0-py2.py3-none-any.whl
Collecting MarkupSafe (from Jinja2>=2.7.1->mkdocs)
  Downloading MarkupSafe-0.23.tar.gz
Building wheels for collected packages: tornado, mkdocs-bootstrap, mkdocs-bootswatch, PyYAML, Markdown, click, MarkupSafe
  Running setup.py bdist_wheel for tornado ... error
  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:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for tornado
  Running setup.py clean for tornado
  Running setup.py bdist_wheel for mkdocs-bootstrap ... error
  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:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for mkdocs-bootstrap
  Running setup.py clean for mkdocs-bootstrap
  Running setup.py bdist_wheel for mkdocs-bootswatch ... error
  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:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for mkdocs-bootswatch
  Running setup.py clean for mkdocs-bootswatch
  Running setup.py bdist_wheel for PyYAML ... error
  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:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for PyYAML
  Running setup.py clean for PyYAML
  Running setup.py bdist_wheel for Markdown ... error
  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:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for Markdown
  Running setup.py clean for Markdown
  Running setup.py bdist_wheel for click ... error
  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:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for click
  Running setup.py clean for click
  Running setup.py bdist_wheel for MarkupSafe ... error
  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:
  usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
     or: -c --help [cmd1 cmd2 ...]
     or: -c --help-commands
     or: -c cmd --help
  
  error: invalid command 'bdist_wheel'
  
  ----------------------------------------
  Failed building wheel for MarkupSafe
  Running setup.py clean for MarkupSafe
Failed to build tornado mkdocs-bootstrap mkdocs-bootswatch PyYAML Markdown click MarkupSafe
Installing collected packages: six, singledispatch, certifi, backports-abc, tornado, livereload, mkdocs-bootstrap, mkdocs-bootswatch, PyYAML, MarkupSafe, Jinja2, Markdown, click, mkdocs
  Running setup.py install for tornado ... done
  Running setup.py install for mkdocs-bootstrap ... done
  Running setup.py install for mkdocs-bootswatch ... done
  Running setup.py install for PyYAML ... done
  Running setup.py install for MarkupSafe ... done
  Running setup.py install for Markdown ... done
  Running setup.py install for click ... done
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
You are using pip version 8.1.1, however version 8.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
mike@deskmini ~ $ 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment