adrblo / content-select-downloader

PDF-Downloader for content-select.com which bundles all chapters to one file
GNU General Public License v3.0
2 stars 1 forks source link

cannot import name 'get_terminal_size' from 'click.termui' #2

Closed Bond246 closed 1 year ago

Bond246 commented 1 year ago

Hello,

thanks for your repo! I was trying to use it with a latest python3 installation v3.10.6 where i get this error while using it:

python cs_downloader.py --help
Traceback (most recent call last)
  File "/home/florian/csdownloader/cs_downloader.py", line 4, in <module>
    import typer
  File "/home/florian/csdownloader/venv/lib/python3.10/site-packages/typer/__init__.py", line 12, in <module>
    from click.termui import get_terminal_size as get_terminal_size
ImportError: cannot import name 'get_terminal_size' from 'click.termui' (/home/florian/csdownloader/venv/lib/python3.10/site-packages/click/termui.py)

Looks like it has something to do with this but i don't know how to fix this for cs_downloader because i'm not a python programmer.

Thank!

Bond246 commented 1 year ago

ahhh sorry, i had to upgrade my typer package pip install typer --upgrade