Skip to content

Pypi package installs conflicting dependencies #253

Closed
@undu

Description

@undu

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions