This repository was archived by the owner on Jun 2, 2025. It is now read-only.
Replies: 1 comment
-
There's a solution to the problem here: https://stackoverflow.com/questions/77233855/why-did-i-got-an-error-modulenotfounderror-no-module-named-distutils You can still use distutils on Python 3.12+ by installing setuptools. When that doesn't work, you may need stay on Python < 3.12 until the 3rd-party package (skfuzzy in this case) publishes an updated release for Python 3.12 support" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ModuleNotFoundError: No module named 'distutils'
Beta Was this translation helpful? Give feedback.
All reactions