Ubuntu setup requires libssl-dev
jaketgh opened this issue · 5 comments
In 1_prepare.sh you call pip install -r ./requirements.txt.
This tries to build cryptography which won't build without libssl-dev installed on Ubuntu. Installing libssl-dev and rerunning 1_prepare.sh fixes the issue.
Hmm, interesting. I didn't hit this problem but have no problem adding it to the list of packages.
Just for my curiosity, What Ubuntu version are you on?
16.04 server, also checked an 18.04 server box and it's not there by default either.
Agreed. I am getting vespene built in a docker image based off of ubuntu:xenial
and ran into the same issue while building the cryptography package
Hmm, so odd. No idea how I installed it on Bionic then. I'm fine with adding this (it'll probably be tomorrow), if you want to send me a pull request to 1_prepare.sh in the "setup" folder, that would be welcome too!
Thanks for the heads up. If it seems happy on the other LTS I can also update the setup docs, it would be great to support all of them and I don't suspect the rest of the stack will give much trouble.
Closing this since it's merged, thanks!