-
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
cannot find sundials when using google colab #150
Comments
How did you install SUNDIALS? If you have not installed it, you'll need to install it first. Once you've installed SUNDIALS, in a bash shell, run |
Thank you for your very quick reply I did the following in a google colab notebook (the ! are used to execute shell commands in one line, ----\ is a personal notation to indicate different jupyter cells (might be irrelevant), %%shell is used to consider the entire cell as a shell command
|
just mentioning that the code above did not work as my answer did not mention that |
I tried with nix
and got the following error
|
Thank you for this package.
I am trying to install this package on google colab but none of the methods I tried so far worked.
I am having trouble getting nix installed on google colab as it seems to install but the nix commands that I tried do not work.
Using pip install, the package seems to have trouble finding sundials. This might be linked to https://scikits-odes.readthedocs.io/en/stable/installation.html?highlight=%24SUNDIALS_INST#linking-errors but I do not understand that paragraph. What does
pass the correct one via the $SUNDIALS_INST environment variable.
mean in code ?The text was updated successfully, but these errors were encountered: