No I have not installed any plugin yet.
On Monday, July 10, 2023 at 2:08:47 PM UTC+3 [email protected] wrote:
> Are you using any plugins? Could you post your Vagrant file?
>
> On Monday, July 10, 2023 at 4:21:39 AM UTC-4 Stephen Nyanyuki wrote:
>
>> The reported error is:
>>
>> conflicting dependencies google-protobuf (= 3.23.1) and google-protobuf
>> (= 3.23.3)
>> Activated google-protobuf-3.23.3
>> which does not match conflicting dependency (= 3.23.1)
>>
>> Conflicting dependency chains:
>> google-protobuf (= 3.23.3), 3.23.3 activated
>>
>> versus:
>> google-protobuf (= 3.23.1)
>>
>> Gems matching google-protobuf (= 3.23.1):
>> google-protobuf-3.23.1
>> INFO interface: Machine: error-exit ["Vagrant::Errors::BundlerError",
>> "Vagrant failed to properly resolve required dependencies. These\nerrors
>> can commonly be caused by misconfigured plugin installations\nor transient
>> network issues. The reported error is:\n\nconflicting dependencies
>> google-protobuf (= 3.23.1) and google-protobuf (= 3.23.3)\n Activated
>> google-protobuf-3.23.3\n which does not match conflicting dependency (=
>> 3.23.1)\n\n Conflicting dependency chains:\n google-protobuf (=
>> 3.23.3), 3.23.3 activated\n\n versus:\n google-protobuf (= 3.23.1)\n\n
>> Gems matching google-protobuf (= 3.23.1):\n google-protobuf-3.23.1\n"]
>>
>
--
This mailing list is governed under the HashiCorp Community Guidelines -
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of
those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/vagrant/issues
Discuss: https://discuss.hashicorp.com/c/vagrant/24
---
You received this message because you are subscribed to the Google Groups
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vagrant-up/a2254dbe-8ddf-4a21-b507-4af7b22e5a69n%40googlegroups.com.
Vagrant.configure("2") do |config|
config.vm.box = "rapid7/metasploitable3-win2k8"
config.vm.box_version = "0.1.0-weekly"
end