-
-
Notifications
You must be signed in to change notification settings - Fork 94
Labels
Description
to avoid
ERROR: Cannot install -r requirements.txt (line 1) and -r requirements.txt (line 5) because these package versions have conflicting dependencies.
The conflict is caused by:
flask 3.0.3 depends on click>=8.1.3
scanapi 2.10.0 depends on click==8.0.3
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip to attempt to solve the dependency conflict
Reactions are currently unavailable