how to set python path in lldb #478
Unanswered
jiaqiwang969
asked this question in
Q&A
Replies: 1 comment
-
CodeLLDB uses Python 3.9, but your system probably uses some other version by default. You'll need to install numpy in LLDB command prompt, which can be opened by executing command of the same name in VSCode. |
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
-
How to specify the python path, actually I have installed NumPy in python3.
Executing script: initCommands
error: module importing failed: Traceback (most recent call last):
File "", line 1, in
File "/Users/wjq/TestLab/cpp-hello/debugvis.py", line 7, in
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Beta Was this translation helpful? Give feedback.
All reactions