ModuleNotFoundError: No module named 'omegaconf'

I believe I have everything installed now, but when I run “diambra run --path.roms <rest_of_path>\executables\streetfighter3\roms uv run python run.py --local”, the code starts but never does anything with the games. In the game log file, I see

Traceback (most recent call last):
File “<rest_of_path>\evaluation_utils\mcp_game_servers\super_mario\server.py”, line 3, in
from mcp_game_servers.base_server import *
File “<rest_of_path>\evaluation_utils\mcp_game_servers\base_server.py”, line 6, in
import omegaconf
ModuleNotFoundError: No module named ‘omegaconf’

I have installed omegaconf both on my machine and through uv. Why might there still be this error?