gpt4 book ai didi

python - 在 Arelle 开始时出现错误逃生错误

转载 作者:行者123 更新时间:2023-12-04 19:06:35 25 4
gpt4 key购买 nike

我正在尝试让 Arelle 使用 Python 3.6.9 在 Ubuntu linux 18.04 上工作。
Step-1:(下载Arelle软件):
git 克隆 https://github.com/Arelle/Arelle.git -b lxml
步骤 2 安装 Python LXML:
apt-get install -y python-lxml
Step-3 安装 Python tk:
由于错误:“没有名为 tkinter 的模块”
...我安装:
apt-get 安装 python3-tk

当需要从终端启动 Arelle 时,我使用:

python3 arelleGUI.pyw
然后我收到以下错误:
Traceback (most recent call last):
File "arelleGUI.pyw", line 9, in <module>
from arelle import CntlrWinMain
File "/tmp3/Arelle/arelle/CntlrWinMain.py", line 22, in <module>
from arelle import Cntlr
File "/tmp3/Arelle/arelle/Cntlr.py", line 8, in <module>
from arelle import ModelManager
File "/tmp3/Arelle/arelle/ModelManager.py", line 8, in <module>
from arelle import (ModelXbrl, Validate, DisclosureSystem)
File "/tmp3/Arelle/arelle/Validate.py", line 9, in <module>
from arelle import (ModelXbrl, ModelVersReport, XbrlConst, ModelDocument,
File "/tmp3/Arelle/arelle/ModelVersReport.py", line 9, in <module>
from arelle import (XbrlConst, XbrlUtil, XmlUtil, UrlUtil, ModelXbrl, ModelDocument, ModelVersObject)
File "/tmp3/Arelle/arelle/ModelDocument.py", line 9, in <module>
from arelle import (XbrlConst, XmlUtil, UrlUtil, ValidateFilingText, XmlValidate)
File "/tmp3/Arelle/arelle/ValidateFilingText.py", line 16, in <module>
docCheckPattern = re.compile(r"&\w+;|[^0-9A-Za-z`~!@#$%&\*\(\)\.\-+ \[\]\{\}\|\\:;\"'<>,_?/=\t\n\r\m\f]") # won't match &#nnn;
File "/usr/lib/python3.6/re.py", line 233, in compile
return _compile(pattern, flags)
File "/usr/lib/python3.6/re.py", line 301, in _compile
p = sre_compile.compile(pattern, flags)
File "/usr/lib/python3.6/sre_compile.py", line 562, in compile
p = sre_parse.parse(p, flags)
File "/usr/lib/python3.6/sre_parse.py", line 855, in parse
p = _parse_sub(source, pattern, flags & SRE_FLAG_VERBOSE, 0)
File "/usr/lib/python3.6/sre_parse.py", line 416, in _parse_sub
not nested and not items))
File "/usr/lib/python3.6/sre_parse.py", line 527, in _parse
code1 = _class_escape(source, this)
File "/usr/lib/python3.6/sre_parse.py", line 336, in _class_escape
raise source.error('bad escape %s' % escape, len(escape))
sre_constants.error: bad escape \m at position 67
我找到了 SO question这似乎与问题有关。

最佳答案

这是 Arelle 中的一个错误,在 Python 3.6 及更高版本中出现。有一个pull request对于它,但这仍然是开放的(自 2017 年 7 月以来)。鉴于 Python 3.6 已经发布了很长一段时间,我不知道为什么还没有解决这个问题。
您正在使用 lxml分支,已成为 stale for 10 years .所以也许这个错误实际上已经在主分支上修复了(即使拉取请求仍然打开),但在 lxml 上没有修复。分支。如果您可以选择,请先尝试从 master 安装。

关于python - 在 Arelle 开始时出现错误逃生错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67969559/

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