guotong1988 / NL2SQL-RULE

Content Enhanced BERT-based Text-to-SQL Generation https://arxiv.org/abs/1910.07179
188 stars 48 forks source link

AttributeError: ‘RMKeyView‘ object has no attribute ‘index‘ #27

Closed guotong1988 closed 9 months ago

guotong1988 commented 9 months ago

原因是 records 0.5.3 包自身Bug,找到py36/lib/python3.6/site-packages/records.py

找到第40行keys函数中 return self._keys 改为 return list(self._keys)