Oleg Nenashev
07/12/2023, 2:29 PMINFO: pip is looking at multiple versions of detox to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install -r requirements.pip (line 3) and tox==3.14.5 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested tox==3.14.5
detox 0.19 depends on tox<3.7 and >=3.5
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit <https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts>
was a plugin fordetox
to enable parallel environment execution.tox
3.7 added a native possibility to do this (tox
) and effectively supercedes detox.tox -p|--parallel
mike waites
07/12/2023, 2:34 PMOleg Nenashev
07/12/2023, 2:36 PM<https://github.com/wiremock/python-wiremock/blob/master/requirements.pip|requirements.pip>
is dated and YAGNImike waites
07/12/2023, 6:27 PMOleg Nenashev
07/12/2023, 6:40 PM