Open dihm opened 10 months ago
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.
I did submit something here which I think is to the right place. Guess we'll find out.
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...