You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: Cannot install -r requirements.txt (line 1) and -r requirements.txt (line 9) because these package versions have conflicting dependencies.
The conflict is caused by:
flask 1.1.4 depends on click<8.0 and >=5.1
black 22.1.0 depends on click>=8.0.0
Then I tried updating to the latest Flask version:
Flask==2.0.3
This last attempt was successful, the application is deployed correctly and no more errors are logged.
VM instances are tagged correctly, but i haven't tested other services.
The text was updated successfully, but these errors were encountered:
A fresh test installation of iris logs the following error, after creating a VM instance that should be tagged:
Googling for the problem I found similar answers:
https://itsmycode.com/importerror-cannot-import-name-json-from-itsdangerous
https://stackoverflow.com/questions/71189819/python-docker-importerror-cannot-import-name-json-from-itsdangerous
I tried updating requirements.txt with:
but I had versions conflicts:
Then I tried updating to the latest Flask version:
This last attempt was successful, the application is deployed correctly and no more errors are logged.
VM instances are tagged correctly, but i haven't tested other services.
The text was updated successfully, but these errors were encountered: