devine-dl/pywidevine

Support for Python 3.12

Closed this issue · 3 comments

Installed PYthon 3.12 on my windows 10. When I try to do pip install pywidevine i get this:

ERROR: Ignored the following versions that require a different python version: 1.0.0 Requires-Python >=3.7,<3.11; 1.0.1 Requires-Python >=3.7,<3.11; 1.1.0 Requires-Python >=3.7,<3.11; 1.1.1 Requires-Python >=3.7,<3.11; 1.2.0 Requires-Python >=3.7,<3.11; 1.2.1 Requires-Python >=3.7,<3.11; 1.3.0 Requires-Python >=3.7,<3.11; 1.3.1 Requires-Python >=3.7,<3.11; 1.4.0 Requires-Python >=3.7,<3.11; 1.4.1 Requires-Python >=3.7,<3.11; 1.4.2 Requires-Python >=3.7,<3.11; 1.4.3 Requires-Python >=3.7,<3.11; 1.4.4 Requires-Python >=3.7,<3.11; 1.5.0 Requires-Python >=3.7,<3.11; 1.5.1 Requires-Python >=3.7,<3.11; 1.5.2 Requires-Python >=3.7,<3.11; 1.5.3 Requires-Python >=3.7,<3.11; 1.6.0 Requires-Python >=3.7,<3.12
ERROR: Could not find a version that satisfies the requirement pywidevine (from versions: none)
ERROR: No matching distribution found for pywidevine

well. found it out... i am stuuupid ^^ only had 3.12 and it needed 3.11. so installed 3.11 as well.. gosh... ppl sometimes ^^

Hi, you are absolutely correct. Pywidevine is not yet supported on Python 3.12, which has been newly released as stable. I will add support for Python 3.12 relatively soon. In the meantime using Python 3.11 is an alternative.

v1.7.0 should have support for Python 3.12 👍