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.
Update failed: can't find the current version. Please try again later #26168
Comments
|
@remitamine Could you please review the updated issue? Sorry, I have truncated a bit verbose log output at first, but now it is complete. Please let me know about the ticket that is duplicate to this, as I could now find any. Also note, that other issues about update failures relate to non-Windows OSes, this is really important, as Windows version contains embedded Python. |
|
For anyone else who comes here and finds this issue, it appears this is being tracked in #25541. |
|
@zrneely That issue is locked. I did a lot of searching about this issue here and finally I found #25622 where @dstftw says, that the problem with updating to a newer version of python is that py2exe supports 3.4 at most. I have found this branch of one of the py2exe forks, that seems to be able to support 3.8: https://github.com/albertosottile/py2exe/tree/py38 |
Checklist
Verbose log
Command: youtube-dl.exe -U -v
Description
Windows 7 64bit
The problem is that youtube-dl.exe now fails to update.
I suspect, that the embedded Python version needs to be updated. (I have seen similair issues here, but they were referring to other OSes, not Windows which is different in this case. For Windows Python is embedded into exe file and cannot be updated by end user)