Following the instructions for installing a conda enviorment. Here is what I typed:
(issac_sim) bizon@dl:~/eric/OmniIsaacGymEnvs$ source ~/.local/share/ov/pkg/isaac_sim-2022.2.0/setup_conda_env.sh
(issac_sim) bizon@dl:~/eric/OmniIsaacGymEnvs$ alias PYTHON_PATH=~/.local/share/ov/pkg/isaac_sim-2022.2.0/python.sh
(issac_sim) bizon@dl:~/eric/OmniIsaacGymEnvs$ PYTHON_PATH -m pip install -e .
Warning: running in conda env, please deactivate before executing this script
If conda is desired please source setup_conda_env.sh in your python 3.7 conda env and run python normally
/home/bizon/.local/share/ov/pkg/isaac_sim-2022.2.0/python.sh: line 41: /home/bizon/.local/share/ov/pkg/isaac_sim-2022.2.0/kit/python/bin/python3: Argument list too long
There was an error running python
(issac_sim) bizon@dl:~/eric/OmniIsaacGymEnvs$ ls
docker docs LICENSE.txt omniisaacgymenvs README.md setup.py
(issac_sim) bizon@dl:~/eric/OmniIsaacGymEnvs$ python
Python 3.7.16 (default, Jan 17 2023, 22:20:44)
[GCC 11.2.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
quit()
Something seems to be going wrong in python.sh at the very last line. Any ideas? I am trying to move from issac gym to sim and I am completely stuck..
Following the instructions for installing a conda enviorment. Here is what I typed:
(issac_sim) bizon@dl:~/eric/OmniIsaacGymEnvs$ source ~/.local/share/ov/pkg/isaac_sim-2022.2.0/setup_conda_env.sh (issac_sim) bizon@dl:~/eric/OmniIsaacGymEnvs$ alias PYTHON_PATH=~/.local/share/ov/pkg/isaac_sim-2022.2.0/python.sh (issac_sim) bizon@dl:~/eric/OmniIsaacGymEnvs$ PYTHON_PATH -m pip install -e . Warning: running in conda env, please deactivate before executing this script If conda is desired please source setup_conda_env.sh in your python 3.7 conda env and run python normally /home/bizon/.local/share/ov/pkg/isaac_sim-2022.2.0/python.sh: line 41: /home/bizon/.local/share/ov/pkg/isaac_sim-2022.2.0/kit/python/bin/python3: Argument list too long There was an error running python (issac_sim) bizon@dl:~/eric/OmniIsaacGymEnvs$ ls docker docs LICENSE.txt omniisaacgymenvs README.md setup.py (issac_sim) bizon@dl:~/eric/OmniIsaacGymEnvs$ python Python 3.7.16 (default, Jan 17 2023, 22:20:44) [GCC 11.2.0] :: Anaconda, Inc. on linux Type "help", "copyright", "credits" or "license" for more information.
Something seems to be going wrong in python.sh at the very last line. Any ideas? I am trying to move from issac gym to sim and I am completely stuck..