Kernel dies when importing spacy on HuggingFace Spaces #12670
Answered
by
vinbo8
anammari
asked this question in
Help: Installation
-
How to reproduce the behaviour
Your Environment
Additional infoRunning "!pip show spacy" in Jupyter works fine and produces the following output:
HuggingFace Space build logs:
HuggingFace Space container logs:
|
Beta Was this translation helpful? Give feedback.
Answered by
vinbo8
May 30, 2023
Replies: 1 comment 2 replies
-
Based on these logs, it looks like the cell you're trying to run has more commands in it than just |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This looks like it could be an issue with the amount of RAM you have available, or an interaction with some other library that you have installed. SpaCy by itself should work fine - here's an example of a demo on HF Spaces.