Closed
Description
Steps to reproduce in arch (pip 9.0.1):
- Set up a
python2
virtual environment with--no-site-packages
pip install cwlref-runner
pipconflictchecker
Result:
--------------------------------------------------
Conflicts Detected
--------------------------------------------------
- html5lib(0.999999999) schema-salad(<=0.9999999,>=0.90)
Workaround:
Install html5lib before cwlref-runner
with pip install -I html5lib==0.9999999
, first make sure to uninstall both cwlref-runner
and html5lib
.
It may be related to the recent ab9e86e
Metadata
Metadata
Assignees
Labels
No labels