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

ImportError: cannot import name 'safe_str_cmp' from 'werkzeug.security' #58

Closed
MikeGawi opened this issue Mar 29, 2022 · 1 comment
Closed
Assignees
Labels
bug Something isn't working done Feature has been implemented, tested and released

Comments

@MikeGawi
Copy link
Owner

MikeGawi commented Mar 29, 2022

Werkzeug released v2.1.0 today, removing werkzeug.security.safe_str_cmp.

Trying to find the right solution for that issue.

Originating from #56

@MikeGawi MikeGawi added bug Something isn't working research Solution searching labels Mar 29, 2022
@MikeGawi MikeGawi self-assigned this Mar 29, 2022
@MikeGawi
Copy link
Owner Author

To fix the problem do:
sudo -H pip3 uninstall werkzeug
sudo -H pip3 install --no-cache-dir -I 'werkzeug~=2.0.0'

Now I need to find the right solution for the ePiframe installer.

@MikeGawi MikeGawi added in progress Request is being implemented testing Feature has been implemented but it's in testing phase and removed research Solution searching in progress Request is being implemented labels Mar 29, 2022
MikeGawi added a commit that referenced this issue Mar 31, 2022
ImportError: cannot import name 'safe_str_cmp' from 'werkzeug.security' #58
@MikeGawi MikeGawi added done Feature has been implemented, tested and released and removed testing Feature has been implemented but it's in testing phase labels Mar 31, 2022
@MikeGawi MikeGawi pinned this issue Mar 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working done Feature has been implemented, tested and released
Projects
None yet
Development

No branches or pull requests

1 participant