-
Notifications
You must be signed in to change notification settings - Fork 249
Closed
Description
steps to reproduce
pip install cld2-cffiorpip install textacy[lang]
expected vs. actual behavior
I expect the install to conclude correctly. Instead, an error ensues ending in cffi.VerificationError: CompileError: command 'gcc' failed with exit status 1
possible solution?
Amend the documentation to suggest using the following command in case pip install cld2-cffi/textacy[lang] doesn't work:
CFLAGS="-Wno-narrowing" pip install cld2-cffi, per a suggestion in the issues on cld2-cffi's github page.
CFLAGS="-Wno-narrowing" pip install textacy[lang] should also work.
context
Trying to use the language detection aspects of textacy.
environment
- operating system: Ubuntu Linux 18.04
- python version: 3.7.0
- gcc version: 7.3.0
spacyversion: (not relevant)- installed
spacymodels: (not relevant) textacyversion: 0.7.0
Metadata
Metadata
Assignees
Labels
No labels