Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Werkzeug is missing in requirements.txt #5

Merged
merged 1 commit into from Oct 24, 2020
Merged

Werkzeug is missing in requirements.txt #5

merged 1 commit into from Oct 24, 2020

Conversation

ghost
Copy link

@ghost ghost commented Feb 8, 2020

Your must install Werkzeug==0.16.1. Without installation Werkzeug==0.16.1 the error will appear. More details: noirbizarre/flask-restplus#777

Your must install Werkzeug==0.16.1. Without installation Werkzeug==0.16.1 the error will appear. More details: noirbizarre/flask-restplus#777
@benedictkwok
Copy link

I got the following error using werkzeug==1.0.0 which is a dependency of flask_restplus 0.12.1
ImportError: cannot import name 'cached_property' from 'werkzeug'
To fix it, I downgraded werkzeug to 0.16.0
pip install 'Werkzeug==0.16.0'

Copy link

@GeorgeB66 GeorgeB66 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed as fix. @jaimebuelta would it be possible to merge this PR please?

@jaimebuelta jaimebuelta merged commit d70d17c into PacktPublishing:master Oct 24, 2020
@jaimebuelta
Copy link
Collaborator

Merged, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants