Open jtlap opened 9 months ago
In fact I made progress pyton3.dev was missing.
Now he tells me he cannot find
scikits/odes/sundials/common_defs.c:787:10: fatal error: sundials/sundials_context.h: Aucun fichier ou dossier de ce type 787 | #include "sundials/sundials_context.h"
and a lot of fortran errors
Here is the new output
(.venv) 06:17:16 ~/python3Dev$ python -m pip install scikits.odes
Collecting scikits.odes Using cached scikits.odes-2.7.0.tar.gz (931 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Requirement already satisfied: scipy in ./.venv/lib/python3.11/site-packages (from scikits.odes) (1.12.0) Requirement already satisfied: numpy<1.29.0,>=1.22.4 in ./.venv/lib/python3.11/site-packages (from scipy->scikits.odes) (1.26.4) Building wheels for collected packages: scikits.odes Building wheel for scikits.odes (pyproject.toml) ... error error: subprocess-exited-with-error
× Building wheel for scikits.odes (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [2461 lines of output]
Anew a problem of scikits.odes install
Wheels cannot be built. Am I missing something ? I have scipy and numpy I succeeded installing sundials 5.1.0 as asked I have C, C++ and fortran compilers installed libblas and liblapack Are the deprecation warnings a problem ?
There seems to be a missing Python.h somewhere. build/src.linux-x86_64-3.11/build/src.linux-x86_64-3.11/scikits/odes/fortranobject.h:7:10: fatal error: Python.h: Aucun fichier ou dossier de ce type 7 | #include
| ^
~~~~~