Skip to content

Instantly share code, notes, and snippets.

@gmertk
Created April 12, 2023 21:23
Show Gist options
  • Save gmertk/326600fb2cc4e2f401ab45c3020c6011 to your computer and use it in GitHub Desktop.
Save gmertk/326600fb2cc4e2f401ab45c3020c6011 to your computer and use it in GitHub Desktop.

Can't install fastecdsa?

src/curve.h:4:10: fatal error: 'gmp.h' file not found

Solution:

CFLAGS=-I`brew --prefix gmp`/include LDFLAGS=-L`brew --prefix gmp`/lib pip install ecdsa fastecdsa sympy

OpenZeppelin/nile#22 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment