-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to install scikits.odes on ubuntu 22.04 python3.11 #163
Comments
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 and a lot of fortran errors Here is the new output
Collecting scikits.odes × Building wheel for scikits.odes (pyproject.toml) did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. |
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 <Python.h>
| ^~~~~~~~~~
The text was updated successfully, but these errors were encountered: