You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there is a bug in the distribution: the authors have forgotten to include file README.md into the distribution package.
I tried to install xbrl_parser but run into an issue with its installation. When running pip install xbrl_parser or pip3 install xbrl_parser I am getting an error FileNotFoundError: [Errno 2] No such file or directory: 'README.md'.
Full text of the error:
Collecting xbrl_parser Downloading https://files.pythonhosted.org/packages/9c/72/f8b6d58dfe085a8e9f2b6bf05795f9deb071372d476eb2100f6c0355d803/xbrl_parser-0.1.tar.gz ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-g9hjy3nu/xbrl-parser/setup.py'"'"'; __file__='"'"'/tmp/pip-install-g9hjy3nu/xbrl-parser/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-g9hjy3nu/xbrl-parser/pip-egg-info cwd: /tmp/pip-install-g9hjy3nu/xbrl-parser/ Complete output (5 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-g9hjy3nu/xbrl-parser/setup.py", line 8, in <module> long_description=open('README.md').read(), FileNotFoundError: [Errno 2] No such file or directory: 'README.md' ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Hi,
I think there is a bug in the distribution: the authors have forgotten to include file README.md into the distribution package.
I tried to install xbrl_parser but run into an issue with its installation. When running pip install xbrl_parser or pip3 install xbrl_parser I am getting an error FileNotFoundError: [Errno 2] No such file or directory: 'README.md'.
Full text of the error:
Collecting xbrl_parser Downloading https://files.pythonhosted.org/packages/9c/72/f8b6d58dfe085a8e9f2b6bf05795f9deb071372d476eb2100f6c0355d803/xbrl_parser-0.1.tar.gz ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-g9hjy3nu/xbrl-parser/setup.py'"'"'; __file__='"'"'/tmp/pip-install-g9hjy3nu/xbrl-parser/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-g9hjy3nu/xbrl-parser/pip-egg-info cwd: /tmp/pip-install-g9hjy3nu/xbrl-parser/ Complete output (5 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-g9hjy3nu/xbrl-parser/setup.py", line 8, in <module> long_description=open('README.md').read(), FileNotFoundError: [Errno 2] No such file or directory: 'README.md' ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Please update the distribution package.
This bug was discussed and identified on StackOverflow - https://stackoverflow.com/questions/59802483/how-do-i-install-xbrl-parser-on-the-server-from-https-github-com-onsbigdata-pa/59802591#59802591
Managed to get around this issue by manually copping xbrl_parser.py in my directory.
Thanks,
Anna
The text was updated successfully, but these errors were encountered: