Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
腌制一百 GB 级别的对象时出现此错误。有什么解决办法吗?
PicklingError: memo id too large for LONG_BINPUT
触发此的代码是常规pickle.dump功能:
pickle.dump
pickle.dump(obj, open("obj.pkl", "wb"))