duplicate-images icon indicating copy to clipboard operation
duplicate-images copied to clipboard

ERROR: pytest 3.10.1 has requirement more-itertools>=4.0.0, but you'll have more-itertools 2.2 which is incompatible.

Open ishandutta2007 opened this issue 4 years ago • 0 comments

python 3.6.0 interestingly I found more-itertools-2.2 got install as a dependency of this package itself, whereas another package pytest 3.10.1 wants more-itertools>=4.0.0

Steps to reproduce.

  • create environment with python 3.6.0
  • run pip install -r requirements.txt

ishandutta2007 avatar Aug 24 '19 03:08 ishandutta2007