AntelopeIO / DUNES

Docker Utilities for Node Execution
Other
26 stars 17 forks source link

The Python version is not compatible #149

Open kostia-ivashchenko opened 1 year ago

kostia-ivashchenko commented 1 year ago

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

stephenpdeos commented 1 year ago

We are processing known issues related to chocolatey and pursuing an alternate windows installation strategy that can be tracked here https://github.com/AntelopeIO/DUNE/issues/161

stephenpdeos commented 1 year ago

Added more-info label since it is pending results of above mentioned issue