labrad / pylabrad

python interface for labrad
51 stars 31 forks source link

libssl-dev dependency on Ubuntu #333

Open mfe5003 opened 7 years ago

mfe5003 commented 7 years ago

When installing pylabrad with pip the cryptography-1.7.1 installation will fail if libssl-dev is not installed.

The installation will fail here: #include <openssl/opensslv.h>

To fix: apt install libssl-dev

Ubuntu 17.04