nuriel77 / hornet-playbook

Ansible Playbook for Hornet IOTA Full Node
MIT License
67 stars 11 forks source link

Debian 10 (Buster) build - Failure on scrypt install #46

Closed redconfetti closed 2 years ago

redconfetti commented 2 years ago

I was getting the error Failed building wheel for scrypt with a fresh Debian 10 machine, when it attempted to install scrypt via pip.

root@iota:~# cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"

After installing the libssl-dev, this resolved the error.

sudo apt-get install libssl-dev