gvm icon indicating copy to clipboard operation
gvm copied to clipboard

Warning: could not find bison/Error: Missing requirements

Open chiku524 opened this issue 4 years ago • 2 comments

Hi

I am trying to install GVM on windows via gitbash. When running the curl command, it says that it successfully installs GVM.

When I close the terminal and open a new one, I try running GVM and it says command not found. I then run source ~/.gvm/scripts/gvm to try and locate it, and when I use the command GVM after that I get this error:

$ gvm
WARNING:
Could not find bison

  linux: apt-get install bison

ERROR: Missing requirements.

Does this mean I need to install bison in order to use GVM? I tried installing flex-bison via chocolatey for windows, but I'm guessing it's not recognizing it as bison.

Any suggestions?

chiku524 avatar Jun 21 '21 16:06 chiku524

Try to use WSL2 on Windows to run an distro linux and install gvm inside of your distro.

luisfelipe3d avatar Jul 21 '21 21:07 luisfelipe3d

http://gnuwin32.sourceforge.net/packages/bison.htm

I installed bison.

works fine in gitbash for windows image

1pavanb avatar Oct 12 '21 08:10 1pavanb