medvm / widevine_keys

This repo created for bypassing Widevine L3 DRM and obtaining keys.
450 stars 186 forks source link

python version?! #14

Closed oOBigManOo closed 2 years ago

oOBigManOo commented 2 years ago

Hello,

Can you mention in requirements txt file which python version needed?!

python l3.py File "l3.py", line 33 print(f'{chr(10)}PSSH obtained.\n{pssh}') ^ SyntaxError: invalid syntax

Thanks

medvm commented 2 years ago

3.8.3 or above

oOBigManOo commented 2 years ago

3.8.3 or above

python 3.8.10 here

/usr/bin/py:16: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working from collections import Iterable Traceback (most recent call last): File "/usr/bin/py", line 167, in result = eval(args.expression) File "", line 1, in l3.py NameError: name 'l3' is not defined

medvm commented 2 years ago

try

py -m pip install --upgrade pip
pip install -r requirements.txt
py l3.py
oOBigManOo commented 2 years ago

same problem it's conflicting with python 3.8.10

medvm commented 2 years ago

I just checked it, it works great on versions 3.8 and 3.10.

oOBigManOo commented 2 years ago

solved system problem