Compile 0.3 on mac os 10.13.2

Hi,
I downloaded the pytorch-0.3 tarball from the github release page. However I can’t run the cmake on Mac OS 10.13.2 . I have installed Anaconda5 and after run "python setup.py install " it says “Could not find /Users/liangstein/pytorch-0.3.0/torch/lib/gloo/CMakeLists.txt
Did you run ‘git submodule update --init’?”

After I run ‘git submodule update --init’ it says “fatal: Not a git repository (or any of the parent directories): .git”

00 PM

Use git clone to download the repo.

I git the latest repo. However after python setup.py install I met new problems.

Did you do MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ python setup.py install?

我去…以前编译时设过的参数忘了, 十分感谢!