We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: