cld2-cffi icon indicating copy to clipboard operation
cld2-cffi copied to clipboard

Python bindings to the Compact Language Detector

Results 10 cld2-cffi issues
Sort by recently updated
recently updated
newest added

When I try to install cld2-cffi via `sudo pip install cld2-cffi` or `pip install -U cld2-cffi`, this is what happens: ``` Collecting cld2-cffi Using cached cld2-cffi-0.1.4.tar.gz Complete output from command...

@GregBowyer Can you please upload a new version on PyPI? The last upload was done in 2016. Thanks!

Currently building cld-cffi will fail on gcc8. To install it successfully, I used `-Wno-narrowing` as a `CFLAG` environment variable while pip install'ing. This is enforced in the new compilers because...

ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-u_qw74m6/cld2-cffi/

c/_cffi_backend.c:15:17: fatal error: ffi.h: 没有那个文件或目录

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...