AttributeError: '_thread._local' object has no attribute 'seen_classes'
See original GitHub issueThe latest release is raising the above error on invocation of class_schema
. I’m working on putting together a minimal example to demonstrate this but in the meantime it’s breaking CI for me.
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:9 (3 by maintainers)
Top Results From Across the Web
'thread._local' object has no attribute - python - Stack Overflow
local ()) will show you the methods and attributes that do exist - value is not among them. If you are attempting to...
Read more >'thread._local' object has no attribute 'value' error · Issue #13353
I am loading a model from an hdf5 file with using keras.models.load_model. when i try to predict using that model the following error ......
Read more >AttributeError: '_thread._local' object has no attribute 'value'
I'm having an issue when I try to use a conditional statement to display text. My code is as follows: st.header('Expected Winnings Based...
Read more >AttributeError: 'thread._local' object has no attribute '_scheduled'
This is simply a note for anybody else who may come across this error when trying to run web2py's scheduler - it works...
Read more >Python AttributeError — What is it and how do you fix it?
AttributeError : '***' object has no attribute '***'What is an AttributeError in Python? What can you do to fix it? When does it...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
In the meantime could you please reopen this issue until it has been resolved?
It looks like the fix in #191 didn’t actually do the trick. I still get the same issue with the 8.5.7 release. I think whatever solution is found to work for this problem should probably get a unit test added to avoid a regression.