Skip to content
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

from tsai.all import *: 'str' object has no attribute '__stored_args__' #18

Closed
vladimirkovacevic opened this issue Sep 8, 2020 · 5 comments

Comments

@vladimirkovacevic
Copy link

When run locally with latest tsai version or when transferred to google colab the obtained error is:
'str' object has no attribute '__stored_args__'
It can be reproduced by running 01_Intro_to_Time_Series_Classification.ipynb on google colab.

@qnkhuat
Copy link

qnkhuat commented Sep 29, 2020

I have the same issue. If I install fastcore==1.0.0 it does resolve the problem but I can't import fastai anymore

@jeremyjong
Copy link

Facing the same problem.

@jeremyjong
Copy link

Anyone facing the issue, just downgrade your fastcore to 1.0.0 using pip
pip install fastcore==1.0.0

@qnkhuat
Copy link

qnkhuat commented Oct 16, 2020

Anyone facing the issue, just downgrade your fastcore to 1.0.0 using pip
pip install fastcore==1.0.0

Doing this does resolve the problem but the problem will occur again if you want to import fastai the latest version.
My solution is I clone this repo and replace all import "fastai2" to "fastai".

@oguiza
Copy link
Contributor

oguiza commented Nov 10, 2020

I've made a major update to the tsai library and it should work well now with fastai v2. Please, let me know if you still have any issues.

@oguiza oguiza closed this as completed Nov 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants