python-restx / flask-restx

Fork of Flask-RESTPlus: Fully featured framework for fast, easy and documented API development with Flask
https://flask-restx.readthedocs.io/en/latest/
Other
2.16k stars 335 forks source link

cannot import name 'parse_rule' from 'werkzeug.routing' #481

Closed awesome33rabbit closed 2 years ago

awesome33rabbit commented 2 years ago
image

python 3.9 flask 2.2.2 flask-restx 0.5.1

QuickStart CODE cannot run.

ImportError: cannot import name 'parse_rule' from 'werkzeug.routing'

bgyori commented 2 years ago

This is a duplicate of https://github.com/python-restx/flask-restx/issues/460

awesome33rabbit commented 2 years ago

Thank you very much!

460 Here I found a good answer, as a temporary solution.

PS: I hope for a better solution in the future. Thank you.