-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add namaster package #39
Conversation
@tskisner I am happy with this change. Do you think we can merge it and trigger an env creation? |
The problem (and why this is not merged yet) is there is something unrelated failing in the CI tests. I agree we need this merged and a new tag. I'll work on packaging tasks later today. |
I think it's unrelated to namaster package. I've used my own configuration [1] to setup SOOPERCOOL environment. This configuration worked before, but stopped working before I went to CMB summer school. Currently even the default config won't work, pixell package would fail compiling (both python 3.10 and 3.11 would fail). |
At Della, at least, namaster tries to upgrade numpy to version 2. I'm trying to install namaster with pip after everything has finished for python 3.10. Is there a chance your numpy version is upgraded and causes the failures? |
@Bai-Chiang can you also share the error you see from pixel? |
GitHub can't render the entire log_pixell, here is the pastebin link: I'm trying to build pixell manually see if I can reproduce error. It happens when I building packages [1] before installing any packages [2]. If I check the env when this error happened, numpy hasn't installed yet. The numpy version used when building pixell is 1.26 [1] Line 241 in 1638122
[2] Line 276 in 1638122
|
Update: Clone pixell repo Create conda env with Build locally with |
Since everyone is happy with this, let's merge and then I'll rebase #42, which has version updates and fixes pixell compilation with conda compilers. |
No description provided.