同时使用:
with open("data_file.pickle", "rb") as pfile:
raw_data = pickle.load(pfile)
我知道错误:
AttributeError: Can't get attribute '_unpickle_block' on <module 'pandas._libs.internals' from '/opt/conda/lib/python3.8/site-packages/pandas/_libs/internals.cpython-38-x86_64-linux-gnu.so'>
另一个类似问题的answer建议检查我正在使用的泡菜版本。在我的机器上,在我开发代码的地方,在服务器上,在我运行代码的地方,都是一样的。我到处找都找不到答案。请帮帮忙。
发布于 2022-08-17 11:21:23
你所要做的就是把你的滑雪版降到1.0.2
不起作用?确保您在代码和env中使用的版本相同。
那就行了。
编码愉快!!
https://stackoverflow.com/questions/71090310
复制相似问题