civisanalytics / civis-python

Civis API Python Client
BSD 3-Clause "New" or "Revised" License
34 stars 26 forks source link

Requirements incompatible with click v7.1 #376

Closed stephen-hoover closed 4 years ago

stephen-hoover commented 4 years ago

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.