Open mfe5003 opened 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>
#include <openssl/opensslv.h>
To fix: apt install libssl-dev
apt install libssl-dev
Ubuntu 17.04
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