"msgpack.exceptions.ExtraData" Spacy pipeline exception

Even code working file on windows, Heroku server but generating exception over the Dedicated server. > spaCy version 2.0.12

Location           /home/xyz/public_html/env/lib/python3.6/site-packages/spacy
Platform           Linux-2.6.32-042stab133.2-x86_64-with-centos-6.10-Final
Python version     3.6.6
rasa_nlu.__version__    '0.13.8'
    Traceback (most recent call last):
  File "app.py", line 8, in <module>
    index()
  File "app.py", line 6, in index
    data_dict = chatbot(msg, service_type)
  File "/home/xyz/public_html/env/App/model_file.py", line 21, in chatbot
    interpreter = Interpreter.load('project/default/model')
  File "/home/xyz/public_html/env/lib/python3.6/site-packages/rasa_nlu/model.py", line 293, in load
    skip_validation)
  File "/home/xyz/public_html/env/lib/python3.6/site-packages/rasa_nlu/model.py", line 320, in create
    model_metadata, **context)
  File "/home/xyz/public_html/env/lib/python3.6/site-packages/rasa_nlu/components.py", line 419, in load_component
    cached_component, **context)
  File "/home/xyz/public_html/env/lib/python3.6/site-packages/rasa_nlu/registry.py", line 134, in load_component_by_name
    return component_clz.load(model_dir, metadata, cached_component, **kwargs)
  File "/home/xyz/public_html/env/lib/python3.6/site-packages/rasa_nlu/utils/spacy_utils.py", line 126, in load
    nlp = spacy.load(model_name, parser=False)
  File "/home/xyz/public_html/env/lib/python3.6/site-packages/spacy/__init__.py", line 15, in load
    return util.load_model(name, **overrides)
  File "/home/xyz/public_html/env/lib/python3.6/site-packages/spacy/util.py", line 116, in load_model
    return load_model_from_path(Path(name), **overrides)
  File "/home/xyz/public_html/env/lib/python3.6/site-packages/spacy/util.py", line 156, in load_model_from_path
    return nlp.from_disk(model_path)
  File "/home/xyz/public_html/env/lib/python3.6/site-packages/spacy/language.py", line 653, in from_disk
    util.from_disk(path, deserializers, exclude)
  File "/home/xyz/public_html/env/lib/python3.6/site-packages/spacy/util.py", line 511, in from_disk
    reader(path / key)
  File "/home/xyz/public_html/env/lib/python3.6/site-packages/spacy/language.py", line 649, in <lambda>
    deserializers[name] = lambda p, proc=proc: proc.from_disk(p, vocab=False)
  File "pipeline.pyx", line 643, in spacy.pipeline.Tagger.from_disk
  File "/home/xyz/public_html/env/lib/python3.6/site-packages/spacy/util.py", line 511, in from_disk
    reader(path / key)
  File "pipeline.pyx", line 626, in spacy.pipeline.Tagger.from_disk.load_model
  File "pipeline.pyx", line 627, in spacy.pipeline.Tagger.from_disk.load_model
  File "/home/xyz/public_html/env/lib/python3.6/site-packages/thinc/neural/_classes/model.py", line 335, in from_bytes
    data = msgpack.loads(bytes_data, encoding='utf8')
  File "/home/xyz/public_html/env/lib/python3.6/site-packages/msgpack_numpy.py", line 184, in unpackb
    return _unpackb(packed, **kwargs)
  File "msgpack/_unpacker.pyx", line 208, in msgpack._unpacker.unpackb
msgpack.exceptions.ExtraData: unpack(b) received extra data.

It looks like there is some problem with spacy loading data, please check that spacy is installed correctly and maybe ask this question on spacy forum