The imp module is deprecated and needs replacing with importlib: ``` DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp ``` This is a bit more involved than just a straight replacement. This may help: https://stackoverflow.com/questions/67631/how-to-import-a-module-given-the-full-path
The imp module is deprecated and needs replacing with importlib:
This is a bit more involved than just a straight replacement. This may help: https://stackoverflow.com/questions/67631/how-to-import-a-module-given-the-full-path