-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ImportError: cannot import name 'cdmapi' from 'pywidevine.cdm' #3
Comments
Tell me your OS and python version |
please use following python version depends on your OS. windows: python39 |
for MacOS go to narrowvine-reborn / pywidevine / cdm and just rename |
Ubuntu 20.04 64bit |
Thanks i just changed |
Traceback (most recent call last): |
Traceback (most recent call last):
File "narrowvine_reborn.py", line 3, in
from pywidevine.decrypt.wvdecrypt import WvDecrypt
File "/root/narrowvine-reborn/pywidevine/decrypt/wvdecrypt.py", line 6, in
from pywidevine.cdm import cdm, deviceconfig
File "/root/narrowvine-reborn/pywidevine/cdm/cdm.py", line 22, in
from pywidevine.cdm import cdmapi
ImportError: cannot import name 'cdmapi' from 'pywidevine.cdm' (/root/narrowvine-reborn/pywidevine/cdm/init.py)
The text was updated successfully, but these errors were encountered: