我如何开始分析XBRL数据?

我听说python-xbrl应该有一些问题,并且在查找文档和示例时遇到了困难。

我听说Arelle应该是您要使用的。但是我简单地想出了如何在没有任何奇怪错误的情况下安装它。

我试过了:
1)点安装git + https://github.com/Arelle/Arelle.git
哪个返回

error: [Error 3] The system cannot find the path specified: 'c:\\users\\bc0655\\appdata\\local\\temp\\pip-    gkza0x-    build\\.eggs\\3to2-1.1.1-py2.7.egg\\lib3to2\\fixes/*.*'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in c:\users\bc0655\appdata\local\temp\pip-gkza0x-build\


2)点安装-e git + https://github.com/Arelle/Arelle.git#egg = Arelle

这使我返回:

Exception:
Traceback (most recent call last):
  \pip\basecommand.py", line 209, in main status = self.run(options, args)
  \pip\commands\install.py", line 287, in run wheel_cache
  \pip\basecommand.py", line 270, in populate_requirement_set wheel_cache=wheel_cache
  \pip\req\req_install.py", line 230, in from_line wheel_cache=wheel_cache, constraint=constraint)
  \pip\req\req_install.py", line 77, in __init__req = pkg_resources.Requirement.parse(req)
  \pip\_vendor\pkg_resources\__init__.py", line 3036, in parse req, = parse_requirements(s)
ValueError: need more than 0 values to unpack


3)从zip安装(希望避免这种情况)
返回与2)相同的错误。

我是不是该:


尝试弄清楚为什么我的Arelle安装失败(建议/帮助不胜枚举尝试其他模块
使用python-xbrl构建我的系统

最佳答案

试试这个,对我有用。
转到当前路径,然后尝试使用以下命令

点安装区域

10-01 11:07