huggingface / huggingface/neuralcoref

ModuleNotFoundError: No module named 'neuralcoref.neuralcoref'

Open
#325 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
2.9k
Forks
467
PR merge metrics
No merged PRs in 30d

Description

Hello!
When trying to run the command:
`python -m neuralcoref.train.conllparser --path `

We get the error:
```python
File “/neuralcoref/neuralcoref/__init__.py", line 12, in
from neuralcoref.neuralcoref import NeuralCoref
ModuleNotFoundError: No module named 'neuralcoref.neuralcoref'
```

We followed the steps in: https://github.com/huggingface/neuralcoref/blob/master/neuralcoref/train/training.md#prepare-the-data, but still get this error. There seems to be some issue with finding the correct pyx/cpp-file, since it doesn’t even find that. Is there something that we need to do that is not included in the guide?

Thanks in advance!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.