This repository has been archived by the owner on Aug 8, 2018. It is now read-only.
forked from heikoheiko/pyethapp
-
Notifications
You must be signed in to change notification settings - Fork 604
pyethapp installation problems. #298
Comments
Brickwall on Ubuntu 14.04 x86 64-bit is as follows:
after error; also tried:
Error persists:
|
Brickwall on macOS 10.13.3 (17D102) is as follows:
Error:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Checklist
pyethapp
inside 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.sh
mkvirtualenv 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
The text was updated successfully, but these errors were encountered: