WHTJEON/widevine-dl

Python error

Khopon opened this issue · 0 comments

I'm on windows 10 and when I try to run the script I get the following.

Processing Video Info..
Python path configuration:
PYTHONHOME = 'C:\widevine-dl'
PYTHONPATH = (not set)
program name = 'C:\widevine-dl\yt-dlp.exe'
isolated = 0
environment = 0
user site = 0
import site = 0
sys._base_executable = 'C:\widevine-dl\yt-dlp.exe'
sys.base_prefix = ''
sys.base_exec_prefix = ''
sys.executable = 'C:\widevine-dl\yt-dlp.exe'
sys.prefix = ''
sys.exec_prefix = ''
sys.path = [
'C:\widevine-dl\base_library.zip',
'C:\widevine-dl\lib-dynload',
'C:\widevine-dl',
]
Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding
Python runtime state: core initialized
ModuleNotFoundError: No module named 'encodings'

Current thread 0x000026c0 (most recent call first):

Any ideas?