We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
imp
importlib
The text was updated successfully, but these errors were encountered:
Blocking this PR: #222
Sorry, something went wrong.
No branches or pull requests
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:
This is due to scikit-fuzzy using
imp
rather thanimportlib
. Python removedimp
in 3.12.The text was updated successfully, but these errors were encountered: