Error Running PySR with Julia in Windows 10 (Anaconda Environment) #585
-
Environment Details:
My Problem: Hello, I'm encountering an error when trying to use PySR. The initialization of PySR fails. Despite installing and setting up PySR and Julia, as well as ensuring that the juliacall package is up to date, I run into a CalledProcessError during the execution of Julia package management commands initiated by juliacall. I have no idea how to resolve this issue. This error occurs despite following the setup procedures for PySR and Julia within an Anaconda environment on Windows 10.
Steps taken so far:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Hi @sbalasbas3, I had this issue following updating to Pysr 18.0, and spent the evening trying to fix it.
Good luck. |
Beta Was this translation helpful? Give feedback.
-
The main difference in 0.18.0 is it installs SymbolicRegression.jl from the git repo rather than from the Julia registry. Perhaps some machines don't have the right LibGit libraries. Let me revert that change and push a patch. The change was made as sometimes the registries are out-of-date. But I guess there are worse effects like this one. |
Beta Was this translation helpful? Give feedback.
-
Hoping #587 will fix this. |
Beta Was this translation helpful? Give feedback.
-
Fixed in 0.18.1, just releasing now. Give Conda ~5 hours to update, or install the pip version. Can you verify it is fixed? |
Beta Was this translation helpful? Give feedback.
Fixed in 0.18.1, just releasing now. Give Conda ~5 hours to update, or install the pip version. Can you verify it is fixed?