noaione / yuu

Yuu - a simple AbemaTV and other we(e)bsite video downloader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR: Complete output from command python setup.py egg_info:

rafa020804 opened this issue · comments

ERROR: Complete output from command python setup.py egg_info:
ERROR: Traceback (most recent call last):
File "", line 1, in
File "C:\Users\rafael\AppData\Local\Temp\pip-install-vprr2fqc\yuu\setup.py", line 2, in
from yuu.common import version
File "C:\Users\rafael\AppData\Local\Temp\pip-install-vprr2fqc\yuu\yuu_init_.py", line 2, in
from .parser import *
File "C:\Users\rafael\AppData\Local\Temp\pip-install-vprr2fqc\yuu\yuu\parser.py", line 7, in
import m3u8 as M3U8
ModuleNotFoundError: No module named 'm3u8'
----------------------------------------
ERROR: Command "python setup.py egg_info" failed with error code 1 in C:\Users\rafael\AppData\Local\Temp\pip-install-vprr2fqc\yuu\

Try to install everything one-by-one

pip install -U requests[socks] m3u8 tqdm pycryptodome

It worked thanks!
edit: now i am getting this message:
ERROR] Problem occured
reason: ("read error: Error([('SSL routines', 'ssl3_get_record', 'decryption failed or bad record mac')])",)

and were the file goes after the download?