imp is deprecated in python 3.6.8. https://github.com/PythonCharmers/python-future/blob/7efd55d69e93e963492170869814d88b9a6d1373/src/future/standard_library/__init__.py#L65 ^ this line produces deprecation warning: ``` the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses ```