[Solved] spacy Install Error: AttributeError: type object ‘_CleanResult‘ has no attribute ‘from_link‘

Follow the instructions in my last blog to install spacey:
install spacey
install from offline package:

pip install en_core_web_trf-3.1.0.tar.gz

But an error is reported:

the solution is very simple. Put Python 3 Replace 6.0 with any other Python version. The error is 3.6 0 so unique:

Read More: