Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

msgpack and msgpack-python collision on 18.09 #48864

Closed
roberth opened this issue Oct 23, 2018 · 0 comments
Closed

msgpack and msgpack-python collision on 18.09 #48864

roberth opened this issue Oct 23, 2018 · 0 comments
Assignees
Labels
6.topic: python 9.needs: port to stable A PR needs a backport to the stable release.
Milestone

Comments

@roberth
Copy link
Member

roberth commented Oct 23, 2018

Issue description

msgpack-python was renamed to msgpack, but the rename isn't handled properly in release-18.09 yet.

Steps to reproduce

See https://stackoverflow.com/questions/52941074/in-nixos-how-can-i-resolve-a-collision

Technical details

Please run nix-shell -p nix-info --run "nix-info -m" and paste the
results.

@FRidh FRidh added the 9.needs: port to stable A PR needs a backport to the stable release. label Oct 24, 2018
@FRidh FRidh self-assigned this Oct 24, 2018
@FRidh FRidh added this to the 19.09 milestone Sep 29, 2019
FRidh added a commit to FRidh/nixpkgs that referenced this issue Sep 29, 2019
We already have msgpack, which is the same. Building a Python env with
`spacy` resulted in a collision between an `.so` provided through both
`msgpack` and `msgpack-python`.

I don't know why `transitional = True` was set. These kind of things
should be documented!
@FRidh FRidh closed this as completed in 22aef72 Sep 29, 2019
FRidh added a commit that referenced this issue Sep 29, 2019
We already have msgpack, which is the same. Building a Python env with
`spacy` resulted in a collision between an `.so` provided through both
`msgpack` and `msgpack-python`.

I don't know why `transitional = True` was set. These kind of things
should be documented!

(cherry picked from commit 22aef72)
dtzWill pushed a commit to dtzWill/nixpkgs that referenced this issue Sep 30, 2019
We already have msgpack, which is the same. Building a Python env with
`spacy` resulted in a collision between an `.so` provided through both
`msgpack` and `msgpack-python`.

I don't know why `transitional = True` was set. These kind of things
should be documented!

(cherry picked from commit 22aef72)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: python 9.needs: port to stable A PR needs a backport to the stable release.
Projects
None yet
Development

No branches or pull requests

2 participants