-
Notifications
You must be signed in to change notification settings - Fork 5
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
Can't load the package: LoadError: Cannot read stream serialized with a newer version of Julia #73
Comments
Yep, Julia changed the serialisation format. You can pull that out of the JLSO metadata. |
Can/should we add this info to the error message somehow? |
Wait this is weirder. |
Memento depends on TimeZones ...could it be JuliaTime/TimeZones.jl#288? |
Yeah, sorry, this is a re-occuring issue that I've seen people raise in slack and discourse with various packages (e.g., TimeZones.jl, Memento.jl, JLSO.jl, LibPQ.jl). I think Lyndon's suggestion would be pretty easy to add though. |
Closed since the solution is just to rebuild TimeZones.jl. |
Hello, I tried to just add and install JLSO and got the following stack trace:
on Julia
1.5.1
any clues as to what may be causing the problem? (cc @ablaom ) Thanks!The text was updated successfully, but these errors were encountered: