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
According to this post, if you specify the encoding as latin1 in pickle.load(f, encoding='latin1') it will work. This code was written in python 2, so there may be other changes required to make it work with python 3.
triturns = joblib.load('blobs/triturns.pkl')
ValueError: You may be trying to read with python 3 a joblib pickle generated with python 2. This feature is not supported by joblib.
The text was updated successfully, but these errors were encountered: