Package missing and cannot understand which one

Hi. Receiving this error when installing frappe-bench after running command

bench init frappe-bench && cd frappe-bench

Command “/home/frappe/frappe-bench/env/bin/python -u -c “import setuptools, tokenize;file=‘/tmp/pip-build-xSIfCH/cryptography/setup.py’;f=getattr(tokenize, ‘open’, open)(file);code=f.read().replace(‘\r\n’, ‘\n’);f.close();exec(compile(code, file, ‘exec’))” install --record /tmp/pip-Llm9Rp-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/frappe/frappe-bench/env/include/site/python2.7/cryptography” failed with error code 1 in /tmp/pip-build-xSIfCH/cryptography/

Pretty much sure there is a python package missing. Any suggestions?

seems you’re missing py-crypto …

Thanks got it. Was missing libssl-dev package. For the record, ran the command manually removing the -q and adding the -v. Clearly stated that openssl.v was missing.

Installing the package solved the problem

Thanks