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

run ./install.sh end with gcc error #5627

Open
lucasfen opened this issue Dec 18, 2024 · 0 comments
Open

run ./install.sh end with gcc error #5627

lucasfen opened this issue Dec 18, 2024 · 0 comments

Comments

@lucasfen
Copy link

`error: [Errno 2] No such file or directory: 'gcc'
149.9 [end of output]
149.9
149.9 note: This error originates from a subprocess, and is likely not a problem with pip.
149.9 ERROR: Failed building wheel for blis
149.9 Failed to build murmurhash cymem blis
149.9 ERROR: Could not build wheels for murmurhash, cymem, blis, which is required to install pyproject.toml-based projects
149.9 [end of output]
149.9
149.9 note: This error originates from a subprocess, and is likely not a problem with pip.
149.9 error: subprocess-exited-with-error
149.9
149.9 × pip subprocess to install build dependencies did not run successfully.
149.9 │ exit code: 1
149.9 ╰─> See above for output.
149.9
149.9 note: This error originates from a subprocess, and is likely not a problem with pip.
149.9 [end of output]
149.9
149.9 note: This error originates from a subprocess, and is likely not a problem with pip.
149.9 error: subprocess-exited-with-error
149.9
149.9 × pip subprocess to install build dependencies did not run successfully.
149.9 │ exit code: 1
149.9 ╰─> See above for output.
149.9
149.9 note: This error originates from a subprocess, and is likely not a problem with pip.

failed to solve: process "/bin/bash -o pipefail -o errexit -c buildDeps="" && apt-get update && apt-get install -y --no-install-recommends "$buildDeps" && pip install -U /tmp/dist/.whl && apt-get purge -y --auto-remove "$buildDeps" && apt-get install -y --no-install-recommends pkg-config postgresql-client-14 nodejs && apt-get clean && rm -rf /var/lib/apt/lists/ && mkdir -p /mjml_install && cd /mjml_install && npm install --no-cache-dir mjml && mv node_modules / && cd / && rm -rf /mjml_install" did not complete successfully: exit code: 1
Cleaning up...
`

@lucasfen lucasfen changed the title fail to install dispatch run ./install.sh end with gcc error Dec 18, 2024
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

1 participant