dmunozv04 / iSponsorBlockTV

SponsorBlock client for all YouTube TV clients.
GNU General Public License v3.0
2.18k stars 90 forks source link

Can't run the install script #93

Closed Falenone closed 8 months ago

Falenone commented 8 months ago

I was unable to set it up with docker using the documentation available so I did the git clone and tried that

instead of main.py --setup I had to do python main.py --setup

After that I get:

Traceback (most recent call last): File "/usr/home/iSponsorBlockTV/main.py", line 5, in from . import api_helpers, ytlounge ImportError: attempted relative import with no known parent package

dmunozv04 commented 8 months ago

It seems like you're trying to run the iSponsorBlockTV/main.py file instead of the main.py file. Make sure you've cloned the whole repo.

Falenone commented 8 months ago

Yep that was my issue. Thank you