执行sh make.sh报错no module named torch,但import torch正常

在github下载了一个pytorch的源代码,想仿真一下,在执行sh make.sh时出现报错图片说明
但是python输出import torch时都是正常的,不知大佬们有没有什么方法可以指导一下

https://blog.csdn.net/weixin_33834137/article/details/93300869

会不会是忘了切换到装了torch的那个环境下,在base里了