Pip has been giving me the following error: ERROR: civis 1.12.1 has requirement click<=7,>=6.0, but you'll have click 7.1.1 which is incompatible.. I would have thought that v7.1.1 is indeed <=7, but pip doesn't seem to agree. When I pip install civis-python from a fresh conda environment, pip gives me click v7.0.
I think the version restrictions should be relaxed to allow all click major version 7 or 6s.
Pip has been giving me the following error:
ERROR: civis 1.12.1 has requirement click<=7,>=6.0, but you'll have click 7.1.1 which is incompatible.
. I would have thought that v7.1.1 is indeed <=7, but pip doesn't seem to agree. When I pip install civis-python from a fresh conda environment, pip gives me click v7.0.I think the version restrictions should be relaxed to allow all
click
major version 7 or 6s.