LKI / chinese-calendar

判断一天是不是法定节假日/法定工作日(查看节假日安排)
https://pypi.org/project/chinesecalendar/
MIT License
1.06k stars 185 forks source link

更新下数据库吧!现在数据到2020年就断掉了!感谢! #64

Closed commonslok closed 3 years ago

commonslok commented 3 years ago

in _validate_date raise NotImplementedError('no available data for year {}, only year between [{}, {}] supported'.format( NotImplementedError: no available data for year 2021, only year between [2004, 2020] supported

LKI commented 3 years ago

你应该用的不是最新版本,可以尝试升级到1.5.0版本,问题就解决了 pip install 'chinesecalendar>=1.5.0'