When I do
conda env create --name stenv202309 --file https://github.com/spacetelescope/stenv/releases/download/2023.09.12/stenv-Linux-X64-py3.11-2023.09.12.yaml,
I get the error [OUTPUT.txt](https://github.com/spacetelescope/stenv/files/13980450/OUTPUT.txt).
I was trying to install this using Windows Subsystem for Linux (WSL). I tested that conda was installed correctly and I ran on WSL.
Steps that can reproduce the error:
- Set up WSL
- Install Miniconda
- conda env create --name stenv202309 --file https://github.com/spacetelescope/stenv/releases/download/2023.09.12/stenv-Linux-X64-py3.11-2023.09.12.yaml
- error happened.
When I do
conda env create --name stenv202309 --file https://github.com/spacetelescope/stenv/releases/download/2023.09.12/stenv-Linux-X64-py3.11-2023.09.12.yaml,
I get the error
[OUTPUT.txt](https://github.com/spacetelescope/stenv/files/13980450/OUTPUT.txt).I was trying to install this using Windows Subsystem for Linux (WSL). I tested that conda was installed correctly and I ran on WSL.
Steps that can reproduce the error: