You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build errors seem to point to a missing ffi.h header on Linux build?
Running pip install cld2-cffi on my MacBook Pro worked fine. The same run on our Ubuntu server failed with:
Collecting cld2-cffi
Using cached cld2-cffi-0.1.4.tar.gz
Complete output from command python setup.py egg_info:
c/_cffi_backend.c:15:17: fatal error: ffi.h: No such file or directory
compilation terminated.
Build errors seem to point to a missing
ffi.h
header on Linux build?Running
pip install cld2-cffi
on my MacBook Pro worked fine. The same run on our Ubuntu server failed with:The full error listing is at error.txt
Taking a cue from #12 I tried some of the compiler flags, although we're already on GCC 5:
Using
pip install git+https://github.com/GregBowyer/cld2-cffi.git
also fails.System info:
FWIW, was able to run
pip install git+https://github.com/aboSamoor/pycld2.git
on the same system with no issues, if that helps?The text was updated successfully, but these errors were encountered: