I\'m trying to execute vagrant plugin install vagrant-vbguest
on my Mac
ProductName: Mac OS X
ProductVersion: 10.12.6
BuildVersion: 16G29
<
I found a solution:
Uninstall vagrant completely and install it again. But take care, to backup your shares before.
How to uninstall: https://www.vagrantup.com/docs/installation/uninstallation.html
The problem where some old embedded gems inside /opt/vagrant/embedded/gems/gems directory, which I do not know how to update or to select the default version.
VAGRANT_DISABLE_STRICT_DEPENDENCY_ENFORCEMENT=1 vagrant plugin install vagrant-vbguest
resolved the issue. Looks like workaround, but it worked for me and everything seems ok right now.