failed to install spacy v3 #7439
-
Hello, same as the above error occurs with : import spacy
i suspect the python version is too low ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
there's been some improvements: Collecting fr-dep-news-trf==3.0.0 I can't locate the sentencepiece.pc file so will try with a different french model but i need the trf dependancy accuracy so too bad if i can't use the trf...... |
Beta Was this translation helpful? Give feedback.
-
all good under python 3.8.8 |
Beta Was this translation helpful? Give feedback.
-
Thanks for reporting back with your solution! Generally the original problem with weird import errors is fixed by installing a new venv and the problem with sentencepiece by using python <=3.8. Python 3.6 should work, but you should be sure to upgrade pip and related tools in your new venv ( The right version of sentencepiece isn't straightforward to install for python 3.9, so it's easiest with python 3.8 at the latest. If you do want to install sentencepiece with python 3.9, see: #6969 (comment) |
Beta Was this translation helpful? Give feedback.
all good under python 3.8.8
now is the fun part....
:)