tern icon indicating copy to clipboard operation
tern copied to clipboard

Installation instructions with vagrant don't work on my system

Open arun-kumar2 opened this issue 1 year ago • 0 comments

Describe the bug Unable to start tern with the instructions given for vagrant, I followed the instructions in the "Getting Started with Vagrant" section in the Readme: https://github.com/tern-tools/tern. When i do vagrant up, i get a message saying that: Timed out while waiting for the machine to boot. This means that Vagrant was unable to communicate with the guest machine within the configured ("config.vm.boot_timeout" value) time period.

If i start the VM in Virtualbox, i see this error: dependency failed for hyper-v kvp protocol daemon

To Reproduce Steps to reproduce the behavior:

  1. Follow the instructions in the "Getting Started with Vagrant" section in the Readme: https://github.com/tern-tools/tern.
  2. run vagrant up
  3. i get a message saying that: Timed out while waiting for the machine to boot. This means that Vagrant was unable to communicate with the guest machine within the configured ("config.vm.boot_timeout" value) time period.

If i start the VM in Virtualbox, i see this error: dependency failed for hyper-v kvp protocol daemon image

Expected behavior VM should start without any errors to enable me to use tern

Environment you are running Tern on Enter all that apply

  • Output of 'tern --version' - NA
  • Operating System (Linux Distro and version or Mac or Windows) Git bash on Windows 10
  • Vagrant file Same as the one mentioned in the instructions - from your repo
  • Container OS Ubuntu
  • Python version (3.6 or higher) 3.6.7
  • Cloud environment (AWS, Azure, GCP) NA Please attach files if they exist
  • tern.log
  • report.* NA

arun-kumar2 avatar Aug 03 '22 08:08 arun-kumar2