-
Notifications
You must be signed in to change notification settings - Fork 28.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flutter doctor show installed packages as missing on Windows 7 #40335
Comments
Please post the full output of running:
and also:
|
vswhere.exe -format json -utf8 -latest -prerelease -all
vswhere.exe -format json -utf8 -latest -prerelease -all -requires Microsoft.Component.MSBuild Microsoft.VisualStudio.Component.VC.Tools.x86.x64 Microsoft.VisualStudio.Component.Windows10SDK.17763
|
According to that output, you don't have an in-progress install, but you also don't have those three components; if Please file a |
/cc @franciscojma86 FYI |
Based on installed packages (using the |
Ah, I see; there was apparently a minor tools update so now we're listing the wrong version in the string for new installs. The current version listed here is now
and not
(And the latter is now internally Based on the comment above, now it'll soon be v14.23. It seems like we need to make that string say something more generic, but I'm not sure how to phrase that in a way that's not going to be confusing. Thanks @heaths for the debugging, and sorry for sending that non-bug your way. We'll be sure to keep the component-listing instructions you posted in that bug in mind for future reports. |
@heaths I don't suppose there's a way to express "Any version of that v142 toolchain" as a |
The existing component ID should do that, but I believe it corresponds to the latest that VS ships. You'd have to ask the Visual C++ team that owns their package authoring. |
Right, I was specifically hoping for a way to say "any, not necessarily the latest". E.g., something like |
@franciscojma86 For now, let's change the text from:
to
|
All works! Many thanks for all! :) |
Re-opening, as this is tracking fixing the incorrect message. |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
flutter doctor -v
I tried to restart computer as described here: #39970
Unfortunately on windows 7 that not helped.
The text was updated successfully, but these errors were encountered: