labrad/pylabrad

libssl-dev dependency on Ubuntu

mfe5003 opened this issue · 0 comments

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