-
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
Segmentation Fault: neuralcoref==0.4.0 & spacy==2.1.4 #164
Comments
As an update, spacy 2.1.3 does not have an issue and works fine. I have only seen the issue in spacy==2.1.4 |
its not even working with spacy==2.1.3. Segmentation fault :( |
I think this is a duplicate of: #167 Neuralcoref (4.0 - from pip) works with 2.1.3 here. |
Yeah, I have had no issues with 2.1.3. Only 2.1.4. |
Yeah, I created a new venv and then installed it with spacy==2.1.3. working fine! |
I also was able to get it working using spacy==2.1.3 |
Yeah, this is a recurring problem. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Merging with Issue #197 |
save issue occurs with spacy==2.1.9 |
Hello, first of all, I wanted to mention that this is an awesome library. I am building a library around both this repository and your BERT implementations for extractive text summarization.
I recently noticed that I am getting a segmentation fault with spacy==2.1.4 and neuralcoref==0.4.0. I have tried this on ubuntu 18.04 and macOS. Spacy==2.1.3 seems to be working fine. The code below reproduces the issue.
I was going to take a look at this issue myself, but I wanted to make sure that you hadn't ran across something like this beforehand.
The text was updated successfully, but these errors were encountered: