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

conda's pyzmq no longer built using libsodium on windows #16

Open
dihm opened this issue Dec 24, 2021 · 1 comment
Open

conda's pyzmq no longer built using libsodium on windows #16

dihm opened this issue Dec 24, 2021 · 1 comment

Comments

@dihm
Copy link

dihm commented Dec 24, 2021

This leads to many zprocess warnings and the inherently slower encrypted traffic.

Looks like libsodium came as a dependency of zeromq, which was dropped as a dependency of pyzmq at version 22.2.1.

@chrisjbillington
Copy link
Owner

This is a recurring regression, they fix it every time I report a bug, but then it happens again next time they refactor their code.

I'll reopen the bug on the anaconda issue tracker, they fixed it pretty quick last time, possibly because they consider it a security issue.

In the long run, I've done some work trying to get the pyzmq wheels to build with libsodium on Windows, so if I finish that and get it merged, that will allow Anaconda to just repackage the wheels without having to do extra work to make their builds use libsodium.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants