ModuleNotFoundError: No module named 'torch'

Hi,

Our prebuilt is generated with python 3.8.
But based on the screenshot, you are using python 3.10.

Please use python 3.8 instead.
Or you can build PyTorch on your own for python 3.10.

The detailed building steps can be found in the below topic:

Thanks.