Open rkoystart opened 3 months ago
Hi @rkoystart ,
Did you manage to resolve your issue? I got the same one (same python, ubuntu and spaCy version)
Regards
Not yet, have not resolved it @LouisAI-DL Not sure what is causing the issue exactly
Have you solved this problem? Can you tell me the solution?
@wwyx88 could not resolve it. waiting for some suggestion from the authors
Is there a reason you're trying to install this particular version? It's quite old
@honnibal I have a model trained in Allen nlp 0.9.0 and it depends on this version of spacy. All these dependencies are moved to production. That is why I am still using the old version of spacy.
How to reproduce the behaviour
create a new conda environment
conda create -n test python=3.8 -y
install spacy
pip install spacy==2.1.9
Your Environment
NAME="Ubuntu" VERSION="20.04.6 LTS (Focal Fossa)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 20.04.6 LTS" VERSION_ID="20.04" HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" VERSION_CODENAME=focal UBUNTU_CODENAME=focal
Gettting the Following output