pocco81 / dap-buddy.nvim

🐞 Debug Adapter Protocol manager for Neovim
GNU General Public License v3.0
400 stars 48 forks source link

Can not find the dependencies. #72

Open xyecoding opened 2 years ago

xyecoding commented 2 years ago

I use the dev branch of dap-buddy.nvim. I use :DIInstall python to install the debuger for python. However, it can not find the dependenies even I installed them in the PATH directories. I find the reason causes this issue. It is this line.

image

As the screenshot shows I print the output variable. it should be a string of exists. However, It includes the path. this line seems not work correctly for me.

JolinpiggyYulongJin commented 2 years ago

I would suggest you try this forked repo: https://github.com/ravenxrz/DAPInstall.nvim

MagicMarvel commented 1 year ago

Meet same problem. I am using WSL2 + LunarVim. When I try DIInstall ccppr_vsc, Even if these dependencies are installed, I will get the following error Error: some dependencies were not met. In order to install this debugger you must install the following programs: wget, unzip, make