LutzGross / esys-escript.github.io

Other
29 stars 13 forks source link

imp module is deprecated #7

Closed LutzGross closed 2 years ago

LutzGross commented 3 years ago

/usr/lib/python3/dist-packages/apport/report.py:13: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import fnmatch, glob, traceback, errno, sys, atexit, locale, imp, stat

aellery commented 3 years ago

Do you know which file is still using the imp module? I'm having trouble locating it with grep.

LutzGross commented 3 years ago

Maybe it is not a escript problem but related to external python packages. This would not be numpy, scipy or matplot lib as I don;t get the problem when I load these. maybe gdal?

LutzGross commented 2 years ago

fixed