File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,20 @@ MessagePack for Python
10
10
:target: https://msgpack-python.readthedocs.io/en/latest/?badge=latest
11
11
:alt: Documentation Status
12
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
+
13
27
What's this
14
28
-----------
15
29
You can’t perform that action at this time.
0 commit comments