Closed s6sebusc closed 3 years ago
Unfortunately, the host for the packages, bintray, is sunsetting in favor of conan-center and we are still in the process of moving s2let there (see https://github.com/conan-io/conan-center-index/pull/5178). The current options are to install from source (first ssht, then so3, then s2let) or to wait a bit until we get there.
Thanks a lot for the quick reply! I was able to install both ssht and so3 from source. However, so3 is not listed when I say conan search
. When I try to install s2let from the downloaded repository in the same way, conan again tries and fails to get so3 from remote (so3/1.3.1@user/testing: Not found in local cache, looking in remotes...
). I was able to install both the C-package and the python version of so3 following the instructions on http://astro-informatics.github.io/so3/, but how do I tell conan about it?
You don't. You want to disable conan for now with "cmake -Dconan_deps=OFF" and rely on cmake rather than conan to find so3 and ssht. You may need to edit the cmake flags in "setup.py". Sorry, it's not so easy right now, but I hope got get it back to "pip install pys2let" in the next few weeks.
We've opened a PR against conan-center conan-io/conan-center-index#5550. Hopefully, it will all be resolved soon.
Meanwhile, "pip install git+https://github.com/astro-informatics/s2let.git@feature/conan-center" should work.
There is a new version available on pypi that should install easily.
I wanted to try out your software, attempted to install via pip install, but I'm getting the following error:
I tried this on two different linux systems, both return the same error. Any idea what I'm doing wrong?