Stacks.js: c/_cffi_backend.c:15:17: fatal error: ffi.h: No such file or directory

Created on 9 Jun 2016  路  3Comments  路  Source: blockstack/stacks.js

I get this during installation:

c/_cffi_backend.c:15:17: fatal error: ffi.h: No such file or directory
#include
^
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1


Command "/usr/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-build-la78ay0e/cffi/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('rn', 'n'), file, 'exec'))" install --record /tmp/pip-p2njwk80-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-la78ay0e/cffi/

Most helpful comment

Hi @OpenGrid, apologies for the long turn-around time.

You will need to install the libffi headers package (i.e. libffi-dev).

All 3 comments

Hi @OpenGrid, apologies for the long turn-around time.

You will need to install the libffi headers package (i.e. libffi-dev).

Going through and cleaning up issues after the 0.14.0 release. If this is still a problem for you, please re-open.

You are the BOSS...My Everything worked after applying your resolution
Guy's Here he means #apt-get install libffi-dev

Was this page helpful?
0 / 5 - 0 ratings

Related issues

timstackblock picture timstackblock  路  6Comments

markmhx picture markmhx  路  4Comments

pradel picture pradel  路  8Comments

yknl picture yknl  路  7Comments

chris-asl picture chris-asl  路  8Comments