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 has been archived by the owner on Aug 8, 2018. It is now read-only.
$ pyethapp
Traceback (most recent call last):
File "/Users/sitin/.virtualenv/crypto/bin/pyethapp", line 7, in<module>
from pyethapp.app import app
File "/Users/sitin/.virtualenv/crypto/lib/python2.7/site-packages/pyethapp/app.py", line 15, in<module>
from devp2p.app import BaseApp
File "/Users/sitin/.virtualenv/crypto/lib/python2.7/site-packages/devp2p/app.py", line 8, in<module>
from devp2p import crypto
File "/Users/sitin/.virtualenv/crypto/lib/python2.7/site-packages/devp2p/crypto.py", line 16, in<module>
import pyelliptic
File "/Users/sitin/.virtualenv/crypto/lib/python2.7/site-packages/pyelliptic/__init__.py", line 43, in<module>
from .openssl import OpenSSL
File "/Users/sitin/.virtualenv/crypto/lib/python2.7/site-packages/pyelliptic/openssl.py", line 310, in<module>
OpenSSL = _OpenSSL(libname)
File "/Users/sitin/.virtualenv/crypto/lib/python2.7/site-packages/pyelliptic/openssl.py", line 144, in __init__
self.EVP_CIPHER_CTX_reset = self._lib.EVP_CIPHER_CTX_reset
File "/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py", line 375, in __getattr__
func = self.__getitem__(name)
File "/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/__init__.py", line 380, in __getitem__
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: dlsym(0x7fdd104666a0, EVP_CIPHER_CTX_reset): symbol not found
Steps to reproduce
Install to a clean virtual environment and execute pyethapp.
The text was updated successfully, but these errors were encountered:
Checklist
pyethapp
inside a virtualenvSystem/environment
Build dependencies
automake
,libtool
,pkg-config
,libffi
,gmp
,openssl
installed by Homebrew with default parameters and has latest versions:Expected behaviour
Run without failure.
Observed behaviour
Failed to run. Exits with error:
Steps to reproduce
Install to a clean virtual environment and execute
pyethapp
.The text was updated successfully, but these errors were encountered: