Replies: 1 comment
-
Could you try updating Julia to 1.10.7? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the Windows system. After installing pysr with pip and downloading and installing Julia, I tried to import the pysr library, but it seems like the code is stuck.
The terminal output information is as follows:
[juliapkg] Found dependencies: c:\users\ding\appdata\local\programs\python\python312\lib\site-packages\juliapkg\juliapkg.json
[juliapkg] Found dependencies: c:\users\ding\appdata\local\programs\python\python312\lib\site-packages\pysr\juliapkg.json
[juliapkg] Found dependencies: c:\users\ding\appdata\local\programs\python\python312\lib\site-packages\juliacall\juliapkg.json
[juliapkg] Locating Julia =1.10.0, ^1.10.3
[juliapkg] Using Julia 1.10.0 at E:\VSCODE\julia\julia\bin\julia.EXE
[juliapkg] Using Julia project at C:\Users\DING.julia\environments\pyjuliapkg
[juliapkg] Installing packages:
julia> import Pkg
julia> Pkg.Registry.update()
julia> Pkg.add([Pkg.PackageSpec(name="SymbolicRegression", uuid="8254be44-1295-4e6a-a16d-46603ac705cb"), Pkg.PackageSpec(name="Serialization", uuid="9e88b42a-f829-5b0c-bbe9-9e923198166b"), Pkg.PackageSpec(name="PythonCall", uuid="6099a3de-0909-46bc-b1f4-468b9a2dfc0d")])
julia> Pkg.resolve()
julia> Pkg.precompile()
So I tried to open julia.exe to install the packages SymbolicRegression, Serialization and PythonCall. However, no matter whether I set up a mirror or a VPN, when downloading or updating these packages, the code always seems to freeze. As shown in the following picture:
I've been struggling with this question for a long time and hope to find an answer. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions