Closed ackhia closed 3 years ago
I resolved this issue with the following command. It seems like this problem is only present on Macs with an M1 chip.
CFLAGS=-I/opt/homebrew/opt/gmp/include LDFLAGS=-L/opt/homebrew/opt/gmp/lib pip install fastecdsa==1.7.5
I'll close this issue as this problem isn't directly related to this package.
^ Can we add this to the README.md?
I'm not sure which one is exactly you're referring to, but feel free to make a PR if you think it is legit.
What was wrong?
I get an error when I try a dev install with pip on MacOS 11.6
Code that produced the error
Full error output
Environment
I can't install eth_utils (same error) but I am using python 3.10.0 (via pyenv) on Mac OSX 11.6.
How can it be fixed?
Not sure. Maybe you need to install gmp and/or add pycrypto as a dependency. I tried manually installing both with no luck however.