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
-
ModuleNotFoundError: No module named 'distutils'
Beta Was this translation helpful? Give feedback.
All reactions