PacktPublishing / Interpretable-Machine-Learning-with-Python

Interpretable Machine Learning with Python, published by Packt
MIT License
442 stars 192 forks source link

pip install machine-learning-datasets not working #23

Open 10bitcoin opened 1 year ago

10bitcoin commented 1 year ago

While trying to pip install machine-learning-datasets I got the following error: ERROR: Cannot uninstall 'llvmlite'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall. I tried uninstalling and reinstalling llvmlite but to no avail... please advise, or can I just forget about machine-learning-datasets

temiafeye commented 1 year ago

experiencing the same problem, has anyone managed a workaround for this

smasis001 commented 11 months ago

Sorry for the long delay. I was working on the 2nd edition for the book.

I tried to look for the llvmlite dependency but I am not sure what package was requiring it. In any case, I have removed many poorly maintained dependencies and there's a new version of Machine Learning Datasets (https://github.com/smasis001/Machine-Learning-Datasets). There's also new code for the 2nd edition which is coming out next week (https://github.com/PacktPublishing/Interpretable-Machine-Learning-with-Python-2E/)