Import error: Cannot import name 'Exit' #9457
-
Hi there, We have developed a basic NLP pipeline using Spacy 3 to detect different entities. For now, we're using a largely rule-based approach (with EntityRulers) on top of en_core_web_lg models and intend to scale with statistical learning going forward. In development, we're using spacy version 3.0.7, and the saved models are compatible. Checking the version of the spacy model using spacy.info yields:
We're using k9s and Airflow to deploy our model, but am facing a strange import error: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @maria-tan-abv , is it possible to see the full traceback? The traceback should show which file and specific line of code causes the error. We can probably start from there 👍 |
Beta Was this translation helpful? Give feedback.
Hi @maria-tan-abv , is it possible to see the full traceback? The traceback should show which file and specific line of code causes the error. We can probably start from there 👍