Skip to content
Discussion options

You must be logged in to vote

Hello @Akila1993, based on the logs, the relevant error is coming from this line

fatal error: 'sundials/sundials_config.h' file not found

The recommended way to install scikits.odes is to ensure that the SUNDIALS header files will be found at a common location at the time of installation. The usual location with Homebrew on Intel-based macOS systems is at usr/local/, which requires no extra steps. However, if you are on an M-series macOS machine, the Homebrew installation of SUNDIALS is likely different (try brew --prefix sundials to find it, it is usually in opt/homebrew/opt/sundials/). Before running the pip install scikits.odes command, you need to set that location as an environment v…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Akila1993
Comment options

@agriyakhetarpal
Comment options

Answer selected by Akila1993
@Akila1993
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants