-
Notifications
You must be signed in to change notification settings - Fork 42
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
Cannot Precompile Cthulhu #580
Comments
Works for me on 1.10.4. Here I'm installing in a fresh depot just to make sure nothing in my environment contaminates anything: tim@diva:~$ JULIA_DEPOT_PATH=/tmp/pkgs julia
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.10.4 (2024-06-04)
_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release
|__/ |
(@v1.10) pkg> st
Installing known registries into `/tmp/pkgs`
Status `/tmp/pkgs/environments/v1.10/Project.toml` (empty project)
(@v1.10) pkg> add Cthulhu
Updating registry at `/tmp/pkgs/registries/General.toml`
Resolving package versions...
Installed AbstractTrees ─── v0.4.5
Installed FoldingTrees ──── v1.2.1
Installed Preferences ───── v1.4.3
Installed WidthLimitedIO ── v1.0.1
Installed CodeTracking ──── v1.3.5
Installed JuliaSyntax ───── v0.4.9
Installed Cthulhu ───────── v2.12.7
Installed TypedSyntax ───── v1.3.1
Installed PrecompileTools ─ v1.2.1
Updating `/tmp/pkgs/environments/v1.10/Project.toml`
[f68482b8] + Cthulhu v2.12.7
Updating `/tmp/pkgs/environments/v1.10/Manifest.toml`
[1520ce14] + AbstractTrees v0.4.5
[da1fd8a2] + CodeTracking v1.3.5
[f68482b8] + Cthulhu v2.12.7
[1eca21be] + FoldingTrees v1.2.1
[70703baa] + JuliaSyntax v0.4.9
[aea7be01] + PrecompileTools v1.2.1
[21216c6a] + Preferences v1.4.3
[d265eb64] + TypedSyntax v1.3.1
[b8c1c048] + WidthLimitedIO v1.0.1
[2a0f44e3] + Base64
[ade2ca70] + Dates
[b77e0a4c] + InteractiveUtils
[d6f4376e] + Markdown
[de0858da] + Printf
[3fa0cd96] + REPL
[9a3f8284] + Random
[ea8e919c] + SHA v0.7.0
[6462fe0b] + Sockets
[fa267f1f] + TOML v1.0.3
[cf7118a7] + UUIDs
[4ec0a83e] + Unicode
Precompiling project...
9 dependencies successfully precompiled in 39 seconds
(@v1.10) pkg> |
Hey @timholy , thanks for the response. I agree it is strange. I also have a laptop with separate installation of Julia but also version 1.10.0 and it worked fine there. The interesting thing though was that when I did But when I install it on my PC I get 2.9.6 instead of 2.12.7. But if I do |
You might have had a conflict with the latest until you told Pkg to go with the new version. Since I think there's nothing that needs fixing, I'll close. |
Hello!
I am not able to precompile Cthulhu. I am using Julia 1.10.0. Here is an MWE.
] activate --temp ] add Cthulhu
This adds version 2.9.6. During precompilation though I get the following error. I have no idea what this means or why it is occurring.
I'd appreciate any help getting this diagnosed and fixed so I can use Cthulhu.
The text was updated successfully, but these errors were encountered: