Hardware: 2020 Macbook Pro M1
OS: Big Sur
primify-install-output.txt
The command python3 -m pip install primify fails with the attached output.
It looks like the install script is invoking clang to build some C code, but there is a missing header: gmp.h. I double checked the the gmp lib is installed on my system. I have the header on disk but clang is not being passed the correct include path so it is not found at compile time.