Closed andrepn closed 2 years ago
Seems to be some issue with 3.9 trying to run cairo. I switched to python3.7 in virtual environment for a temp fix
Hi @andrepn,
I'm running fastecdsa on the Apple M1. The fix I have is:
brew uninstall gmp
arch -arm64 brew install gmp
python3 -m pip install --no-binary :all: --no-use-pep517 fastecdsa
I would even alias pip install and brew install to those to avoid this issue for a LOT of packages(I ran into this when I first got the M1).
Hi @andrepn,
I'm running fastecdsa on the Apple M1. The fix I have is:
brew uninstall gmp arch -arm64 brew install gmp python3 -m pip install --no-binary :all: --no-use-pep517 fastecdsa
I would even alias pip install and brew install to those to avoid this issue for a LOT of packages(I ran into this when I first got the M1).
Thank you, that's very helpful! It is crazy how changes at the chip level create unpredictable behavior layers above
Hi I"m having a problem with fastecdsa.
Initially when I tried to install I had an issue with include gmp.h but fixed that with this command:
Now when I try
I'm really not sure how to fix this. Any help is appreciated.