mariusvniekerk / condax

Install and run applications packaged with conda in isolated environments

Home Page:https://mariusvniekerk.github.io/condax/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set minimum required version for click

abrahammurciano opened this issue · comments

condax is not compatible with some old versions of click.

For example, I have click 7.0 installed with condax 0.1.1, and condax gives this output for any command:

❯ condax --version
Traceback (most recent call last):

  File "/homes/abrahamm/.local/bin/condax", line 10, in <module>
    sys.exit(cli())

TypeError: __init__() got an unexpected keyword argument 'no_args_is_help'