mglearn icon indicating copy to clipboard operation
mglearn copied to clipboard

joblib.Memory no longer supports cachedir argument.

Open vimkim opened this issue 2 years ago • 2 comments

image

Reason: Note [there is vulnerability CVE-2022-21797](https://nvd.nist.gov/vuln/detail/CVE-2022-21797) when using joblib < 1.2.0 https://stackoverflow.com/questions/73830225/init-got-an-unexpected-keyword-argument-cachedir-when-importing-top2vec

Sorry that I am so lazy to create a pull request. I just have an exam tomorrow. Thanks for your work!

vimkim avatar Oct 10 '22 13:10 vimkim

I am using Google Colab, I did install mglearn properly but when I import the package it gives this error message.

image

I searched throughout the Internet how to circumvent this but to no avail. Please fix the joblib issue. ASAP.

fnodevillena avatar Dec 25 '22 15:12 fnodevillena

Should be fixed on pypi now.

amueller avatar Jun 01 '23 02:06 amueller