Skip to content
New issue

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

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

Already on GitHub? # to your account

Add itsdangerous version to requirements.txt #9

Open
bentaljaard opened this issue Mar 9, 2022 · 0 comments
Open

Add itsdangerous version to requirements.txt #9

bentaljaard opened this issue Mar 9, 2022 · 0 comments

Comments

@bentaljaard
Copy link

I am receiving the following error trying to build the image:

[pid 65:tid 139664763451584] File "/opt/app-root/lib64/python3.8/site-packages/flask/json/init.py", line 15, in
[Wed Mar 09 13:15:41.284667 2022] [wsgi:error] [pid 65:tid 139664763451584] from itsdangerous import json as _json
[Wed Mar 09 13:15:41.284677 2022] [wsgi:error] [pid 65:tid 139664763451584] ImportError: cannot import name 'json' from 'itsdangerous' (/opt/app-root/lib64/python3.8/site-packages/itsdangerous/init.py)

Adding itsdangerous==2.0.1 to requirements.txt resolves the problem.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant