-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to build astroscrappy calcos drizzle ...
happens upon doing **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 **
#133
Comments
Hello! I apologize for not seeing this issue until now (I haven't set up notifications correctly, apparently). This error is unfortunately not very descriptive:
WSL should function identically to Linux, given the same build tools, so it is confusing why it is not. I do not currently have access to an instance of WSL to test with, so I will try to get access to one and look into this issue further, and get back to you. In the meantime, could you try building the most recent release, to see if updates to the underlying packages resolves the issue: conda env create --name stenv202309 --file https://github.com/spacetelescope/stenv/releases/download/2024.02.05/stenv-Linux-X64-py3.11-2024.02.05.yaml |
Hi, I did conda env create --name stenv202309test --file https://github.com/spacetelescope/stenv/releases/download/2024.02.05/stenv-Linux-X64-py3.11-2024.02.05.yaml > OUTPUT2.txt the OUTPUT2.txt is attached. |
Thanks for testing that! I'm looking into this. |
@bkornpob by the way, which Linux distribution (Ubuntu, Debian, etc.) did you install within WSL? |
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:
The text was updated successfully, but these errors were encountered: