Skip to content
This repository has been archived by the owner on Aug 8, 2018. It is now read-only.

Can't get pyethapp to build on Ubuntu Zesty #268

Open
karalabe opened this issue Oct 23, 2017 · 3 comments
Open

Can't get pyethapp to build on Ubuntu Zesty #268

karalabe opened this issue Oct 23, 2017 · 3 comments

Comments

@karalabe
Copy link
Member

If I install pyethapp via pip, starting it fails with

AttributeError: /lib/x86_64-linux-gnu/libcrypto.so.1.0.0: undefined symbol: EVP_CIPHER_CTX_reset

If I clone and build the repo, starting it fails with

ImportError: cannot import name keccak

@ghost
Copy link

ghost commented Dec 16, 2017

There's probably multiple reasons why

ImportError: cannot import name keccak

can come up, but if you install the most recent pysha3 it has keccak and does not fail with this whereas the previous pysha3 available in debian/ubuntu did. ie this is fixed in artful/bionic, but the package name of pysha3 changed so keep that in mind.

@step21
Copy link

step21 commented Jan 9, 2018

Well, even if it would build, it will probably not run... so... you know...

@mowshon
Copy link

mowshon commented Apr 24, 2018

Works for me:

sudo apt-get remove python-crypto
sudo pip install --upgrade pycryptodome

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants