-
Notifications
You must be signed in to change notification settings - Fork 32
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
Is pyrevolve
new dependency of JUDI?
#205
Comments
See Here That JUDI 3.3.8 does install it as an extra dependency |
Oh, thank you! didn't know that JUDI preinstalls |
JUDI only preinstalls it if it doesn't find it, so if you install it yourself JUDI assumes it's installed with all needed dependencies. |
I think for me the best solution is when I manually build Am I right that this workflow may be written in such way (in julia repl) ? : ENV["PYTHON"]="/path/to/my/python"
using Pkg
Pkg.add("PyCall")
Pkg.build("PyCall")
Pkg.add("JUDI") |
Yes. You might need |
Ok, good to know! |
Hi,
I recently installed JUDI 3.3.8 and when importing it I get error:
is
pyrevolve
new dependency of JUDI?Before that to use JUDI it used to be enough to install
devito
.Am I right I should also preinstall
pyrevolve
?The text was updated successfully, but these errors were encountered: