How do I select a specific Julia version when using juliacall? #506
Answered
by
cjdoris
LilithHafner
asked this question in
Q&A
-
I want to run Julia 1.8 via juliacall to reproduce a bug (SciML/diffeqpy#135), is there an environment variable or something I can set for that? |
Beta Was this translation helpful? Give feedback.
Answered by
cjdoris
Jun 1, 2024
Replies: 1 comment 1 reply
-
See here on how to declare compat bounds on Julia in JuliaPkg: https://github.com/JuliaPy/pyjuliapkg?tab=readme-ov-file#declare-dependencies Or if you just want to use a version of Julia you already have installed, set the env var |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
LilithHafner
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See here on how to declare compat bounds on Julia in JuliaPkg: https://github.com/JuliaPy/pyjuliapkg?tab=readme-ov-file#declare-dependencies
Or if you just want to use a version of Julia you already have installed, set the env var
PYTHON_JULIAPKG_EXE