chocolatey / choco

Chocolatey - the package manager for Windows
https://chocolatey.org
Other
10.33k stars 904 forks source link

Can't install adittional nodejs tools #3481

Closed Bogdan-Torkhov closed 3 months ago

Bogdan-Torkhov commented 3 months ago

Checklist

What You Are Seeing?

Chocolatey v2.3.0 Upgrading the following packages: python;visualstudio2019-workload-vctools By upgrading, you accept licenses for the packages. python v3.12.4 is the latest version available based on your source(s). visualstudio2019-workload-vctools is not installed. Installing... [NuGet] One or more unresolved package dependency constraints detected in the Chocolatey lib folder. All dependency constraints must be resolved to add or update packages. If these packages are being updated this message may be ignored, if not the following error(s) may be blocking the current package operation: 'python 3.12.4 constraint: python3 (= 3.12.4)' Unable to resolve dependency 'kb2919355': Unable to find a version of 'kb2919355' that is compatible with 'dotnetfx 4.7.2.20180712 constraint: kb2919355 (>= 1.0.20160915)', 'KB2999226 1.0.20161023 constraint: kb2919355 (>= 1.0.20160915)', 'vcredist140 14.0.23026 constraint: kb2919355 (>= 1.0.20160915)', 'visualstudio2019buildtools 16.0.0 constraint: kb2919355 (>= 1.0.20160915)'.

Chocolatey upgraded 0/2 packages. 1 packages failed. See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

Failures

What is Expected?

I expected installing all things and closing terminal

How Did You Get This To Happen?

I ran nodejs installation and installation of additional tools

System Details

Installed Packages

chocolatey 2.3.0
chocolatey-compatibility.extension 1.0.0
chocolatey-core.extension 1.4.0
chocolatey-windowsupdate.extension 1.0.5
KB2919355 1.0.20160915
KB2919442 1.0.20160915
KB2999226 1.0.20181019
KB3033929 1.0.5
KB3035131 1.0.3
python 3.12.4
python3 3.12.4
vcredist140 14.40.33810
vcredist2015 14.0.24215.20170201
13 packages installed.

Output Log

https://gist.github.com/Bogdan-Torkhov/1a4d646395bf7d87b82b56146ea78b25

Additional Context

It's all

pauby commented 3 months ago

Duplicate of #3480.

pauby commented 3 months ago

While this is a different package, this is still a duplicate.

Bogdan-Torkhov commented 3 months ago

@pauby I chechked docs, i don't know how to fix these error, do you have any idea?

Bogdan-Torkhov commented 3 months ago

And i have different error, not like in #3480

Bogdan-Torkhov commented 3 months ago

https://github.com/chocolatey/choco/issues/3226 these issue is similar to my, but not the same

Bogdan-Torkhov commented 3 months ago

@pauby please help me solve it

Bogdan-Torkhov commented 3 months ago

@pauby please answer me?

TheCakeIsNaOH commented 3 months ago

@Bogdan-Torkhov see the code of conduct: https://github.com/chocolatey/choco?tab=coc-ov-file#readme This is a community support issue tracker, not one with a SLA: https://chocolatey.org/support

As for your issue, see the dependency trouble docs linked in the other issue: https://docs.chocolatey.org/en-us/choco/troubleshooting/dependency-troubles/

It looks like you are missing the python312 package, because it failed to install. This left the dependencies in a broken state. You can either install the python312 package, or uninstall python and then python3 to fix the broken dependency tree. https://community.chocolatey.org/packages/python312