先安裝 jittor
https://github.com/Jittor/jittor/tree/v1.0.1#quickstart
sudo apt install python3.7-dev libomp-dev sudo python3.7 -m pip install git+https://github.com/Jittor/jittor.git # if you cannot access github, please download code from our website: # wget https://cg.cs.tsinghua.edu.cn/jittor/assets/build/jittor.tgz # mkdir -p jittor && tar -xvf ./jittor.tgz -C jittor # sudo pip install ./jittor python3.7 -m jittor.test.test_example