-
Notifications
You must be signed in to change notification settings - Fork 6
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
The instruction in the README doesn't work (julia-1.10.5) #210
Comments
Thanks for flagging this, we'll look into it and let you know asap. |
When typing |
Yes, that worked, but most (all?) people cut/paste from an instruction. And then you must also mention that you must exit the pkg-mode, which I by accident found out can be done with a backspace at the beginning of line (this is not intuitive for most people). |
I backed down to julia-1.9.1 but got another error:
It looks like "something else" must be started before this can be executed(?) |
Yes, it is true. We will update the README.md |
It looks like there is a problem displaying the plot. I found a discussion with a similar problem on Ubuntu. Please check if you have these libraries installed: JuliaGizmos/Blink.jl#128 |
I tried to set the BLINK_PORT variable to an unused port, as suggested in JuliaGizmos/Blink.jl#128 (comment), but it didn't help (same error):
But I think you are on the right track, the problem seem very similar. I am new to Julia so I don't know howto troubleshoot Blink. |
But what about the following packages: |
Seems like all except I will test some newer Julia versions, I hope that will also include a Blink that can run on recent Linux distros. But if I can't get it to work, I'll leave this for now and wait for the model update. @aurorarossi Thank you very much for your help and patience. You took time to investigate and I really appreciate that. |
First:
That was easy to fix (but the instruction should be updated):
Now the model can be used as instructed in the README (only the first time. please see below):
but then:
Julia version
I am using
julia-1.10.5
on Linux Ubuntu 24.04 LTS. I downloaded and unpack julia-1.10.5-linux-x86_64.tar.gz.It is possible that the version I use (
julia-1.10.5
) incompatible, but then the supported Julia version should be documented. And/or preferably, the model should be updated for the latest Julia version.Subsequent attempts
When I exit Julia and try again:
This can be "fixed" by clearing
~/.julia
(or $JULIA_DEPOT_PATH), but that should not be necessary.The text was updated successfully, but these errors were encountered: