NEMRI-org / primo-optimizer

PRIMO - The P&A Project Optimizer Toolkit aims to provide multi-scale, optimization-based, open source computational tools and models to support the Methane Emissions Reduction Program (MERP) and the National Emissions Reduction Initiative (NEMRI).
Other
0 stars 7 forks source link

Make primo Python 3.12 compatible #41

Open apd-ypuranik opened 2 weeks ago

apd-ypuranik commented 2 weeks ago

The current blocker for Python 3.12 appears to be the fast_autocomplete library, whose API appears to break with the change in setuptools in Python 3.12 that no longer makes pkg_resources available by default.

Find alternatives to fast_autocomplete or figure out a way to overcome the pkg_resources missing piece

apd-ypuranik commented 5 days ago

fast_autocomplete library dependency has been removed in https://github.com/NEMRI-org/primo-optimizer/pull/45