-
Notifications
You must be signed in to change notification settings - Fork 478
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
Hello error while trying to install with :pip install neuralcoref --no-binary neuralcoref #252
Comments
same problem, same OS version |
x3. Does anyone have a workaround? If I install through pip (even with |
Facing a similar issue! Any workaround yet? |
same issue with pycharm although it worked in anaconda |
I got this working after downgrading SpaCy version to 2.1.0. |
same issue... downgrading SpaCy version to 2.1.0 didn't work for me. Any other fixs? |
I had same problem. Seems definitely to be tied to OS. For my current machine Catalina 10.14, i can't recall exactly, but I believe it was spacy 2.1.4 that worked |
Merging this issue with #197 - see there for more pointers on installation! |
this is the error that I get when I try to run the installation from command line :
os versio: catalina 10.15.4
:/private/var/folders/fx/k8zb04513zx8klcj_8yj9hzw0000gn/T/pip-install-99rhdh6c/neuralcoref/include/numpy/npy_deprecated_api.h:11:2: warning: "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by #defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION"
^
neuralcoref/neuralcoref.cpp:610:10: fatal error: 'ios' file not found
#include "ios"
^~~~~
1 warning and 1 error generated.
error: command 'gcc' failed with exit status 1
----------------------------------------
ERROR: Command errored out with exit status 1: /Library/Frameworks/Python.framework/Versions/3.7/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/fx/k8zb04513zx8klcj_8yj9hzw0000gn/T/pip-install-99rhdh6c/neuralcoref/setup.py'"'"'; file='"'"'/private/var/folders/fx/k8zb04513zx8klcj_8yj9hzw0000gn/T/pip-install-99rhdh6c/neuralcoref/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /private/var/folders/fx/k8zb04513zx8klcj_8yj9hzw0000gn/T/pip-record-8jyzqrub/install-record.txt --single-version-externally-managed --compile --install-headers /Library/Frameworks/Python.framework/Versions/3.7/include/python3.7m/neuralcoref Check the logs for full command output.
The text was updated successfully, but these errors were encountered: