You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that the manifest is missing at least one file necessary to build
from the sdist for version 0.1.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 jellypy-tierup -w /tmp/ext jellypy-tierup==0.1.1
Looking in indexes: http://10.10.0.139:9191/root/pypi/+simple/
Collecting jellypy-tierup==0.1.1
Downloading http://10.10.0.139:9191/root/pypi/%2Bf/fe2/904c98a44a77d/jellypy_tierup-0.1.1.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-9pbqr8tm/jellypy-tierup/setup.py'"'"'; __file__='"'"'/tmp/pip-wheel-9pbqr8tm/jellypy-tierup/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-9pbqr8tm/jellypy-tierup/pip-egg-info
cwd: /tmp/pip-wheel-9pbqr8tm/jellypy-tierup/
Complete output (11 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-wheel-9pbqr8tm/jellypy-tierup/setup.py", line 4, in <module>
README = ( pathlib.Path(__file__).parent / 'readme.md').read_text()
File "/usr/lib/python3.8/pathlib.py", line 1227, in read_text
with self.open(mode='r', encoding=encoding, errors=errors) as f:
File "/usr/lib/python3.8/pathlib.py", line 1213, in open
return io.open(self, mode, buffering, encoding, errors, newline,
File "/usr/lib/python3.8/pathlib.py", line 1069, in _opener
return self._accessor.open(self, flags, mode)
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-9pbqr8tm/jellypy-tierup/readme.md'
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
The text was updated successfully, but these errors were encountered:
It appears that the manifest is missing at least one file necessary to build
from the sdist for version 0.1.1. You're in good company, about 5% of other
projects updated in the last year are also missing files.
The text was updated successfully, but these errors were encountered: