<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I've installed Python 3.6 on Ubuntu 14.04 through the dead snakes
    PPA and I'm trying to get pip installed.<br>
    <br>
    $ python3.6 ~/tmp/get-pip.py <br>
    Traceback (most recent call last):<br>
      File "/home/rsyring/tmp/get-pip.py", line 20061, in <module><br>
        main()<br>
      File "/home/rsyring/tmp/get-pip.py", line 194, in main<br>
        bootstrap(tmpdir=tmpdir)<br>
      File "/home/rsyring/tmp/get-pip.py", line 119, in bootstrap<br>
        import setuptools  # noqa<br>
      File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line
    12, in <module><br>
        from setuptools.extension import Extension<br>
      File "/usr/lib/python3/dist-packages/setuptools/extension.py",
    line 7, in <module><br>
        from setuptools.dist import _get_unpatched<br>
      File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 16,
    in <module><br>
        import pkg_resources<br>
      File "/usr/lib/python3/dist-packages/pkg_resources.py", line 1479,
    in <module><br>
        register_loader_type(importlib_bootstrap.SourceFileLoader,
    DefaultProvider)<br>
    AttributeError: module 'importlib._bootstrap' has no attribute
    'SourceFileLoader'<br>
    <br>
    Any ideas?<br>
    <div class="moz-signature"><br>
      <b>Randy Syring</b><br>
      <small>Husband | Father | Redeemed Sinner</small><br>
      <br>
      <i><small>"For what does it profit a man to gain the whole world<br>
          and forfeit his soul?" (Mark 8:36 ESV)</small></i>
      <br>
      <br>
    </div>
  </body>
</html>