How to build torch_glow

when i build the torch_glow use the command "cd $PATH/glow/torch_glow && python3 setup.py install“
there are some errors as “c10:xxx symbol can not find”.
i installed the pytorch with “pip install torch==1.4.0+cpu torchvision==0.5.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
my OS is “ubuntu18.04”
python3.6.9

could anyone help me to solve it. thanks!