klane / databall

Betting on the NBA with data
https://klane.github.io/databall/
MIT License
138 stars 26 forks source link

TypeError: Field() got an unexpected keyword argument 'sa_type_kwargs' #603

Open Dr-newbie opened 12 months ago

Dr-newbie commented 12 months ago

I got this problem when I use scrapy with scrapy crawl games command

/databall-master/databall/db/columns.py", line 36, in EnumField return Field(sa_type_kwargs=sa_type_kwargs, **kwargs)

How can I solve this problem?