-
Notifications
You must be signed in to change notification settings - Fork 45
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 read stream serialized with a newer version of Julia. Got data version 11 > current version 10 #425
Comments
Even in a fresh environment:
|
Mmm. Having trouble reproducing this. See JuliaAI/MLJLinearModels.jl#80 (comment) |
Try with a fresh depot: julia> empty!(Base.DEPOT_PATH)
julia> pushfirst!(Base.DEPOT_PATH, mktempdir()) And then run the rest of the commands. |
I still can't reproduce this even with a fresh depot |
@tlienart Can you install and run JLSO or Memento? |
No... I'll see on these repos whether there's a thread I can follow but in the meantime this issue here can probably be closed |
On Julia 1.5.1 I don't seem to be able to install MLJBase anymore (stack trace below) (I was trying to update MLJLM)
throws
The text was updated successfully, but these errors were encountered: