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

fix(build): use python:3.11 instead of python:3.11-alpine #7

Merged
merged 2 commits into from
Dec 4, 2023

Conversation

chs2
Copy link
Collaborator

@chs2 chs2 commented Apr 3, 2023

fix an issue where some couldn't get cffi installed

building '_cffi_backend' extension
gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DFFI_BUILDING=1
-I/usr/include/ffi -I/usr/include/libffi -I/app/.venv/include
-I/usr/local/include/python3.11 -c c/_cffi_backend.c -o
build/temp.linux-aarch64-cpython-311/c/_cffi_backend.o
error: command 'gcc' failed: No such file or directory

ref #6

fix an issue where some couldn't get `cffi` installed

```
building '_cffi_backend' extension
gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DFFI_BUILDING=1
-I/usr/include/ffi -I/usr/include/libffi -I/app/.venv/include
-I/usr/local/include/python3.11 -c c/_cffi_backend.c -o
build/temp.linux-aarch64-cpython-311/c/_cffi_backend.o
error: command 'gcc' failed: No such file or directory
```

ref #6
@chs2 chs2 linked an issue Apr 3, 2023 that may be closed by this pull request
@chs2 chs2 merged commit 9bb2613 into main Dec 4, 2023
3 checks passed
@chs2 chs2 deleted the 6-fail-to-install-cffi branch December 4, 2023 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Fail to install cffi
1 participant