Skip to content
New issue

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

Command '['./scripts/preinstall.sh']' returned non-zero exit status 127 #95

Open
luthor2016ad opened this issue Feb 7, 2023 · 1 comment

Comments

@luthor2016ad
Copy link

Hello

in a Dockerfile:
From a alpine image
RUN pip install awslambdaric
python setup.py egg_info did not run successfully.
#13 3.672 │ exit code: 1
#13 3.672 ╰─> [14 lines of output]
#13 3.672 *** Do not use buildconf. Instead, just use: autoreconf -fi
#13 3.672 ./buildconf: exec: line 4: autoreconf: not found
#13 3.672 Traceback (most recent call last):
#13 3.672 File "", line 2, in
#13 3.672 File "", line 34, in
#13 3.672 File "/tmp/pip-install-oq3zcfna/awslambdaric_c7586fb4827e4213ae87abf6af43a2cc/setup.py", line 95, in
#13 3.672 ext_modules=get_runtime_client_extension(),
#13 3.672 File "/tmp/pip-install-oq3zcfna/awslambdaric_c7586fb4827e4213ae87abf6af43a2cc/setup.py", line 46, in get_runtime_client_extension
#13 3.672 extra_link_args=get_curl_extra_linker_flags(),
#13 3.672 File "/tmp/pip-install-oq3zcfna/awslambdaric_c7586fb4827e4213ae87abf6af43a2cc/setup.py", line 19, in get_curl_extra_linker_flags
#13 3.672 check_call(["./scripts/preinstall.sh"])
#13 3.672 File "/usr/lib/python3.10/subprocess.py", line 369, in check_call
#13 3.672 raise CalledProcessError(retcode, cmd)
#13 3.672 subprocess.CalledProcessError: Command '['./scripts/preinstall.sh']' returned non-zero exit status 127.
#13 3.672 [end of output]

Have you a solution?

thanks a lots

@nyalpellyomkar07
Copy link

I am also running in the same error when trying to install awslambdaric on Powershell image of Microsoft

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants