Having Problem executing vagrant up using Windows 7

The error says

default: Box ‘base’ could not be found . Attempting to find and install…

default: Box file was not detected as metadata. Adding it directly…

Couldn’t open file /C:/bahmni/base

Hi @sabinoneves, Can you share the contents of your Vagrantfile inside bahmni-vagrant folder.

yes I do,

-- mode: ruby --

vi: set ft=ruby :

Vagrant.configure(2) do |config| config.vm.box = “my-bahmni-box” config.vm.box_url = “file:///c:/my-bahmni-vagrant/package.box” config.vm.box_check_update = true config.ssh.insert_key = false config.vm.network “private_network”, ip: “192.168.33.10” config.vm.synced_folder “…”, “/bahmni”, :owner => “vagrant” config.vm.provider “virtualbox” do |v| v.customize [“modifyvm”, :id, “–memory”, 3092, “–cpus”, 2, “–name”, “Bahmni-RPM”] end end

Thank You for trying to help, actually Iam having this problem has been 2 days. I already downloaded 2 Virtuabox package.box just in case, to see which one is compatible. but I still have the same problem I explained above. @binduak

Hi @sabinoneves,

Looks like it couldn’t find the package.box file in the specified location. Can you share the screenshot of the contents in c:/my-bahmni-vagrant/ folder.