I'm trying to run python code through a shell script. So my .sh looks like this:
But when I run it I keep getting:
ModuleNotFoundError: No module named 'torch'
I'm running the shell script on my windows command shell using bash (I have WSL installed) and I already installed torch with pip.
So when I run the shell script with bash, this happens:
No idea what's happening. I'll be very grateful recieving any kind of help :D