검색을 해보니 라이브러리 버전 오류이다.
Werkzeug >= 1.0 버전부터 flask-restplus를 중단 했다. 따라서 Werkzeug 버전을 이전 버전으로 설치하면 된다.
오류 해결
pip install Werkzeug==0.16.0
'각종 오류들' 카테고리의 다른 글
Unreal & VS generated.h error (0) | 2025.05.25 |
---|---|
AttributeError: module 'selenium.webdriver' has no attribute 'PhantomJS' (0) | 2024.10.07 |