Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

install spacy not working in jupyter notebook

Tags:

anaconda

spacy

I have installed Anaconda 3.x for 64 bit in a Windows 10 system. I have installed spacy by pip install -U spacy

WHen i run install spacy in Notebook i get an 'DLL Load' error like this

enter image description here

like image 403
Chakra Avatar asked Dec 07 '25 17:12

Chakra


2 Answers

You can install spacy and download en in the jupyter notebook as:

import sys
!{sys.executable} -m pip install spacy
!{sys.executable} -m spacy download en
like image 171
Gaurav Kumar Avatar answered Dec 10 '25 06:12

Gaurav Kumar


!conda install -c spacy spacy=0.101.0 -y

!python -m spacy.en.download

like image 37
Ibrahim Abualhaol Avatar answered Dec 10 '25 06:12

Ibrahim Abualhaol



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!