-
-
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
Error when importing de #143
Comments
Hi @lte678 , I've just opened a duplicate issue as I hadn't seen this one you opened. Just wanted to let you know that I have found I am still able to use |
I can confirm @mcarobene-id |
Ahh Julia v1.11 just came out yesterday, and so that definitely is related. @abelsiqueira is there a way to make jill.install_julia grab LTS? |
You want @johnnychen94, I only created jill.sh |
The new version 2.4.2 should have this fixed by ensuring the Julia installation is fixed at LTS. Will have a separate issue about updating. |
The bug 🐞
On the line
from diffeqpy import de
, an error occurs, much like issue #135The error message is slightly different to #135 , but I am not certain that it implies a different underlying problem. Either way, afaik these package versions should not be affected by the issue at all.
I know that the issue appeared due to an external change sometime in the last 6 days, since a runner that last worked then does not now when repeating the job. The python version for that runner is compiled from a source blob that did not change.
The issue is resolved temporarily by removing the two
de.jit =
assignments inde.py
.Environment:
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
Full execution log showing environment installation and error
The text was updated successfully, but these errors were encountered: