Skip to content

Segmentation Fault on importing spaCy #12780

Discussion options

You must be logged in to vote

Hi @sameedmsiddiqui! Sorry to hear you've been running into issues.

With pip, have you made sure to start from a fresh new environment? That should avoid any conflicts that could lead to the segmentation fault:

python -m venv .env
source .env/bin/activate
pip install -U pip setuptools wheel
pip install -U spacy

If that doesn't work, can you share the full console output (commands + stack trace)?

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@sameedmsiddiqui
Comment options

@svlandeg
Comment options

@sameedmsiddiqui
Comment options

Answer selected by svlandeg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
install Installation issues
2 participants