msgpack/msgpack-python

`strict_map_key` is supported by which version ?

luochen1990 opened this issue · 2 comments

I can get following error in msgpack-python==0.5.6:

TypeError("__init__() got an unexpected keyward argument 'strict_map_key'")

some related context:

msgpack==1.0.5
msgpack-numpy==0.4.8
msgpack-python==0.5.6
msgpack-types==0.2.0

Is there any document about 'strict_map_key' is introduced/removed from which version?

You shouldn't install msgpack-python. It conflicts with msgpack and break your venv.

Thanks, that information is helpful, and I found there is a sentence in README: Package name on PyPI was changed from msgpack-python to msgpack from 0.5 , it's my fault not reading it :)