ASFHyP3 / asf-tools

A collection of GIS tools for working with higher-level SAR products
BSD 3-Clause "New" or "Revised" License
16 stars 5 forks source link

asf_tools does not support Python 3.12 because of sk-fuzzy #235

Open AndrewPlayer3 opened 3 weeks ago

AndrewPlayer3 commented 3 weeks ago

Jira: https://asfdaac.atlassian.net/browse/TOOL-2896

Note: The above link is accessible only to members of ASF.


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.

AndrewPlayer3 commented 3 weeks ago

Blocking this PR: https://github.com/ASFHyP3/asf-tools/pull/222