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
Describe the bug Dockerfile build fails
To Reproduce
Error logs
#0 509.4 self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts) #0 509.4 File "/root/miniconda3/envs/lab/lib/python3.7/site-packages/setuptools/_distutils/unixccompiler.py", line 188, in _compile #0 509.4 raise CompileError(msg) #0 509.4 distutils.errors.CompileError: command '/usr/bin/gcc' failed with exit code 1 #0 509.4 #0 509.4 ---------------------------------------- #0 509.4 ERROR: Command "/root/miniconda3/envs/lab/bin/python -u -c 'import setuptools, tokenize;__file__='"'"'/tmp/pip-install-yjesesuc/grpcio/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-wk6rwzb9/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-yjesesuc/grpcio/ #0 509.4 #0 509.4 #0 509.4 CondaEnvException: Pip failed #0 509.4 ------
The text was updated successfully, but these errors were encountered:
Hi @Biggestmeme I received the same error. Were you able to successfully resolve the issue?
Sorry, something went wrong.
sadly no
No branches or pull requests
Describe the bug
Dockerfile build fails
To Reproduce
Error logs
The text was updated successfully, but these errors were encountered: