The of module `imp` is deprecated
Since python 3.3 came out, the module imp
is being deprecated in favor of importlib
. In python2 one can use an external package to mimick its behaviour (https://pypi.python.org/pypi/importlib2). This package is unfortunately not available in conda yet.