question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

youtube-dl doesn't run in Ubuntu 20.04.1-LTS

See original GitHub issue

I download with sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl Then I run sudo youtube-dl -U Says: /usr/bin/env: «python»: No existe el archivo o el directorio (Directory or file does not exist) which youtube-dl /usr/local/bin/youtube-dl python -V Python 3.8.5 bash --version GNU bash, versión 5.0.17(1)-release (x86_64-pc-linux-gnu) Copyright © 2019 Free Software Foundation, Inc. Licencia GPLv3+: GPL de GNU versión 3 o posterior http://gnu.org/licenses/gpl.html

Esto es software libre, es libre para modificar y redistribuirlo. No hay NINGUNA GARANTÍA, a la extensión permitida por la ley. uname -a Linux Aspire-A315-53 5.8.0-36-generic #40~20.04.1-Ubuntu SMP Wed Jan 6 10:15:55 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6

github_iconTop GitHub Comments

2reactions
rautamiekkacommented, Jan 12, 2021

Presumably your Python 3.8 is a stock installation with the DE itself, and since python doesn’t show up you should just be able to fix the problem by installing python-is-python3:

sudo apt install python-is-python3
0reactions
rautamiekkacommented, Jan 12, 2021

Great 😄

Read more comments on GitHub >

github_iconTop Results From Across the Web

Problem with youtube-dl Ubuntu 20.04
Update it to the latest version with sudo youtube-dl --update. and then try again. Edit: Since you wrote you installed it with a...
Read more >
How to install & upgrade Youtube-dl on Ubuntu 20.04 - write
Downloading, installing and upgrading Youtube-dl on Ubuntu 20.04 Youtube-dl is a command-line program to download Youtube videos in a ...
Read more >
Help with running youtube-dl on Ubuntu 20.04 - Reddit
When I try to open the file directory /usr/bin/youtube-dl, I can see the python file. I don't know what was wrong with the...
Read more >
youtube-dl does not work anymore after upgrading to ubuntu ...
after running the command, I get the following error: /usr/bin/env: 'python': No such file or directory I removed the app then I installed ......
Read more >
[SOLVED] Latest updated youtube-dl keeps on showing ...
Operating System: Ubuntu 20.04.1 LTS ... webpage WARNING: video doesn't have subtitles [youtube] smn0HOvwoZ8: Looking for automatic captions ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found