gpt4 book ai didi

python - 导入错误: cannot import name Serializer

转载 作者:行者123 更新时间:2023-11-30 23:04:03 30 4
gpt4 key购买 nike

我正在使用 python 2.7 并尝试运行 python-xbrl 包。按照确切的说明 here ,但每次我尝试 import xbrlfrom xbrl import XBRLParser, GAAP, GAAPSerializer 我得到

ImportError                               Traceback (most recent call last)
<ipython-input-2-ccb496289539> in <module>()
----> 1 import xbrl

/usr/local/lib/python2.7/dist-packages/xbrl/__init__.py in <module>()
6 version = (1, 1, 0)
7
----> 8 from .xbrl import XBRLParser, GAAP, GAAPSerializer, XBRLParserException

/usr/local/lib/python2.7/dist-packages/xbrl/xbrl.py in <module>()
3
4 import re
----> 5 from marshmallow import Serializer, fields
6 import datetime
7 import collections

ImportError: cannot import name Serializer

到目前为止,我已经更新了所有必需的软件包(pytest、pep8、marshmallow、beautifulsoup4、ordereddict、lxml、6)并更新了 python-xbrl,但我仍然得到同样的错误。

最佳答案

这是棉花糖版本的问题。尝试-

pip uninstall marshmallow
pip install marshmallow==1.2.6

关于python - 导入错误: cannot import name Serializer,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33875919/

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