-
-
Notifications
You must be signed in to change notification settings - Fork 235
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
Precompilation Errors and UndefVarError in DifferentialEquations.jl (Julia 1.11.3 on macOS) #1072
Comments
Share |
Hi Chris, here are the outputs of the actual notebook that I am trying to run: |
Hey @ChrisRackauckas, if you try using these packages: Do you get the same error? If not, should I just try uninstalling Julia completely and installing it again? I have an important meeting today with the founder of a genomics company and it would be nice to show the packages in action. |
Again you need to share ]st to have an idea of how to recreate it |
Chris were you able to open the PDF I shared 2 messages ago? There you will
find the complete notebook.
…On Wed, Feb 5, 2025, 12:32 Christopher Rackauckas ***@***.***> wrote:
Again you need to share ]st to have an idea of how to recreate it
—
Reply to this email directly, view it on GitHub
<#1072 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA4KA7CBMCG2DOA7OP67ZXD2OIVI3AVCNFSM6AAAAABWPK7NQOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZXGI2TKMZZGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
But share |
Chris, forgive me for my ignorance. Here's
|
What if you remove Flux and |
The second block of the notebook requires Flux, how would I do without it though? |
Oh wait, remove DiffEqJump and change that to JumpProcesses. It was renamed years ago so that's why you're on old versions. |
Thanks Chris, notebook working! |
Issue Description
I am experiencing persistent issues with
DifferentialEquations.jl
,Flux.jl
, andDiffEqJump.jl
on Julia 1.11.3 running on macOS.When I try:
using DifferentialEquations, Flux, DiffEqJump
I receive multiple precompilation errors, including:
Steps to Reproduce
System Info
Expected Behavior
The packages should load without precompilation errors.
Observed Behavior
Additional Notes
The text was updated successfully, but these errors were encountered: