Hi all !
Just received a brand new mac M1 (macOs Monterey 12.4) with Apple chip.
I tried to install some python packages using pip, which always failed when the package need to be compiled. For example, running "pip install python-rapidjson" failed with error message: "ERROR: Failed building wheel for python-rapidjson". Also, there are lots of warnings, such as "warning: type nullability specifier '_Nullable' is a Clang extension [-Wnullability-extension]" (not sure if relevant).
I already tried the following steps:
- reinstall gcc.
- reinstall xCode and update to the last version (clang version 13.1.6).
- updating everything installed using brew.
Love for your help, Eylon