Consensys / btcrelay-fetchd

Just the fetchd script of btcrelay
MIT License
118 stars 35 forks source link

Mac OSX El Capitan issue #8

Open Technoprenerd opened 8 years ago

Technoprenerd commented 8 years ago

Getting the following pip error 1 issue.

I assume the scripts run on every OS, with the correct python versions.

Command "/usr/local/opt/python/bin/python2.7 -u -c "import setuptools, tokenize;file='/private/var/folders/x2/hz3fjhns5d1bbv_g5rcs9dph0000gn/T/pip-build-Z3Pv65/secp256k1/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /var/folders/x2/hz3fjhns5d1bbv_g5rcs9dph0000gn/T/pip-QVrkKh-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/x2/hz3fjhns5d1bbv_g5rcs9dph0000gn/T/pip-build-Z3Pv65/secp256k1/

Any help?

goon034 commented 8 years ago

Did you install pyepm using pip?

Technoprenerd commented 8 years ago

Yes, still the same error.