각종 오류들
(ImportError: cannot import name 'cached_property' from 'werkzeug'
gokimkh
2024. 10. 6. 12:26
검색을 해보니 라이브러리 버전 오류이다.
Werkzeug >= 1.0 버전부터 flask-restplus를 중단 했다. 따라서 Werkzeug 버전을 이전 버전으로 설치하면 된다.
오류 해결
pip install Werkzeug==0.16.0