[Question] Import Isaac Sim pancakes in VScode #1045
Unanswered
relifeto18
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi, Try creating a new vscode workspace, and open ONLY the isaac lab folder. Do CTRL + SHIFT + P (opens command pallete) -> Tasks: Run Task -> setup python env Paths should now resolve https://isaac-sim.github.io/IsaacLab/source/overview/developer-guide/vs_code.html |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I've followed the tutorial to install Isaac Lab and Isaac SIm using pip (newest version) in conda environment.
When running
./isaaclab.sh --install
, a warning showed up:I mainly use Issac Sim for my project. When I write code in VScode under my virtual environment, the editor seems unable to find the packages.
I can run my code in the terminal (the installation should be correct) but it's super annoying if I want to check a function's definition when writing the code. Can you tell me how to fix this problem?
Beta Was this translation helpful? Give feedback.
All reactions