-
Notifications
You must be signed in to change notification settings - Fork 908
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
Error around constraint when it appears the constraint is satisfied #3300
Comments
Have you gone through the docs, specifically this one? |
@pauby nope! Thanks -- I'd reviewed the issues and checked the docs but missed this one in particular which will probably lead me in the right direction. I'll keep this updated based on what I read there. |
@SeanKilleen it looks like your issue is related to |
Finally got a little time to try to dig into this further. I did see the message above but was unsure why it would prevent me from upgrading chocolatey itself and was confused by multiple kinds of errors showing up. The script claimed the constraint is around 🎉 Ultimately I found my answer! 🎉 I think previously I had followed an instruction to delete a chocolatey folder so that it could be recreated and owned by the right account. It appears when I did that it screwed up some installs. Running Closing this now - thanks for the pointers to help get there. |
Checklist
What You Are Seeing?
It's possible this is related to #3297 in terms of incorrect version numbers being returned, as that could explain the issue (if chocolatey isn't checking my local installs to see if constraints are satisfied). But it seems separate enough that it merited another issue. We can close if it ends up being related.
When attempting to upgrade a package in this case
choco upgrade dotCover dotMemory dotPeek
(or any combination thereof), I see:Typically I'd think this was a package issue, but the first thing I did was to check my installed packages. Sure enough when running
choco list
, I see theKB2919442
package is listed as installed and it is at version1.0.20160915
, which should satisfy the constraint.As a result, none of these installs can complete
What is Expected?
A successful installation because the constraint is satisfied.
How Did You Get This To Happen?
KB2919442
as a dependencychoco upgrade dotCover dotMemory dotPeek
System Details
Installed Packages
Output Log
The text was updated successfully, but these errors were encountered: