justin8shan
justin8shan
I did. I had gcc installed with brew and exported CC/CXX. but still have the same problem ``` (base) ➜ gitrepo export CC=/usr/local/Cellar/gcc/13.2.0/bin/gcc-13 (base) ➜ gitrepo export CXX=/usr/local/Cellar/gcc/13.2.0/bin/g++-13 ```
@q10 Thanks for the advice. Is there a plan to support MacOS deployment for local build? With your suggestion, the above error is gone but I got other error saying...
> @justin8shan There may be issues with gcc 12+ similar to [this one](https://github.com/pytorch/FBGEMM/issues/1094), could you try installing a lower version of gcc and see if the errors reproduce? Unfortunately I...
@q10 Sorry it was a false statement that I was able to build package as I did that by removing CMakeList.txt file. Once I build with existing CMakeList.txt file. I...