-
Notifications
You must be signed in to change notification settings - Fork 217
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
Self-repairing incremental installs #363
Conversation
Could also do this automatically with subprocess.call(
["julia", "-e", 'rm(joinpath(first(DEPOT_PATH), "packages", "PyCall"), recursive=true)']
) followed by re-trying |
Umm, what's the primary issue. Is this new to Julia 1.9? |
This issue has been around for a while. It seems to be related to when you update your Python or Julia version, and try to re-install PyJulia, some install preferences stored in PyCall are violated. |
This an environment issue:
It is missing the UUID. |
Hi Cranmer, I came from the JuliaPy/PyCall.jl#945 (I was looking into a similar issue a while back). Btw, really like your works on neural-symbolic methods for physics. |
Thanks and thanks for sending your exciting paper! Very cool stuff. Yes I'm indeed interested in potentially switching to juliacall. From what I've seen the installation process is much nicer, and so it would be great to have it as the PySR -> Julia interface. Just need someone to try 🙏 🙏 . The API is pretty similar so it shouldn't be too bad to switch (basically just |
@mkitti I wonder if there is some way to do this automatically #257
TODO: