Illegal instruction using torchaudio.transforms.Resample wikt Raspberry Pi 4B

Hi !
I am working on the project with PyTorch and Raspberry Pi 4B. When I run my code on Raspberry, I receive sth like error or message “Illegal instruction”. It is raised in:

transform = torchaudio.transforms.Resample(orig_freq=sample_rate, new_freq=new_sample_rate)
tensor = transform(tensor)

What can be wrong? Obviously, I checked everything on my computer and it works without any errors.
Have you ever seen sth like this?