davidbrochart / nbterm

Jupyter Notebooks in the terminal.
MIT License
745 stars 37 forks source link

Incompatibility with Click 8 #45

Closed dprada closed 3 years ago

dprada commented 3 years ago

nbterm depends on the library 'click' through the library 'typer'. Right now there is a problem with typer calling click.

For those users installing nbterm with conda-forge, downgrade click as suggested in https://github.com/tiangolo/typer/issues/278

davidbrochart commented 3 years ago

Thanks for reporting, do you think I should pin click <8 in conda-forge?

tiangolo commented 2 years ago

I just released Typer 0.4.0, which is compatible with both Click 7 and Click 8. :tada:

davidbrochart commented 2 years ago

Awesome, thanks @tiangolo !