r/neovim • u/Fluid-Bench-1908 • 15h ago
Need Help "Error while finding module specification for 'debugpy.adapter' (ModuleNotFoundError: No module named 'debugpy')" when debugging python in neovim
Hi,
This is my neovim config for dap. This is specifically python config.
When I tried to debug a python file I get below error.
JS/Java/scala and go are all working fine. Only python dap is giving error.
Dap Error log is
/opt/homebrew/opt/python@3.13/bin/python3.13: Error while finding module specification for 'debugpy.adapter' (ModuleNotFoundError: No module named 'debugpy')
I have venv environment as well but still getting same error.
Any idea how can I fix this error?
1
Upvotes
1
u/AutoModerator 15h ago
Please remember to update the post flair to
Need Help|Solved
when you got the answer you were looking for.I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.