You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gah, conda failing to build their packages with the cryptography stuff set up properly is such a perennial problem. Usually it just results in slow crypto, now apparently no crypto? I'll look into it to figure out if it's conda's fault or not and report a bug - I've reported them before so I'll figure out where.
Annoyingly, this appears to still be an issue. I'm not sure if there is even a half-reasonable way for us to specify that 4.3.5 needs to come from conda-forge in the requirements, or just block 4.3.5 from installing on windows, or some other viable work-around.
First reported in labscript-suite/labscript-suite#83
Can reproduce this on windows using the conda provided zeromq==4.3.5. Fundamental problem is the call to
zmq.curve_keypair()
.Issue may be wider, but I suspect there is an issue with the conda build recipe. Not 100% sure where to even report it...
The text was updated successfully, but these errors were encountered: