Skip to content

Missing files in sdist #1

Description

@thatch

It appears that the manifest is missing at least one file necessary to build
from the sdist for version 0.0.16. 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 amatino -w /tmp/ext amatino==0.0.16
Looking in indexes: http://10.10.0.139:9191/root/pypi/+simple/
Collecting amatino==0.0.16
  Downloading http://10.10.0.139:9191/root/pypi/%2Bf/3f4/5f744fef784b6/amatino-0.0.16.tar.gz (46 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-lalmw3a0/amatino/setup.py'"'"'; __file__='"'"'/tmp/pip-wheel-lalmw3a0/amatino/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-lalmw3a0/amatino/pip-egg-info
         cwd: /tmp/pip-wheel-lalmw3a0/amatino/
    Complete output (7 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-wheel-lalmw3a0/amatino/setup.py", line 13, in <module>
        with open(path.join(here, 'README.md'), encoding='utf-8') as readme_file:
      File "/usr/lib/python3.8/codecs.py", line 905, in open
        file = builtins.open(filename, mode, buffering)
    FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-lalmw3a0/amatino/README.md'
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions