Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.
This repository was archived by the owner on May 23, 2023. It is now read-only.

Install failing (Mac OSX) #292

Closed
Closed
@nicosandller

Description

@nicosandller

I'm trying to install pyethereum by runing :

sudo python setup.py install --user

but it fails to install by returning:

Installed /Library/Python/2.7/site-packages/ethereum-1.0.6-py2.7.egg
Processing dependencies for ethereum==1.0.6
Searching for scrypt
Reading https://pypi.python.org/simple/scrypt/
Best match: scrypt 0.7.1
Downloading https://pypi.python.org/packages/source/s/scrypt/scrypt-0.7.1.tar.gz#md5=9feb713f183e11caa940e8ec71cf1361
Processing scrypt-0.7.1.tar.gz
Writing /tmp/easy_install-tYX2NZ/scrypt-0.7.1/setup.cfg
Running scrypt-0.7.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-tYX2NZ/scrypt-0.7.1/egg-dist-tmp-Qs5vgS
scrypt-1.1.6/lib/crypto/crypto_aesctr.c:38:10: fatal error: 'openssl/aes.h'
      file not found
#include <openssl/aes.h>
         ^
1 error generated.
error: Setup script exited with error: command 'cc' failed with exit status 1

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions