We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HKube micro-service Algorithm builder
Describe the bug
when trying to build algorithm with "baseImage":"python:3.7-slim"
ERROR: Command errored out with exit status 1: /usr/local/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-lek020ig/wsaccel_0e6223386a6d40209d96d1245817ef07/setup.py'"'"'; _file='"'"'/tmp/pip-install-lek020ig/wsaccel_0e6223386a6d40209d96d1245817ef07/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, _file, '"'"'exec'"'"'))' install --record /tmp/pip-record-47po6tzd/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.7m/wsaccel Check the logs for full command output.
The text was updated successfully, but these errors were encountered:
tested on version systemVersion: "v2.2.40", fullSystemVersion: "v2.2.40-1644834418052",
Sorry, something went wrong.
tamir321
Successfully merging a pull request may close this issue.
HKube micro-service
Algorithm builder
Describe the bug
when trying to build algorithm with "baseImage":"python:3.7-slim"
ERROR: Command errored out with exit status 1: /usr/local/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-lek020ig/wsaccel_0e6223386a6d40209d96d1245817ef07/setup.py'"'"'; _file='"'"'/tmp/pip-install-lek020ig/wsaccel_0e6223386a6d40209d96d1245817ef07/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, _file, '"'"'exec'"'"'))' install --record /tmp/pip-record-47po6tzd/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.7m/wsaccel Check the logs for full command output.
The text was updated successfully, but these errors were encountered: