Hi! I had the same problem. In my case it seems to be a problem with installation of torch-2.4.0 for python 3.11. I solved the problem by uninstalling torch and torchvision and then installing the previous versions I had (pip install torch==2.3.1 torchvision==0.18.1).
Hope this helps