我正在尝试使用 Chocolatey 更新 Librewolf。但我收到依赖性错误:
C:\Users\Lauloque>choco upgrade librewolf --force
Chocolatey v2.2.2
Upgrading the following packages:
librewolf
By upgrading, you accept licenses for the packages.
You have librewolf v109.0.1.2 installed. Version 125.0.3.1 is available based on your source(s).
[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.1 constraint: python3 (= 3.12.1)'
Re-attempting package dependency resolution using additional available package information...
[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.1 constraint: python3 (= 3.12.1)'
Unable to resolve dependency 'kb2919355': Unable to find a version of 'kb2919355' that is compatible with 'KB2999226 1.0.20161023 constraint: kb2919355 (>= 1.0.20160915)', 'vcredist140 14.0.23026 constraint: kb2919355 (>= 1.0.20160915)'.
Chocolatey upgraded 0/1 packages. 1 packages failed.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
Failures
- librewolf - Unable to resolve dependency 'kb2919355': Unable to find a version of 'kb2919355' that is compatible with 'KB2999226 1.0.20161023 constraint: kb2919355 (>= 1.0.20160915)', 'vcredist140 14.0.23026 constraint: kb2919355 (>= 1.0.20160915)'.
我尝试了以下建议Chocolatey 软件文档 | Chocolatey CLI 中的依赖项故障排除但情况似乎没有好转:
C:\Users\Lauloque>choco upgrade kb2919355
Chocolatey v2.2.2
Upgrading the following packages:
kb2919355
By upgrading, you accept licenses for the packages.
KB2919355 v1.0.20160915 is the latest version available based on your source(s).
C:\Users\Lauloque>choco upgrade KB2999226
Chocolatey v2.2.2
Upgrading the following packages:
KB2999226
By upgrading, you accept licenses for the packages.
KB2999226 v1.0.20181019 is the latest version available based on your source(s).
这是本月的 chocolatey.log: