Vagrant Up Error

Hi, I am new to programming and am trying to get my virtual machine up and running. When I write Vagrant Up, I get this error:
Bringing machine ‘default’ up with ‘libvirt’ provider…
Error while connecting to libvirt: Error making a connection to libvirt URI qemu:///system?no_verify=1&keyfile=/home/claire/.ssh/id_rsa:
Call to virConnectOpen failed: Failed to connect socket to ‘/var/run/libvirt/libvirt-sock’: No such file or directory

Would anyone have any advice on how to fix this?
Thank you!

Hey there,
could you also share your Vagrantfile, what host your running on and maybe a debug log. I’m not super familiar with libvirt in general.

Are you able to start a vm using libvirt manually?

Call to virConnectOpen failed: Failed to connect socket to ‘/var/run/libvirt/libvirt-sock’: No such file or directory

This error seems suspiciously like some part of libvirt is not setup completely?