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.
Unable to install youtube-dl #10231
Unable to install youtube-dl #10231
Comments
|
Could you uninstall existing versions with And, which Mac version are you using? Since El Capitan (10.11), installing youtube-dl globally does not work due to a Mac bug. See #7139 for alternative installation approaches. |
|
I seem to have fixed it? I sudo uninstalled pip and then reinstalled python 2.7 and pip and |
|
Good for you. |
|
FYI for anyone else, if you install Python via Macports you probably want to add something like |
I tried
sudo pip install --upgrade youtube-dland got backbut then
youtube-dl --versiontells meI tried without sudo but it still tells me
I can't figure out how to install this. I'm pretty new to python but I've gotten a few other python programs installed with pip and haven't gotten this error before.
Edit: I thought I'd try setuptools,
easy_install youtube-dlworked and nowyoutube-dl --versionreturns 2016.08.01. I would still like to know why pip wouldn't install it :/