Invalid dependency (must be a url... #504
-
Hello all,
and this error occurs in the terminal: When I interact with many things in the GUI the same error occurs. I clicked "Simulate!" and the spinning wheel shows indefinitely, although the console progress bar works and goes to 100%. I clicked Phantom -> view phantom and "plotting phantom" shows on screen indefinitely with a spinning wheel. I clicked "Reconstruct!" and the wheel shows indefinitely but reconstruction never seems to complete. Unsure what's related to the error. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 10 replies
-
Hi! Thanks for reporting this. This might be a problem with Julia 1.11. What Julia version are you using? And what version of Koma? I will see if I can reproduce the problem and potentially find a solution. |
Beta Was this translation helpful? Give feedback.
-
I used Julia 1.11.1 and KomaMRI v0.9.0 and could not reproduce this problem on Linux. Steps:
(KomaUIBug) pkg> st
Status `~/Documents/KomaUIBug/Project.toml`
[052768ef] CUDA v5.5.2
[6a340f8b] KomaMRI v0.9.0 Could you do that and attach the Manifest.toml here? |
Beta Was this translation helpful? Give feedback.
-
BTW in the meantime, you could try using Julia 1.10 and try again. In the terminal: juliaup add 1.10
juliaup default 1.10
julia As Julia 1.11 has been a little unstable, a new version might be coming soon. |
Beta Was this translation helpful? Give feedback.
In this issue JuliaGizmos/Interact.jl#406 they recommend to do
] build
, but the user with the problem after says:So, something might be corrupted. You can try the
] build
command as well.As I can't reproduce this problem I think I would advice you to: uninstalling Julia using the Windows store, delete the whole
.julia
folder, restart PC (Windows sometimes requires this), install Julia through the Windows store (the app, not cmd), restart (not sure if this one is required), install KomaMRI again.Sorry for the bad experience. If that doesn't work I will ask in the J…