Replies: 1 comment 4 replies
-
Thanks for posting. It seems to be related to PythonCall.jl rather than PySR so could you make a bug report? Specifically to this repo: https://github.com/JuliaPy/PythonCall.jl/issues Good idea installing it manually. Can you verify you can start up Julia and run some hello world program? If that works, it could simply be PythonCall can’t find it. You can set the Julia folder explicitly with some environment variables: https://juliapy.github.io/PythonCall.jl/stable/juliacall/#julia-config. Basically do |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have been trying to install PySR for over a day now and I have now troubleshooted this issue on 2 separate Windows machines (just in case). I am not sure what else to do.
Rundown:
I am using latest Spyder through Anaconda, Python 3.11.7 and IPython 8.20.0. I have trubleshooted using the pip and conda commands separately, both result in the same issues.
Issue 1). The first time importing pysr Julia is automatically installed if doesn't already exist:
However, as seen above, it fails after Julia is downloaded. I checked the hashes on Julia website and the one that it 'got' doesn't seem to exist, whereas the one that it's 'excpeceting' is for the 1.10.0 version.
Issue 2). To solve the 1st issue, I installed Julia manually. Following that, few packages are installed and after that I get the following fatal errors:
I have tried this with Julia 1.10.2 (didn't work because it's not supported), 1.10.0 and 1.9.4. I get the same errors with both versions.
What should I do?
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions