You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ModuleNotFoundError: No module named 'neuralcoref.neuralcoref'
Traceback (most recent call last):
File "/app/main.py", line 18, in
from neuralcoref import Coref
File "/app/neuralcoref/init.py", line 14, in
from .neuralcoref import NeuralCoref
This version also gives me the already reported error.
Let me know if you need more
The text was updated successfully, but these errors were encountered:
Running it on a synology nas from the docker app:
ModuleNotFoundError: No module named 'neuralcoref.neuralcoref'
Traceback (most recent call last):
File "/app/main.py", line 18, in
from neuralcoref import Coref
File "/app/neuralcoref/init.py", line 14, in
from .neuralcoref import NeuralCoref
This version also gives me the already reported error.
Let me know if you need more
The text was updated successfully, but these errors were encountered: