build: windows: investigate improper version
See original GitHub issuehttps://github.com/iterative/dvc/releases/tag/0.50.0
dvc-0.50.0.a54a34.mod.exe
should be
dvc-0.50.0.exe
Issue Analytics
- State:
- Created 4 years ago
- Comments:13 (10 by maintainers)
Top Results From Across the Web
Windows Update issues troubleshooting - Microsoft Learn
Run the built-in Windows Update troubleshooter to fix common issues. Navigate to Settings > Update & Security > Troubleshoot > Windows ...
Read more >Get help with Windows upgrade and installation errors
See some of the most common upgrade and installation errors for Windows 10 and Windows 11, and what you can do to try...
Read more >Stop error or blue screen error troubleshooting - Windows Client
Learn advanced options for troubleshooting stop errors, also known as blue screen errors or bug check errors.
Read more >Log files and resolving upgrade errors - Windows Deployment
Investigate post-upgrade related issues. setuperr.log, Same as setupact.log, Contains information about setup errors during the installation ...
Read more >Fix program errors and improve code - Visual Studio (Windows)
This article describes some basic ways Visual Studio can help you find and fix problems in your code, including build errors, code analysis, ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I am closing the issue, next release should not have such problems.
Ok so here is why we get this strange number of version:
dvc-0.50.0.exe
)sha
, which results indvc-0.50.0.a54a34.mod.exe
But why is it happening on freshly checked out 0.50.0 version?
dvc
cause repo initialization.gitignore
on this revision did not included/repos
(which is ignored here)/repos
to.gitignore
, branch is uncleanProposed solution
introduce
/repos
to master.gitignore
to avoid same bug in the futurewe could replace released windows binary with build that has been build after
git reset --hard
, which should follow pullingdvc_left
and the rest