huggingface / huggingface/neuralcoref
ModuleNotFoundError: No module named 'neuralcoref.neuralcoref'
- 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.