c/_cffi_backend.c:13:17: fatal error: ffi.h: No such file or directory
See original GitHub issuejust ran pip install hendrix and got an error.
{{{ c/_cffi_backend.c:13:17: fatal error: ffi.h: No such file or directory #include <ffi.h> ^ compilation terminated. }}}
distutils.errors.DistutilsError: Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
Issue Analytics
- State:
- Created 9 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
fatal error: ffi.h: No such file or directory on pip2 install ...
Hello, based on my experience with the issue, the full statements of commands worked pretty good, however, performing install command with the ...
Read more >#include <ffi.h> No Such File or Directory Even after ...
When trying to setup pyvex, the following error occurs. ERROR: Command errored out with exit status 1: command: /usr/bin/python3.8 -c 'import io ...
Read more >fatal error: ffi.h: No such file or directory - SvennD
Missing library's are painful, this one I hit upon while compiling some python dependency's. gcc -pthread -fno-strict-aliasing -O2 -g -pipe ...
Read more >Installation: fatal error: ffi.h: No such file or directory
When installing Congress stand-alone, the following error occurs on executing pip install -r requirements.txt --------------- creating ...
Read more >Installing cffi fails with c/_cffi_backend.c:15:17: fatal error: ffi.h
... c/_cffi_backend.c:15:17: fatal error: ffi.h: No such file or directory ... I've been trying to install cffi for a while and I'm not...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I dealt with this by:
sudo apt-get install libffi-dev
it works for me in Ubuntu 16.04