-
Notifications
You must be signed in to change notification settings - Fork 16
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
check if juliaup
is update to date
#8
Comments
Or maybe should set https://github.com/cjdoris/pyjuliapkg/blob/main/src/juliapkg/deps.py#L240 |
Yeah I've had the same issue. For me, I've added a graceful fallback though: if JuliaUp tries to install Julia and fails like this, it will now just show a warning, then try to find a compatible version of Julia in the PATH (since you probably have 1.7.2 already) like it would if you didn't have JuliaUp at all. I've released a version with this in. |
FYI the behaviour here has changed a little recently. Now if you have JuliaUp installed, JuliaPkg will select the version to install from the list of available versions given by This fixes the above problem, and the user can update JuliaUp of their own accord - updating JuliaUp itself seems beyond the scope of this package. I think this is the best behaviour. Any thoughts? If not, I'll close the issue. |
should check or just run
juliaup self upgrade
beforejuliaup add <julia version>
, otherwise we will end up in this error(base) ➜ python git:(roger/python) ✗ juliaup add 1.7.3 Error: '1.7.3' is not a valid Julia version or channel name.
because my local
juliaup
was not updated after 1.7.3 was releasedThe text was updated successfully, but these errors were encountered: