Problem downloading the en_core_web_trf model on AWS EC2 Ubuntu Instance #8672
-
I am trying to download the en_core_web_trf model in the EC2 Ubuntu instance but it is not getting downloading. The system is not throwing any error rather it is completely downloading the 460MB "en_core_web_trf" model but is not finally collecting required dependencies and creating wheels. Commands used to install spaCy and en_core_web_trf were:
On executing the above command following process happens and gets killed or stopped after this. Collecting en-core-web-trf==3.1.0 On doing spaCy version 3.1.0 Even when no error is thrown while downloading the "trf" model, it is still not getting added into the spaCy pipelines. I am not able to understand what is going wrong here. Is there a problem with the EC2 instance I am using or some problem in commands? EC2 configurations: Family Type vCPUs Memory(GiB) Instance Storage(GB) Network Performance IPv6 Support Please help to rectify this issue. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Sorry you're having trouble with this, we haven't heard of a problem like this before. Do other models work? Does the model show up in Is there a directory with the model name in |
Beta Was this translation helpful? Give feedback.
Sorry you're having trouble with this, we haven't heard of a problem like this before.
Do other models work?
Does the model show up in
pip freeze
?Is there a directory with the model name in
/home/ubuntu/environment/try/lib/python3.8/site-packages/
?