Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
hello
KDE neon user (ubuntu 16.04)
since latest upgrade I'm left with this message :
youtube-dl -f best https://www.youtube.com/watch?v=mZrAlA31RUs
Traceback (most recent call last):
File "/usr/local/bin/youtube-dl", line 7, in
from youtube_dl import main
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/init.py", line 15, in
from .options import (
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/options.py", line 8, in
from .downloader.external import list_external_downloaders
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/downloader/init.py", line 3, in
from .common import FileDownloader
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/downloader/common.py", line 10, in
from ..utils import (
File "/usr/local/lib/python2.7/dist-packages/youtube_dl/utils.py", line 29, in
import ssl
File "/usr/lib/python2.7/ssl.py", line 97, in
import _ssl # if we can't import it, let the error propagate
ImportError: /usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so: symbol SSL_CTX_set_alpn_protos, version OPENSSL_1.0.2 not defined in file libssl.so.1.0.0 with link time reference
openssl is the latest version
any hints welcome..
luc