File "/root/miniconda3/envs/FunAudioChat/lib/python3.12/site-packages/hyperpyyaml/core.py", line 377, in _walk_tree_and_resolve tag_value = current_node.tag.value or ""
#1
by
chengherui
- opened
CosyVoice3
hyperpyyaml 访问 current_node.tag.value
但是 ruamel.yaml 在 Python 3.12 下的 Tag 对象没有 .value 属性
导致报 AttributeError: 'Tag' object has no attribute 'value'