lebedov/msgpack-numpy

msgpack._packer and msgpack._unpacker do not exist

jkokorian opened this issue · 1 comments

I'm getting an error when I import the module. I've just posted it on stackoverflow:
http://stackoverflow.com/questions/27202976/msgpack-packer-does-not-exist-in-anaconda-installation

Apparently msgpack._packer and msgpack._unpacker do not exist. I have msgpack-python version 0.4.2 and I'm running a 64 bit anaconda installation on windows.

Never mind. It was a 64-bit compiler issue (I was using a 32 bit compiler on a 64 python version..).