<!-- WARNING: The following lines were added by create-jira-issue, please do not modify! --> **Jira:** https://asfdaac.atlassian.net/browse/TOOL-2896 *Note: The above link is accessible only to members of ASF.* ---------------------------------------------------------------------------------------------------- <!-- WARNING: The preceding lines were added by create-jira-issue, please do not modify! --> Running asf_tools on Python 3.12 results in the following error: ``` ModuleNotFoundError: No module named 'imp' ``` This is due to scikit-fuzzy using `imp` rather than `importlib`. [Python removed `imp` in 3.12.](https://docs.python.org/3.11/library/imp.html)