You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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
I use the
dev
branch ofdap-buddy.nvim
. I use:DIInstall python
to install the debuger for python. However, it can not find the dependenies even I installed them inthe PATH directories. I find the reason causes this issue. It is this line.
As the screenshot shows I print the
output
variable. it should be a string ofexists
. However, It includes the path. this line seems not work correctly for me.The text was updated successfully, but these errors were encountered: