Skip to content

Instantly share code, notes, and snippets.

@bmcculley
Created October 19, 2018 03:52
Show Gist options
  • Save bmcculley/c284453cd93b17ccef84e514f17dcca4 to your computer and use it in GitHub Desktop.
Save bmcculley/c284453cd93b17ccef84e514f17dcca4 to your computer and use it in GitHub Desktop.
Fixing importerror cannot import name 'sysconfig' on Ubuntu 18.04

Ubuntu 18.04 Python 3.6.6

ImportError: cannot import name 'sysconfig'

sudo apt install python3-distutils
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment