labs4capella / python4capella

Python for Capella
Eclipse Public License 2.0
52 stars 10 forks source link

Incompatibility with Python 3.12 #216

Open ylussaud opened 5 months ago

ylussaud commented 5 months ago

The version of EASE (0.8.0) we are using seems to have code incompatible with Python 3.12:

With Python 3.11:

DeprecationWarning: the imp module is deprecated in favour of importlib and 
slated for removal in Python 3.12; see the module's documentation for 
alternative uses

With Python 3.12:

ModuleNotFoundError: No module named 'imp'