Compatibility #58
Annotations
1 error and 2 warnings
test (ubuntu-latest, 3.11, py311-test-all-latest, main)
The process '/usr/share/miniconda/condabin/conda' failed with exit code 1
|
test (ubuntu-latest, 3.11, py311-test-all-latest, main)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, conda-incubator/setup-miniconda@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (ubuntu-latest, 3.11, py311-test-all-latest, main)
Pip subprocess error:
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [592 lines of output]
/usr/share/miniconda/envs/soliket-tests/lib/python3.11/site-packages/setuptools/__init__.py:94: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.
!!
********************************************************************************
Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.
********************************************************************************
!!
dist.fetch_build_eggs(dist.setup_requires)
WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section'
Traceback (most recent call last):
File "/tmp/pip-install-opi1r0hl/pyccl_6435d8bced7e4cc8994309e8193f7560/.eggs/setuptools_scm-8.1.0-py3.11.egg/setuptools_scm/_integration/pyproject_reading.py", line 36, in read_pyproject
section = defn.get("tool", {})[tool_name]
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
KeyError: 'setuptools_scm'
running bdist_wheel
running build
running build_py
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- No build type selected, default to Release
-- CMAKE_BUILD_TYPE: Release
-- The C compiler identification is GNU 13.3.0
-- The CXX compiler identification is GNU 13.3.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/share/miniconda/envs/soliket-tests/bin/x86_64-conda-linux-gnu-cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/share/miniconda/envs/soliket-tests/bin/x86_64-conda-linux-gnu-c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Warning (dev) at /usr/share/miniconda/envs/soliket-tests/share/cmake-3.30/Modules/FindPackageHandleStandardArgs.cmake:441 (message):
The package name passed to `find_package_handle_standard_args` (PkgConfig)
does not match the name of the calling package (FFTW). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
/usr/share/miniconda/envs/soliket-tests/share/cmake-3.30/Modules/FindPkgConfig.cmake:114 (find_package_handle_standard_args)
cmake/Modules/FindFFTW.cmake:18 (include)
cmake/Modules/BuildFFTW.cmake:6 (find_package)
CMakeLists.txt:48 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.0")
-- Found FFTW: /usr/share/miniconda/envs/soliket-tests/include
-- Found GSL: /usr/share/miniconda/envs/soliket-tests/include (found suitable version "2.7", minimum required is "2.1")
-- Found OpenMP_C: -fopenmp (found version "4.5")
-- Found OpenMP_CXX: -fopenmp (found version "4.5")
-- Found OpenMP: TRUE (found version "4.5")
-- Found SWIG: /usr/share/miniconda/envs/soliket-tests/bin/swig4.0 (found version "4.3.0")
CMake Warning (dev) at cmake/Modules/FindPythonLibsNew.cmake:62 (find_package):
Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
are removed. Run "cmake --help-policy CMP0148" for policy details. Use
|