from python import Python
fn main() raises:
torch = Python.import_module("torch")
x = torch.tensor([1, 2, 3])
print(x)Unhandled exception caught during execution: libmkl_intel_lp64.so.2: cannot open shared object file: No such file or directory
mojo: error: execution exited with a non-zero result: 1