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.
ValueError: can't clear options before OpenSSL 0.9.8m #4294
Comments
|
PS -- For what it's worth, the problem also arises on a 10.5.6 machine, and it DOESN'T arise on a 10.6.8 machine (go figure) |
|
I have the same problem on OS X 10.9.9, Python 3.4.2. This is my first attempt at installing youtube-dl. I installed by the command: sudo pip3.4 install youtube-dl Any call to youtube-dl, with or without a url parameter, results in: youtube-dl |
|
Correction, typo, OS X 10.9.5 |
|
How did you installe python: did you use the package from python.org or used a package manager like macports or homebrew? |
|
On the two machines where I get this error, I installed Python 3.4.2 from python.org. For what it's worth, the |
|
From me same answer as from Twangist: I installed Python 3.4.2 from python.org. |
|
I believe this issue to be fixed in youtube-dl 2014.12.13.1 and newer. Since I don't own a Mac and it seems non-trivial to legally install OSX anywhere else, I'd very much appreciate feedback! See our FAQ if you need help updating. |
|
Yep, updated to youtube_dl-2014.12.14 and it works like a charm. |
|
I'll second that: updated to youtube_dl-2014.12.14 and it works like a charm for me too. |
I noticed this issue or one that had the same effect arose at or before 2013, and it was "closed" in I think 2013. However now I can't use youtube-dl whereas a few months ago I could.
When trying to DL a youtube video via
youtube-dl NA2X1040_gYOS X 10.7.4, Python 3.4.2 . The above command gives:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/runpy.py", line 170, in _run_module_as_main
"main", mod_spec)
File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/usr/local/bin/youtube-dl/main.py", line 18, in
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 357, in main
File "/usr/local/bin/youtube-dl/youtube_dl/init.py", line 302, in _real_main
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 252, in init
File "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1406, in _setup_opener
File "/usr/local/bin/youtube-dl/youtube_dl/utils.py", line 408, in make_HTTPS_handler
ValueError: can't clear options before OpenSSL 0.9.8m