Need help with installing a virtual machine in Ubuntu server 18.04.1

So I am trying to install a virtual machine using KVM and I can’t figure out why it won’t work.
The error message I get is this:
“ERROR Error validating install location: Validating install media ‘/home/warmerspy/ubuntu18.04.1-server-amd64.iso’ failed: Must specify storage creation parameters for non-existent path ‘/home/warmerspy/ubuntu18.04.1-server-amd64.iso’”

The command I am using:
“sudo virt-install -n Ubuntu-server-vm1 --description “Ubuntu Server vm1” --os-type=Linux --os-variant=rhel7 --ram=2048 --vcpus=1 --disk path=/var/lib/libvirt/images/ubuntu-server-vm1.img,bus=virtio,size=10 --network bridge:br0 --graphics none --location /home/warmerspy/ubuntu18.04.1-server-amd64.iso --extra-args console=ttyS0”

I figured what I did wrong. The name of the iso was wrong.