Vincent Shao
Results
1
comments of
Vincent Shao
I also met this problem, and I found it is caused by the -arch option in gcc in this thread https://github.com/giampaolo/psutil/issues/1832. The solution is `export ARCHFLAGS="-arch x86_64"; pip install pystan==2.19.1.1;...