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