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
there are a lot of errors when i pickle.load( .pkl)
1.open(file) should be replaced by open(file,'rb') in python 3x
2.error in pickle.load(f) : ModuleNotFoundError: No module named 'copy_reg\r'
why is that ?
please
The text was updated successfully, but these errors were encountered:
there are a lot of errors when i pickle.load( .pkl)
1.open(file) should be replaced by open(file,'rb') in python 3x
2.error in pickle.load(f) : ModuleNotFoundError: No module named 'copy_reg\r'
why is that ?
please
The text was updated successfully, but these errors were encountered: