Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip3 install xbrl_parser fails due to missing 'README.md' file #3

Open
anna-zverkova opened this issue Jan 19, 2020 · 0 comments
Open

Comments

@anna-zverkova
Copy link

anna-zverkova commented Jan 19, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant