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

error: narrowing conversion #94

Closed
aleksandrmelnyk opened this issue May 6, 2017 · 2 comments
Closed

error: narrowing conversion #94

aleksandrmelnyk opened this issue May 6, 2017 · 2 comments

Comments

@aleksandrmelnyk
Copy link

Having error when installing through pip:
cld2/internal/cld_generated_cjk_uni_prop_80.cc:7089:1: error: narrowing conversion of ‘-9’ from ‘int’ to ‘CLD2::uint8 {aka unsigned char}’ inside { } [-Wnarrowing]

@aleksandrmelnyk
Copy link
Author

Arch Linux
gcc (GCC) 6.3.1 20170306

@bdewilde
Copy link
Collaborator

bdewilde commented May 6, 2017

Hi @aleksandrmelnyk , installation of cld2-cffi has been a long-standing difficulty for some people. Could you try installing it separately, before installing textacy?

$ CFLAGS="-Wno-narrowing" pip install cld2-cffi
$ pip install textacy[all]

In the next version of textacy, this will be an optional dependency...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants