8000 Update README · guoyu07/msgpack-python@7c22d98 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7c22d98

Browse files
committed
Update README
1 parent dbb8278 commit 7c22d98

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ MessagePack for Python
1010
:target: https://msgpack-python.readthedocs.io/en/latest/?badge=latest
1111
:alt: Documentation Status
1212

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+
1327
What's this
1428
-----------
1529

0 commit comments

Comments
 (0)
0