(BionicPup 64 8.0, with the devx installed)
I'm trying to test yt-dlp, which is a fork of youtube-dl, but apparently more actively developed, and when I run it, this is the result:
Code: Select all
Traceback (most recent call last):
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "./yt-dlp/__main__.py", line 16, in <module>
File "./yt-dlp/yt_dlp/__init__.py", line 16, in <module>
File "./yt-dlp/yt_dlp/options.py", line 15, in <module>
File "./yt-dlp/yt_dlp/utils.py", line 33, in <module>
File "/usr/lib/python3.6/ssl.py", line 101, in <module>
import _ssl # if we can't import it, let the error propagate
ImportError: /lib64/libssl.so.1.1: version `OPENSSL_1_1_1' not found (required by /usr/lib/python3.6/lib-dynload/_ssl.cpython-36m-x86_64-linux-gnu.so)
So, in theory, would I need to update Python, SSL/libssl, or both?