yuu icon indicating copy to clipboard operation
yuu copied to clipboard

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

Open rafa020804 opened this issue 5 years ago • 2 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\

rafa020804 avatar Jul 02 '19 18:07 rafa020804

Try to install everything one-by-one

pip install -U requests[socks] m3u8 tqdm pycryptodome

noaione avatar Jul 03 '19 14:07 noaione

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?

rafa020804 avatar Jul 05 '19 14:07 rafa020804