Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork11.1k
Closed
Description
still getting
pickle.dump(array, fp, protocol=3, **pickle_kwargs) OverflowError: serializing a bytes object larger than 4 GiB requires pickle protocol 4 or higher
with
Python 3.12.2 | packaged by Anaconda, Inc. | (main, Feb 27 2024, 17:35:02) [GCC 11.2.0] on linuxType "help", "copyright", "credits" or "license" for more information. >>> import pickle >>> print(pickle.format_version) 4.0 >>> exit
and
Python 3.12.2 | packaged by Anaconda, Inc. | (main, Feb 27 2024, 17:35:02) [GCC 11.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import numpy >>> numpy.version.version '1.26.4' >>> exit Use exit() or Ctrl-D (i.e. EOF) to exit
I think this is incorrect still set to 3. Or am I missing something?
Line 744 ine59c074
pickle.dump(array,fp,protocol=3,**pickle_kwargs) |
Originally posted by@khood5 in#18784 (comment)
Metadata
Metadata
Assignees
Labels
No labels