python
[python] AttributeError: module 'yaml' has no attribute 'FullLoader'
kimxavi
2020. 1. 30. 09:28
반응형
AttributeError: module 'yaml' has no attribute 'FullLoader'
FullLoader 는 PyYAML 5.1 이후부터 사용 가능하니, PyYAML 업데이트 하세요
pip install -U PyYAML
반응형