Closed anneschuth closed 5 years ago
(spaCy author here.)
Happy to fix our version pin, or update our code? I think that function was written with reference to a previous version of msgpack
(when it was named msgpack-python
). It looks like I need to simply remove that encoding
argument?
Ah, thanks @honnibal, thats great!
At the same time, this may have broken other packages too, I guess this (backwards incompatible) changes should maybe be part of a major release?
@honnibal - yes, the encoding
argument is deprecated in msgpack-python
0.5.2+; removing it should fix the problem.
Since msgpack-numpy is now bundled in srsly, I assume this is no longer an issue. Feel free to reopen if needed.
Since 0.4.4.1 we have breaking builds of projects that use spacy, with the following error: