-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Hi there i installed rlgym-tools for the replay parser, and i get
home/ubuntu/repos/gameai_repos/rlgym_rocket/.venv/lib/python3.11/site-packages/rlgym_tools/rocket_league/replays/convert.py:26: UserWarning: Numba/scipy not found, falling back to non-jitted functions
warnings.warn("Numba/scipy not found, falling back to non-jitted functions")
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/home/ubuntu/repos/gameai_repos/rlgym_rocket/data_getters/parse_replays.py", line 5, in <module>
replay = ParsedReplay.load("data_getters/replays/96075215-2423-4b38-841b-03ef3dc7c3b4.replay")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/repos/gameai_repos/rlgym_rocket/.venv/lib/python3.11/site-packages/rlgym_tools/rocket_league/replays/parsed_replay.py", line 87, in load
process_replay(replay_dir, temp_dir, carball_path=carball_path, skip_existing=False)
File "/home/ubuntu/repos/gameai_repos/rlgym_rocket/.venv/lib/python3.11/site-packages/rlgym_tools/rocket_league/replays/parsed_replay.py", line 34, in process_replay
return subprocess.run(
^^^^^^^^^^^^^^^
File "/home/ubuntu/.local/share/uv/python/cpython-3.11.11-linux-x86_64-gnu/lib/python3.11/subprocess.py", line 548, in run
with Popen(*popenargs, **kwargs) as process:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/.local/share/uv/python/cpython-3.11.11-linux-x86_64-gnu/lib/python3.11/subprocess.py", line 1026, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/home/ubuntu/.local/share/uv/python/cpython-3.11.11-linux-x86_64-gnu/lib/python3.11/subprocess.py", line 1955, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: '/home/ubuntu/repos/gameai_repos/rlgym_rocket/.venv/lib/python3.11/site-packages/rlgym_tools/rocket_league/replays/carball.exe -i "data_getters/replays/96075215-2423-4b38-841b-03ef3dc7c3b4.replay" -o "/tmp/tmp_k36ss1g/96075215-2423-4b38-841b-03ef3dc7c3b4" parquet'
Is there another package or executable I should have?
Metadata
Metadata
Assignees
Labels
No labels