반응형

AttributeError: module 'yaml' has no attribute 'FullLoader'

 

FullLoader 는 PyYAML 5.1 이후부터 사용 가능하니, PyYAML 업데이트 하세요

 

 

pip install -U PyYAML

 

반응형

'python' 카테고리의 다른 글

[python] string format  (0) 2020.03.19
[Python] python3으로 업그레이드 (mac)  (0) 2020.02.28
[python][pyjwt] JWT example  (0) 2020.02.03
[Python] python3으로 업그레이드 (centos7)  (0) 2020.01.14
[Python] pip 설치 centos7  (0) 2020.01.14

+ Recent posts