adobe / NLP-Cube

Natural Language Processing Pipeline - Sentence Splitting, Tokenization, Lemmatization, Part-of-speech Tagging and Dependency Parsing
http://opensource.adobe.com/NLP-Cube/index.html
Apache License 2.0
550 stars 93 forks source link

Missing files in sdist #115

Closed thatch closed 3 years ago

thatch commented 4 years ago

It appears that the manifest is missing at least one file necessary to build from the sdist for version 0.1.0.8. 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 nlpcube -w /tmp/ext nlpcube==0.1.0.8
Looking in indexes: http://10.10.0.139:9191/root/pypi/+simple/
Collecting nlpcube==0.1.0.8
  Downloading http://10.10.0.139:9191/root/pypi/%2Bf/ec7/2f7bc13654391/nlpcube-0.1.0.8.tar.gz (86 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-pn3bj_mg/nlpcube/setup.py'"'"'; __file__='"'"'/tmp/pip-wheel-pn3bj_mg/nlpcube/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-pn3bj_mg/nlpcube/pip-egg-info
         cwd: /tmp/pip-wheel-pn3bj_mg/nlpcube/
    Complete output (7 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-wheel-pn3bj_mg/nlpcube/setup.py", line 20, in <module>
        install_requires = parse_requirements('requirements.txt', session=False),
      File "/tmp/pip-wheel-pn3bj_mg/nlpcube/setup.py", line 4, in parse_requirements
        lineiter = (line.strip() for line in open(filename))
    FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.