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.
using python3 breaks youtube-dl in Ubuntu 16.04 #11342
Comments
|
How did you install youtube-dl? |
|
Hello, I installed it via official Ubuntu repositories : sudo apt update
sudo apt install youtube-dlBRgds,Dani 02.12.2016, 12:55, "Yen Chi Hsuan" <notifications@github.com>:How did you install youtube-dl?—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.
|
|
It's not recommended to install youtube-dl from apt as Ubuntu does not maintain it well. Uninstall it fom apt and check our recommended installation methods: https://github.com/rg3/youtube-dl/blob/master/README.md#installation |
|
ok, it worksthough, I had to put youtube-dl into /usr/bin instead of /usr/local/bin which path is not recognized by default in Ubuntu Thanks & have a brilliant day ! BRgds,Dani 05.12.2016, 08:24, "Yen Chi Hsuan" <notifications@github.com>:It's not recommended to install youtube-dl from apt as Ubuntu does not maintain it well. Uninstall it fom apt and check our recommended installation methods: https://github.com/rg3/youtube-dl/blob/master/README.md#installation—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.
|
(1:2016.11.27-1~webupd8~xenial0)Before submitting an issue make sure you have:
What is the purpose of your issue?
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Description of your issue
hi, I had to use python 3 instead of 2 (for installing Django framework)
after that, it is impossible to use youtube-dl, it says there is a module youtube_dl missing in python.
back to python version 2 solves the issue.
i remain available by email if you need more information
Best regards