You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed TimeZones.jl with the latest Julia master and then installed it again with Julia 1.5.3 and got the following error in Julia 1.5.3:
ERROR: LoadError: Cannot read stream serialized with a newer version of Julia.
Got data version 13> current version 10
I had to rebuild the package in order to make it work again. I don't think this is ideal, maybe you should not use the Julia internal serialization but a different format.
The text was updated successfully, but these errors were encountered:
I have installed
TimeZones.jl
with the latest Julia master and then installed it again with Julia 1.5.3 and got the following error in Julia 1.5.3:I had to rebuild the package in order to make it work again. I don't think this is ideal, maybe you should not use the Julia internal serialization but a different format.
The text was updated successfully, but these errors were encountered: