Installing dlt causing error
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 10:44 AM
I'm trying to use the example in big book of engineering 2nd edition-final.pdf and I had an issue with the statement
import dlt
So I created another cell and installed it and I noticed I was getting this error:
"dataclass_transform() got an unexpected keyword argument 'field_specifiers'"
Any idea how to fix this?