You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
I try to install DUNE on another (not mine) Windows PC, I get the error:
PS C:\wax\nupkg> choco install .\antelopeio-dune.1.1.0.nupkg -y
The use of .nupkg or .nuspec in for package name or source is known to cause issues. Please use the package id from the nuspec `<id />` with `-s .` (for local folder where nupkg is found).
Chocolatey v1.3.1
Installing the following packages:
.\antelopeio-dune.1.1.0.nupkg
By installing, you accept licenses for the packages.
DEPRECATION WARNING
The ability to specify a direct path to a .nuspec or .nupkg file for installation
is deprecated and will be removed in v2.0.0. Instead of using the full path
to a .nupkg file, use the --source option to specify the containing directory,
and ensure any packages have been packed into a .nupkg file before attempting to
install them.
antelopeio-dune not installed. An error occurred during installation:
Unable to resolve dependency 'python311 (= 3.11.2)'.
antelopeio-dune package files install failed with exit code 1. Performing other installation steps.
The install of antelopeio-dune was NOT successful.
antelopeio-dune not installed. An error occurred during installation:
Unable to resolve dependency 'python311 (= 3.11.2)'.
Chocolatey installed 0/1 packages. 1 packages failed.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
Failures
- antelopeio-dune (exited 1) - antelopeio-dune not installed. An error occurred during installation:
Unable to resolve dependency 'python311 (= 3.11.2)'.
PS C:\wax\nupkg>python
Python 3.11.3 (tags/v3.11.3:f3909b8, Apr 4 2023, 23:49:59) [MSC v.1934 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> exit()
PS C:\wax\nupkg>
I believe it is a bag in the installer, because Python has been installed with no errors with the command choco install netfx-4.8 python311 docker-desktop -y
The text was updated successfully, but these errors were encountered:
I try to install DUNE on another (not mine) Windows PC, I get the error:
I believe it is a bag in the installer, because Python has been installed with no errors with the command
choco install netfx-4.8 python311 docker-desktop -y
The text was updated successfully, but these errors were encountered: