Skip to content

Problem when trying to run main.py #54

Answered by mjd-code
SwB15 asked this question in Q&A
Discussion options

You must be logged in to vote

Same as you, i've been struggle enough but then figuring out what was happened. This problem are related to the incompatibilty of joblib dependency with the newest version of python3.12 which deprecate and remove distutils from it's package manager system, in other words there is no disutils modules anymore.

I found the simplest practical solution just with upgrading your joblib dependency with this script pip install --upgrade joblib inside your terminal then run python main.py

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Chetan11-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants