gpt4 book ai didi

python - 类型错误 : 'str' does not support the buffer interface

转载 作者:太空狗 更新时间:2023-10-30 00:22:03 25 4
gpt4 key购买 nike

我从我的原始代码发布,

crystal = open('vmises.dat','r')
crystalincrement = pickle.load(crystal)
crystaldir = pickle.load(crystal)
crystalface = pickle.load(crystal)
crystal.close()

错误是,

crystalincrement  = pickle.load(crystal)

TypeError: 'str' 不支持缓冲区接口(interface)

我使用 python V 3.2

最佳答案

真正的答案应该是在 Windows 中以二进制模式打开文件。 打开('data.txt', 'rb')

关于python - 类型错误 : 'str' does not support the buffer interface,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7031699/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com