-
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
module 'scikits.odes' has no attribute 'test' #164
Comments
You have the error
So that must be fixed. Did the cmake not give an error? If so, to fix that. If not, to point to the correct location. See lower on that page
|
No, it ran without issues.
I did the lib location export, but the problem remains the same. And the files are definitely in the correct location:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I assume there's an issue with pathing but I cannot seem to fix it.
Following the guide on https://scikits-odes.readthedocs.io/en/stable/installation.html, I installed sundials 5.1.0 using the command
cmake -DLAPACK_ENABLE=ON -DSUNDIALS_INDEX_SIZE=64 ..
inside a build directory that I created in the source folder (note that I do not specify an install path such that sundials is properly installed into /usr/local/lib and /usr/local/include).
Then, I install scikits.odes via pip. I also installed nose as is mentioned in the guide.
Running od.test() however outputs
Also, trying to use the solver returns an error:
Output:
The libraries however do exist. What am I missing here?
Also, apparently the guide is out-of-date seeing that sundials 6 is supported as well. Will there be an update?
The text was updated successfully, but these errors were encountered: