AttributeError: module 'msgpack._unpacker' has no attribute 'unpack'
nikhil8786 opened this issue · 3 comments
nikhil8786 commented
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
bk201 commented
Hi,
See same issue today.
Seems unpack() function is moved from unpacker in recent commit.
danielhauagge commented
Running into the same issue
lebedov commented
Updated to import from main package namespace in latest release.