Unable to download Vagrant box - cannot find box error (windows 10)

Hello,

I am using Windows 10, and when I try to download the box, I get this error:

The ‘bahmni-team/bahmni’ box could not be found. See attached screenshot:

What should I do?

(Posted on behalf of a community member)

Can you try to perform a direct download of the box, based on instructions mentioned here: https://bahmni.atlassian.net/wiki/display/BAH/Bahmni+Virtual+Box#BahmniVirtualBox-DirectDownloadofVagrantBox

The issue is in the 1.8.x build of vagrant for Windows. Since Vagrant has C++ components, on windows it depends on the standard C++ 32 bit lib which can be found at https://www.microsoft.com/en-us/download/details.aspx?id=8328 which has been removed in windows 10. Installing this, followed by vagrant or reinstalling it after this is installed will fix this problem.

This is a specifically know issue only in Windows 10.

References for this issue on the official Vagrant repo

3 Likes