You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 8, 2018. It is now read-only.
scrypt-1.2.1/libcperciva/crypto/crypto_aes.c:6:10: fatal error: openssl/aes.h: No such file or directory
#include <openssl/aes.h>
^~~~~~~~~~~~~~~
compilation terminated.
error: Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
ERR: scrypt-1.2.1/libcperciva/crypto/crypto_aes.c:6:10: fatal error: openssl/aes.h: No such file or directory
#include <openssl/aes.h>
^~~~~~~~~~~~~~~
compilation terminated.
error: Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
Checklist
pyethappinside a virtualenvSystem/environment
Expected behaviour
Successful installation.
Observed behaviour
pip install:
build from dev vers.:
Steps to reproduce
sudo apt-get install build-essential automake pkg-config libtool libffi-dev libgmp-dev
sudo apt install python-pip
pip install virtualenv virtualenvwrapper
source
which virtualenvwrapper.shmkvirtualenv pyethapp
sudo apt install git
git clone https://github.com/ethereum/pyethapp
cd pyethapp
sudo USE_PYETHEREUM_DEVELOP=1 python setup.py develop
ERR: scrypt-1.2.1/libcperciva/crypto/crypto_aes.c:6:10: fatal error: openssl/aes.h: No such file or directory
#include <openssl/aes.h>
^~~~~~~~~~~~~~~
compilation terminated.
error: Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
pip install pyethapp
ERR: Downloading https://files.pythonhosted.org/packages/56/00/a2e4412d8e863afb53c4f799e484c748577d4f8f0e5dd7d6f1137637a964/eth-hash-0.1.4.tar.gz
eth-hash requires Python '>=3.5, <4' but the running Python is 2.7.15