You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
报错信息:
File "/opt/conda/lib/python3.8/site-packages/astunparse/unparser.py", line 66, in dispatch
meth(tree)
File "/opt/conda/lib/python3.8/site-packages/astunparse/unparser.py", line 551, in _Constant
if t.kind == "u":
AttributeError: 'Constant' object has no attribute 'kind'
System Info / 系統信息
Python==3.8.18
astunparse==1.6.3
Who can help? / 谁可以帮助到您?
@Btlmd
Information / 问题信息
Reproduction / 复现过程
File "/opt/conda/lib/python3.8/site-packages/astunparse/unparser.py", line 66, in dispatch
meth(tree)
File "/opt/conda/lib/python3.8/site-packages/astunparse/unparser.py", line 551, in _Constant
if t.kind == "u":
AttributeError: 'Constant' object has no attribute 'kind'
Expected behavior / 期待表现
我看了下astunparse的包功能,只用在了很小的范围,能否换用其他包,让整个demo环境支持python==3.8
The text was updated successfully, but these errors were encountered: