Skip to content
New issue

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

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

Open
AndrewPlayer3 opened this issue Jun 25, 2024 · 1 comment
Open

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

AndrewPlayer3 opened this issue Jun 25, 2024 · 1 comment
Labels
bug Something isn't working Jira Bug Create a Jira Bug for this issue

Comments

@AndrewPlayer3
Copy link
Contributor

AndrewPlayer3 commented Jun 25, 2024

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 AndrewPlayer3 added bug Something isn't working Jira Bug Create a Jira Bug for this issue labels Jun 25, 2024
@AndrewPlayer3
Copy link
Contributor Author

Blocking this PR: #222

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Jira Bug Create a Jira Bug for this issue
Projects
None yet
Development

No branches or pull requests

1 participant