We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb8278 commit 7c22d98Copy full SHA for 7c22d98
1 file changed
README.rst
@@ -10,6 +10,20 @@ MessagePack for Python
10
:target: https://msgpack-python.readthedocs.io/en/latest/?badge=latest
11
:alt: Documentation Status
12
13
+Upgrading from msgpack-0.4
14
+--------------------------
15
+
16
+TL;DR: When upgrading from msgpack-0.4 or earlier, don't do `pip install -U msgpack-python`.
17
+Do `pip uninstall msgpack-python; pip install msgpack` instead.
18
19
+Package name on PyPI was changed to msgpack from 0.5.
20
+I upload transitional package (msgpack-python 0.5 which depending on msgpack)
21
+for smooth transition from msgpack-python to msgpack.
22
23
+Sadly, this doesn't work for upgrade install. After `pip install -U msgpack-python`,
24
+msgpack is removed and `import msgpack` fail.
25
26
27
What's this
28
-----------
29
0 commit comments