ImportError for lemmy.pipe #12224
-
I'm trying to use Lemmy as a SpaCy integration following the instructions here. However, when I try running import lemmy.pipe I get the error ImportError: cannot import name 'PRON_LEMMA' from 'spacy.symbols' . I'm at a loss - how do I get around this? I'm using python 3.8 and SpaCy 3.3.0 with the DaCy pipeline. Thank you for you input. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Hi @vrunm, a note: we don't maintain third-party packages, so we have limited insight into this. That said, can you provide a minimal reproducible example and the versions of |
Beta Was this translation helpful? Give feedback.
-
I found an answer to this over here: #11009 |
Beta Was this translation helpful? Give feedback.
-
I am using Spacy v2.0 and AllenNlp v1.5.0
|
Beta Was this translation helpful? Give feedback.
-
I recommend reaching out to the folks at DaCy. The project seems to be actively maintained and they are more likely able to help you out with this. |
Beta Was this translation helpful? Give feedback.
I recommend reaching out to the folks at DaCy. The project seems to be actively maintained and they are more likely able to help you out with this.