-
Notifications
You must be signed in to change notification settings - Fork 719
Install failing (Mac OSX) #292
Comments
@nicosandller what was the problem? I had the same |
@yanik5 I don't remember :S. I think I just gave up and installed it on an Ubuntu VM. You should also try koding.com, it came in pretty handy. |
You can work around this issue by installing scrypt manually via pip first and pointing it to the OpenSSL library.
|
@conor10's workaround fixed the installation on mac for me |
I believe you can also do |
@conor10 @kimdhamilton Please can you explain how I achieve this, I a newbie on terminal. Thanks |
I am trying to install pyethereum on OS Sierra and getting the below error. Installed /Users/singh.p/Library/Python/2.7/lib/python/site-packages/ethereum-2.0.4-py2.7.egg P.S: @conor10 workaround fixed the installation error for openssl on mac for me but now I'm stucked at py-ecc. The first comment to the problem quoted by @nicosandller came after an year. I am just hoping I dont have to wait so long. :-| |
I got around the OpenSSL error by doing sudo env LDFLAGS="-L$(brew --prefix openssl)/lib" CFLAGS="-I$(brew --prefix openssl)/include" python3 setup.py install but now I'm coming across, "error: [Errno 2] No such file or directory: 'README.md' |
i m trying to install pyethereum using following command.. Installed /usr/local/lib/python2.7/dist-packages/ethereum-2.0.4-py2.7.egg |
Do check if you have libtools installed |
Same problem when installing ethereum on WSL2. |
I'm trying to install pyethereum by runing :
sudo python setup.py install --user
but it fails to install by returning:
am I missing something? I checked and OpenSSL is installed on my computer, and it seems to be working. I see that the build is not passing for OSX, is this related?
Thanks
The text was updated successfully, but these errors were encountered: