Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Missing files in sdist #7

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

Missing files in sdist #7

thatch opened this issue May 21, 2020 · 0 comments

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.7. 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 netapp-ocum -w /tmp/ext netapp-ocum==0.1.7
Looking in indexes: http://10.10.0.139:9191/root/pypi/+simple/
Collecting netapp-ocum==0.1.7
  Downloading http://10.10.0.139:9191/root/pypi/%2Bf/f68/8d7e3aac2af0b/netapp_ocum-0.1.7.tar.gz (10 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-abal2tq3/netapp-ocum/setup.py'"'"'; __file__='"'"'/tmp/pip-wheel-abal2tq3/netapp-ocum/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-abal2tq3/netapp-ocum/pip-egg-info
         cwd: /tmp/pip-wheel-abal2tq3/netapp-ocum/
    Complete output (5 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-wheel-abal2tq3/netapp-ocum/setup.py", line 12, in <module>
        long_description = open('DESCRIPTION.rst').read(),
    FileNotFoundError: [Errno 2] No such file or directory: 'DESCRIPTION.rst'
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
thatch added a commit to pypi-buildability-project/python-netapp-ocum that referenced this issue May 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant