OmniDrones icon indicating copy to clipboard operation
OmniDrones copied to clipboard

not able to set up the conda environment

Open viveksahukar opened this issue 11 months ago • 7 comments

I'm trying to set up the conda environment as mentioned at the start of the installation page in the documentation.

after running

# at OmniDrones/
cp -r conda_setup/etc $CONDA_PREFIX
# re-activate the environment
conda activate sim

however, I'm getting the following error /home/vs/.local/share/ov/pkg/isaac_sim-2023.1.1/setup_conda_env.sh:.:20: no such file or directory: /home/vs/Developer/ai-safety-drone/OmniDrones/setup_python_env.sh

I looked into the directory structure and I believe that the setup_python_env.sh has been replaced by 2 env_vars.sh scripts in activate.d and deactivate.d folders. Is this correct, how to resolve the situation? Thanks!

viveksahukar avatar Mar 11 '24 05:03 viveksahukar