Flask app wont launch ‘ImportError: cannot import name ‘cached_property’ from ‘werkzeug’ ‘
The proper answer for May 2020: flask-restplus is dead, move to flask-restx. From noirbizarre/flask-restplus#778 (comment): flask-restplus work has been discontinued due to maintainers not having pypi keys. See the drop in replacement, flask-restx. It’s an official fork by the maintainer team. We have already fixed the issue there From noirbizarre/flask-restplus#777 (comment): No. Flask-restplus is no … Read more