pySOT icon indicating copy to clipboard operation
pySOT copied to clipboard

Support for Python 3.12: deprecated imp module

Open jonkb opened this issue 1 year ago • 1 comments

Attempting to import SymmetricLatinHypercube on python 3.12 yields a ModuleNotFoundError for 'imp' Python 3.12 dropped the imp library in favor of importlib.

jonkb avatar May 22 '24 21:05 jonkb

+1

ogencoglu avatar Mar 01 '25 13:03 ogencoglu