astro-informatics / s2let

Fast wavelet transforms on the sphere.
http://astro-informatics.github.io/s2let
GNU General Public License v3.0
14 stars 2 forks source link

Conan 1 is legacy and on a deprecation path. Please upgrade to Conan 2. #55

Open paddyroddy opened 1 month ago

paddyroddy commented 1 month ago

Error when attempting to install pys2let

Conan version 1.65.0

-- Conan executing: /Users/paddy/Library/Caches/uv/builds-v0/.tmpqQioyY/bin/conan install /Users/paddy/Library/Caches/uv/sdists-v4/pypi/pys2let/2.2.6/V40OwwhgXzDqxUrh4Xi5c/pys2let-2.2.6.tar.gz/conanfile.txt --remote conancenter --generator cmake_find_package --generator cmake_paths --build missing --settings build_type=Release --settings compiler=apple-clang --settings compiler.version=16.0

-- Configuring incomplete, errors occurred!
--- stderr:
WARN: **************************************************
WARN: *** Conan 1 is legacy and on a deprecation path **
WARN: *********** Please upgrade to Conan 2 ************
WARN: **************************************************
ERROR: Invalid setting '16.0' is not a valid 'settings.compiler.version' value.
Possible values are ['5.0', '5.1', '6.0', '6.1', '7.0', '7.3', '8.0', '8.1', '9.0', '9.1', '10.0', '11.0', '12.0', '13', '13.0', '13.1', '14', '14.0', '15', '15.0']
Read "http://docs.conan.io/en/latest/faq/troubleshooting.html#error-invalid-setting"
CMake Error at _skbuild/macosx-15.0-arm64-3.12/cmake-build/conan.cmake:631 (message):
  Conan install failed='1'
Call Stack (most recent call first):
  cmake/conan_dependencies.cmake:14 (conan_cmake_install)
  CMakeLists.txt:24 (include)

Traceback (most recent call last):
  File "/Users/paddy/Library/Caches/uv/builds-v0/.tmpqQioyY/lib/python3.12/site-packages/skbuild/setuptools_wrap.py", line 660, in setup
    env = cmkr.configure(
          ^^^^^^^^^^^^^^^
  File "/Users/paddy/Library/Caches/uv/builds-v0/.tmpqQioyY/lib/python3.12/site-packages/skbuild/cmaker.py", line 354, in configure
    raise SKBuildError(msg)