lebedov / msgpack-numpy

Serialize numpy arrays using msgpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AttributeError: module 'msgpack._unpacker' has no attribute 'unpack'

nikhil8786 opened this issue · comments

Hi,
I am facing this problem while running my code:
AttributeError: module 'msgpack._unpacker' has no attribute 'unpack'
Python Version : 3.6
Os : Ubuntu 14.04
msgpack-numpy Version: 0.4.2
msgpack : 0.5.5
numpy : 1.14.0

Hi,

See same issue today.
Seems unpack() function is moved from unpacker in recent commit.

msgpack/msgpack-python@da902f9

Running into the same issue

Updated to import from main package namespace in latest release.