I also encountered this problem and i was able to solve mine by following these steps below: 1, Install homebrew by runnning the following command on your terminal /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" You can get this from https://brew.sh 2, Then, Install vagrant with brew tap hashicorp/tap brew install hashicorp/tap/hashicorp-vagrant 3, Check if vagrant has been installed with vagrant -v 4, Then initialize any version of vagrant from the boxes. for example "vagrant init ubuntu/focal4" and vagrant up, then vagrant ssh...