Skip to content
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

Missing file: template_process_sim_dataset.sh leading to subprocess error. #2

Open
ZhaotingLi opened this issue Nov 2, 2023 · 0 comments

Comments

@ZhaotingLi
Copy link

Hello,

While attempting to run the project, I encountered an error indicating that a file named template_process_sim_dataset.sh is missing.

Error Details:

bash: template_process_sim_dataset.sh: No such file or directory
Subsequent to this, a Python error is thrown:
Traceback (most recent call last):
  File "robomimic/scripts/hitl/collect_hitl_demos.py", line 815, in <module>
    subprocess.run([
  File "/home/zhaoting/miniconda3/envs/sirius/lib/python3.8/subprocess.py", line 493, in run
    with Popen(*popenargs, **kwargs) as process:
  File "/home/zhaoting/miniconda3/envs/sirius/lib/python3.8/subprocess.py", line 858, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "/home/zhaoting/miniconda3/envs/sirius/lib/python3.8/subprocess.py", line 1639, in _execute_child
    self.pid = _posixsubprocess.fork_exec(
TypeError: expected str, bytes or os.PathLike object, not NoneType
This suggests that due to the missing bash script, a None value is being passed somewhere it shouldn't be, leading to the TypeError.

Could you please check if this file is missing from the repository or guide me if I've overlooked something?

Thank you for your assistance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant