ValueError: exceeds max_bin_len() when attempting spacy.load()
try pip install msgpack==0.5.6
This issue was caused by a change in the msgpack
package.
spacy has released a fix in version 2.0.18
To fix, update to the spacy verion:
pip install spacy==2.0.18