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.
pip reports wrong installed version when updating youtube-dl #4852
Comments
|
I have downloaded the wheel and it seems to be fine. Have you miscopied the output?, https://pypi.python.org/packages/2.7/y/youtube_dl/youtube_dl-2015.02.02py2.py3-none-any.whl#md5=3a383cc3717ede90ef59ca79529ce382 gives me a 404 error not found (https://pypi.python.org/packages/2.7/y/youtube_dl/youtube_dl-2015.02.02-py2.py3-none-any.whl#md5=3a383cc3717ede90ef59ca79529ce382 seems to be the correct one). |
|
I did miscopy the output, you're right. Must've hit the backspace or something while formatting it. Still, just tried it again and got the same:
So is it a pip issue? |
|
I guess, I have installed youtube-dl 2015.1.16, then I run |
|
I don't know what happened, but I updated pip (6.0.6 -> 6.0.7) and successively ran
but the installation was different: 1st run:
2nd run:
3rd run:
I guess things are ok now, but what the heck? |
|
It could be the same as pypa/pip#2382 (I also got it when upgrading pip) |
I don't know if this is a pip or a youtube-dl issue, but the last thing that pip reports is that it has installed the version that it just uninstalled.