amansrivastava17 / embedding-as-service

One-Stop Solution to encode sentence to fixed length vectors from various embedding techniques
MIT License
204 stars 29 forks source link

Missing files in sdist #51

Open thatch opened 4 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 2.0.0. 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 embedding-as-service -w /tmp/ext embedding-as-service==2.0.0
Looking in indexes: http://10.10.0.139:9191/root/pypi/+simple/
Collecting embedding-as-service==2.0.0
  Downloading http://10.10.0.139:9191/root/pypi/%2Bf/ae5/c26b95f36631a/embedding_as_service-2.0.0.tar.gz (119 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-3ob4vns9/embedding-as-service/setup.py'"'"'; __file__='"'"'/tmp/pip-wheel-3ob4vns9/embedding-as-service/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-3ob4vns9/embedding-as-service/pip-egg-info
         cwd: /tmp/pip-wheel-3ob4vns9/embedding-as-service/
    Complete output (5 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-wheel-3ob4vns9/embedding-as-service/setup.py", line 6, in <module>
        with open('requirements.txt') as f:
    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.