-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug Report] VSCode Debugger not setting up correct Python environment #1500
Comments
Thanks for posting this. Something may have changed with that commit of Isaac Lab. Could you please try the release v1.3.0 (d603b67) commit? Thank you. |
Unfortunately still the same error. |
Ok, thanks, we will investigate. |
I have the same problem, looking forward to your reply, thanks! |
I face the same issue, even with the latest release |
Still having the same issue, but I found a workaround for now. I copied the part that sets up the python environmnet and exports other env variables from the setup_python.sh:
Add to
edit: added |
Thanks for posting this. We are looking into this issue and if we can provide a workaround soon. |
Describe the bug
I dont know if this error even is Isaac Lab related or if it is related to Isaac Sim or even VSCode, but since yesterday the VSCode debugger doesnt work anymore with the Isaac Lab Workspace. The error started to happen after I updated the Omniverse Cache to 2023.2.7, I tried to revert the update, but it did not change anything. I also tired to set up Isaac Lab and Isaac Sim again on two different machines, but i always get the same error. When executing the same script with the
isaaclab.sh
script everything works normally. It seems to me that the_isaac_lab/python.py
script is not run with the debugger and the isaac interpreter is used directly, because of the console output i get (see down below). When i try to run my python script with that interpreter directly i get the same errors . I also tried adding an echo to the_isaac_lab/python.py
, but it never got displayed in the console.Steps to reproduce
Python: Train Environment
config)Console log:
Error message:
VSCode defaultInterpreterPath:
System Info
Describe the characteristic of your environment:
The text was updated successfully, but these errors were encountered: