Replies: 1 comment
-
Codelldb bundles its own Python interpreter, and you cannot replace it with Conda. To install numpy, matplotlib, etc see this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am writing some code with opencv , and suprised by the data-visualization modules of code-lldb which implemented by the debugvis.py. But when i perform debug of my code, I got this error as follow:
and down there is my
lunch.json
:I thought that is due to the code-lldb use a wrong python interpreter. In my computer, I use anaconda to manage different python envs, So I just want to figure out some question:
Beta Was this translation helpful? Give feedback.
All reactions