Closed mhham closed 5 years ago
Support for PyPy isn't on the roadmap, as it's C-extensions all the way down here.
I think you'll also struggle to get spaCy running on PyPy, and if you do, I don't expect you'll find it to be faster. Like most machine learning codebases, the bottleneck for spaCy is in numeric code. PyPy isn't faster than numpy for this.
I am trying to build spacy 2.1.3 on an alpine PyPy docker image, everything seems to build without an issue except
srsly
.Dockerfile to reproduce:
Error output:
FYI build works OK on a standard python alpine docker image