Skip to content
Discussion options

You must be logged in to vote

After modifying this part in the isaaclab.bat file, it started working. I don't know why, but I'm leaving this here in case someone else encounters the same issue.

rem check if the environment exists
call conda env list | findstr /c:"%env_name%" >nul
if %errorlevel% equ 0 (
echo [INFO] Conda environment named '%env_name%' already exists.
) else (
echo [INFO] Creating conda environment named '%env_name%'...
echo [INFO] Installing dependencies from %ISAACLAB_PATH%\environment.yml
rem -----------------------------------------------
rem patch Python version if needed, but back up first
rem -----------------------------------------------
copy "%ISAACLAB_PATH%\environment.yml" "%ISAACLAB_PATH%\…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kuh0729
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant