Ian Harrison
Ian Harrison
It seems only @ntessore is an owner there https://test.pypi.org/project/classy/ 🤔 🙈 .
In a clean conda env (after installing numpy and cython) I can successfully `pip install classy==2.9.4` and also use it (@ntessore 's highest version). But `pip install classy` installs version...
Thanks both. I should point out that my problem above was on an intel mac, not an M1 one. I will try and find time to have a more concerted...
@uweschmitt @schoeneberg would it be possible for the pip installable version to be without openmp? My (and I believe a few others') use case for the pip package is for...
In SOLikeT we have started having problems building pyccl too. This appears only on Python 3.8 AND linux (not on other python version or on python 3.8 in macos). From...
Okay! I was able to fix this by making sure `setuptools` and `wheel` were explicitly installed in my env before I did `pip install pyccl`. I'm not sure I understand...
Sorry, to be more specific, I was able to get it installed in an env which looks like this: ``` anyio 4.4.0 pyhd8ed1ab_0 conda-forge appnope 0.1.4 pyhd8ed1ab_0 conda-forge archspec 0.2.3...
To the maintainers: @dpiras @alessiospuriomancini are you happy for the cobaya and cosmosis wrappers to live in this repo? Antony at least has expressed a preference for that to be...
...okay, this also happens with `camb.constants` (with `camb.model.constants` being available). I will try and work out what has gone strange with the camb import I am using (from cobaya packages).