Adding Support for Native Windows (Lock Configurations) #3568
Labels
dependencies
Pull requests that update a dependency file
windows
Issues specific to the Microsoft Windows operating system
wontfix
Is your feature request related to a problem? Please describe.
Yes. This feature request is based upon a bottle neck faced while dev environment setup by multiple windows users.
Whenever windows users are trying to setup their dev environment using command
make install-pudl
, it leads to platform validation issues sinceenvironment
configurations (conda.yml
file) only covers locks for:-Refer the specific configs in the
conda-lock.yml
This results into
PlatformValidationError
.There is no directly available solution for native window systems using
powershell
orcmd
Describe the solution you'd like
Support for
windows
(win64
) should be directly added in theenvironment
. A section inconda-lock.yml
or a seperate config forwin64
should be there if technically feasible.Describe alternatives you've considered
wsl
or LinuxUbuntu
.--platform=win-64
--platform=linux-64
--platform=osx-64
--platform=osx-arm64
The text was updated successfully, but these errors were encountered: