dmzoneill / lidarr-youtube-downloader

Lidar youtube downloader
Apache License 2.0
44 stars 10 forks source link

Typer module error #8

Closed darkjumpy closed 1 year ago

darkjumpy commented 1 year ago

Hi, after setting up my container with lyd and starting it I am getting this error and container crash:

Traceback (most recent call last): File "/lyd.py", line 17, in import typer ModuleNotFoundError: No module named 'typer'

I've tried adding "typer[all]" in Dockerfile in the line with pip3 install and that resulted in the container crashing without anything in the logs. If that changes anything I'm using Docker in Unraid

dmzoneill commented 1 year ago

hi @IT-freak-Jake, I actually don't use the docker version. Someone else made that pull request. Please feel free to open a fix/ pull request and ill gladly merge it.

https://pypi.org/project/typer/

pip3 install typer
TomCasavant commented 1 year ago

That's one of the things I addressed in #9