-
Notifications
You must be signed in to change notification settings - Fork 508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use a positional argument for the cachedir/location #563
Conversation
Is this issue fixed? I am also facing this issue with Bertopic lib. Can't seem to be resolved in 0.8.28 |
It is fixed in the current code base, but there hasn't been a new release
yet. You can install from the github repository to have it work for now.
…On Mon, Sep 19, 2022 at 8:25 PM shashankgaur3 ***@***.***> wrote:
Is this issue fixed? I am also facing this issue with Bertopic lib. Can't
seem to be resolved in 0.8.28
—
Reply to this email directly, view it on GitHub
<#563 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC3IUBPPRRR4F7LLRF3G2RLV7EAALANCNFSM6AAAAAAQOMCYPM>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Same issue here, my program is crashing due to PS: thank you for the great work! :) |
It would be helpful to make a new release due to https://nvd.nist.gov/vuln/detail/CVE-2022-21797 making it inadvisable for people to continue using joblib 1.1.0. |
due to hdbscan issue scikit-learn-contrib/hdbscan#563
I have the same question as everyone else - would it be possible to get a new release so we can get this fix? |
The goal is to fix issue #562 by simply calling the joblib
Memory
class with a positional argument instead of explciitly using the (now deprecated) keyword namecachedir
.