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.
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:
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!