aCLImatise / CliHelpParser

Reads the output from CLI help commands, and generates machine readable schemas (CWL etc)
https://aclimatise.github.io/CliHelpParser/
GNU General Public License v3.0
14 stars 5 forks source link

Rework the versions to prevent dependency issues #14

Open multimeric opened 4 years ago

multimeric commented 4 years ago

Steps for reproducing:

1) conda create -n acclimatise python=3.8.4 pip 2) In aCLImatise repo python setup.py install 3) pip install planemo

Error message:

ERROR: miniwdl 0.8.0 requires argcomplete~=1.11.0, which is not installed.
ERROR: docker 4.2.2 requires websocket-client>=0.32.0, which is not installed.
ERROR: acclimatise 0.2.2 has requirement ruamel.yaml==0.16.5, but you'll have ruamel-yaml 0.16.0 whic
h is incompatible.                                                                                   
ERROR: cwl-utils 0.6 has requirement schema-salad<8,>=7, but you'll have schema-salad 4.5.20191229160
203 which is incompatible.                                                                           
ERROR: miniwdl 0.8.0 has requirement coloredlogs~=11.0, but you'll have coloredlogs 14.0 which is inc
ompatible.

Related (somewhat) to https://github.com/chanzuckerberg/miniwdl/issues/412.

multimeric commented 4 years ago

Also depending on https://github.com/galaxyproject/planemo/pull/1034