Hi,
I want to run scispacy, but I run into a set of problems. I have created a venv scispacy-env that runs python3.8 (I normally run python 3.6 but one way or another it has upgraded it to python 3.8). In this venv I run the following
pip3 install scispacy
Installing collected packages: scispacy
Successfully installed scispacy-0.4.0
(scispacy-env) XXX$ :~/Venvs/scispacy-env/lib/python3.8/site-packages$
I then start notebook (still in the scispacy-env)
(scispacy-env) XXX$ jupyter notebook
I then try to import scispacy and spacy, wiwth this result
or, I'm stuck. Anyone a suggestion where I made the error, and (especially) how to fix it?
thanks,
Andreas