Open
Description
As pointed out by @johnweis0480 in today's SimPEG meeting, the instructions on how to install pydiso
from sources that are currently in the README.md are not working properly.
Reproducible example:
conda create --name pydiso "python=3.11.*" pip numpy scipy mkl-devel
conda activate pydiso
pip install .
Processing /home/santi/git/pydiso
Installing build dependencies ... done
Getting requirements to build wheel ... done
Installing backend dependencies ... done
Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [29 lines of output]
+ meson setup /home/santi/git/pydiso /home/santi/git/pydiso/.mesonpy-8jqt8l3r -Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md --native-file=/home/santi/git/pydiso/.mesonpy-8jqt8l3r/meson-python-native-file.ini
The Meson build system
Version: 1.4.1
Source dir: /home/santi/git/pydiso
Build dir: /home/santi/git/pydiso/.mesonpy-8jqt8l3r
Build type: native build
Project name: pydiso
Project version: 0.0.5
C compiler for the host machine: cc (gcc 12.2.0 "cc (Debian 12.2.0-14) 12.2.0")
C linker for the host machine: cc ld.bfd 2.40
Cython compiler for the host machine: cython (cython 3.0.10)
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program python found: YES (/home/santi/.mambaforge/envs/pydiso/bin/python3.11)
Found pkg-config: YES (/usr/bin/pkg-config) 1.8.1
Run-time dependency python found: YES 3.11
Program cython found: YES (/tmp/pip-build-env-vg_i50ii/overlay/bin/cython)
Compiler for C supports arguments -Wno-unused-but-set-variable: YES
Compiler for C supports arguments -Wno-unused-function: YES
Compiler for C supports arguments -Wno-conversion: YES
Compiler for C supports arguments -Wno-misleading-indentation: YES
Library m found: YES
Found CMake: /usr/bin/cmake (3.25.1)
WARNING: CMake Toolchain: Failed to determine CMake compilers state
Run-time dependency mkl-sdl found: NO (tried pkgconfig and cmake)
../pydiso/meson.build:61:14: ERROR: Dependency "mkl-sdl" not found, tried pkgconfig and cmake
A full log can be found at /home/santi/git/pydiso/.mesonpy-8jqt8l3r/meson-logs/meson-log.txt
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
List of packages in environment
# packages in environment at /home/santi/.mambaforge/envs/pydiso:
#
# Name Version Build Channel
_libgcc_mutex 0.1 conda_forge conda-forge
_openmp_mutex 4.5 2_kmp_llvm conda-forge
bzip2 1.0.8 hd590300_5 conda-forge
ca-certificates 2024.6.2 hbcca054_0 conda-forge
icu 73.2 h59595ed_0 conda-forge
ld_impl_linux-64 2.40 hf3520f5_3 conda-forge
libblas 3.9.0 22_linux64_openblas conda-forge
libcblas 3.9.0 22_linux64_openblas conda-forge
libexpat 2.6.2 h59595ed_0 conda-forge
libffi 3.4.2 h7f98852_5 conda-forge
libgcc-ng 13.2.0 h77fa898_8 conda-forge
libgfortran-ng 13.2.0 h69a702a_8 conda-forge
libgfortran5 13.2.0 h3d2ce59_8 conda-forge
libhwloc 2.10.0 default_h5622ce7_1001 conda-forge
libiconv 1.17 hd590300_2 conda-forge
liblapack 3.9.0 22_linux64_openblas conda-forge
libnsl 2.0.1 hd590300_0 conda-forge
libopenblas 0.3.27 pthreads_h413a1c8_0 conda-forge
libsqlite 3.46.0 hde9e2c9_0 conda-forge
libstdcxx-ng 13.2.0 hc0a3c3a_8 conda-forge
libuuid 2.38.1 h0b41bf4_0 conda-forge
libxcrypt 4.4.36 hd590300_1 conda-forge
libxml2 2.12.7 hc051c1a_1 conda-forge
libzlib 1.3.1 h4ab18f5_1 conda-forge
llvm-openmp 18.1.7 ha31de31_0 conda-forge
mkl 2024.1.0 ha957f24_693 conda-forge
mkl-devel 2024.1.0 ha770c72_693 conda-forge
mkl-include 2024.1.0 ha957f24_693 conda-forge
ncurses 6.5 h59595ed_0 conda-forge
numpy 1.26.4 py311h64a7726_0 conda-forge
openssl 3.3.1 h4ab18f5_0 conda-forge
pip 24.0 pyhd8ed1ab_0 conda-forge
python 3.11.9 hb806964_0_cpython conda-forge
python_abi 3.11 4_cp311 conda-forge
readline 8.2 h8228510_1 conda-forge
scipy 1.13.1 py311h517d4fd_0 conda-forge
setuptools 70.0.0 pyhd8ed1ab_0 conda-forge
tbb 2021.12.0 h297d8ca_1 conda-forge
tk 8.6.13 noxft_h4845f30_101 conda-forge
tzdata 2024a h0c530f3_0 conda-forge
wheel 0.43.0 pyhd8ed1ab_1 conda-forge
xz 5.2.6 h166bdaf_0 conda-forge
zstd 1.5.6 ha6fb4c9_0 conda-forge
Possible solution
By installing the packages that are being installed in Actions to build the sources, I was able to build and install pydiso
. These are:
cython mkl mkl-devel pkg-config meson-python meson ninja setuptools_scm
I think we should update the instructions in the README.md
adding packages that need to be installed to build pydiso
. And also maybe update the list of requirements for the build in pyproject.toml
:
Lines 4 to 30 in 79c4103
Metadata
Metadata
Assignees
Labels
No labels