You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the command python -m pip install -e exts/ext_template from the readme (with the extension name changed) the error in the title is thrown if anything other than conda is used for the virtual environment. I have a suspicion that this is due to the different way conda is handled in the IsaacLab install script. Wondering if anyone would know how to fix this?
The text was updated successfully, but these errors were encountered:
When running the command
python -m pip install -e exts/ext_template
from the readme (with the extension name changed) the error in the title is thrown if anything other than conda is used for the virtual environment. I have a suspicion that this is due to the different way conda is handled in the IsaacLab install script. Wondering if anyone would know how to fix this?The text was updated successfully, but these errors were encountered: