-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Mglearn : Memory(cachedir="cache") #162
Comments
hello, |
Hello, I have the same issue my solution :
I hope this will help you and also other people. |
Thank you the 2 solutions works ! |
@tingwang97077 dude you are a lifesaver! this worked for me too! Thanks so much for the help! |
How would you fix this in notebooks? I am running it on google colab |
running this fixes it: |
I've tried all the options above I'm using a Jupyter Notebook inside vs code where I'm running a Python 3.12.2 kernel. I install mglearn and when I run the following import mglearn I get the folliwing error message: OSError: [Errno 30] Read-only file system: 'cache' Would appreciate any help on this. I've even gone into the files mentioned above and changed the code there. If I try install a previous version if joblib it still gives me the above mentioned Errno 30 |
您的邮件已收到,我将会尽快处理,谢谢。王宇凝
|
hello,
When i try to import mglearn : i have this message error :
"3 import numpy as np
5 from joblib import Memory
----> 7 memory = Memory(cachedir="cache")
10 def plot_pca_illustration():"
TypeError: Memory.init() got an unexpected keyword argument 'cachedir'
Can you tell me how to fix it ?
Thx
The text was updated successfully, but these errors were encountered: