noaione / yuu

Yuu - a simple AbemaTV and other we(e)bsite video downloader
BSD 3-Clause "New" or "Revised" License
57 stars 10 forks source link

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

Open rafa020804 opened 5 years ago

rafa020804 commented 5 years ago

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\

noaione commented 5 years ago

Try to install everything one-by-one

pip install -U requests[socks] m3u8 tqdm pycryptodome

rafa020804 commented 5 years ago

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?