长度1列表中以同位格超过的最大递归深度

时间:2018-07-16 14:27:49

标签: python string list pickle fwrite

fuelcells[:1]

只是['Honda FCX Clarity']长一个列表。但是当我尝试

    with open('fuelcells.pkl', 'wb') as f:
        pickle.dump(fuelcells[:1], f, pickle.HIGHEST_PROTOCOL)

出现以下错误,

in __getattr__
    if len(tag) > 3 and tag.endswith('Tag'):

RecursionError: maximum recursion depth exceeded in comparison

我们非常感谢您的帮助。谢谢。在in __getattr__前面打印

"*\bs4\element.py", line 1045,

因此,即使生产线与它无关,它也代表着漂亮汤的问题。

0 个答案:

没有答案