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

Missing files in sdist #692

Open
thatch opened this issue May 21, 2020 · 2 comments
Open

Missing files in sdist #692

thatch opened this issue May 21, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@thatch
Copy link

thatch commented May 21, 2020

It appears that the manifest is missing at least one file necessary to build
from the sdist for version 0.1.3.1. You're in good company, about 5% of other
projects updated in the last year are also missing files.

+ /tmp/venv/bin/pip3 wheel --no-binary dkv -w /tmp/ext dkv==0.1.3.1
Looking in indexes: http://10.10.0.139:9191/root/pypi/+simple/
Collecting dkv==0.1.3.1
  Downloading http://10.10.0.139:9191/root/pypi/%2Bf/d5a/8760c4d9faa91/dkv-0.1.3.1.tar.gz (3.1 kB)
    ERROR: Command errored out with exit status 1:
     command: /tmp/venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-wheel-6a9cihz7/dkv/setup.py'"'"'; __file__='"'"'/tmp/pip-wheel-6a9cihz7/dkv/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-wheel-6a9cihz7/dkv/pip-egg-info
         cwd: /tmp/pip-wheel-6a9cihz7/dkv/
    Complete output (5 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-wheel-6a9cihz7/dkv/setup.py", line 53, 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.
@jovany-wang jovany-wang added the bug Something isn't working label May 22, 2020
@jovany-wang
Copy link
Collaborator

Thanks for your reporting. Could you post a PR for it?

@thatch
Copy link
Author

thatch commented May 22, 2020

It's a little complex for my autofix script. I'll get to it eventually...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants