-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hello developers,
I encountered a serious problem when running ScienceBoard locally with a VMware-based virtual machine.
Although the VM boots successfully and an IP address is assigned, DesktopEnv/OSWorld is not running inside the Ubuntu VM, which causes every VM task to fail at the step where ScienceBoard sends the internal POST request:
Error when requesting POST/setup/execute: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
GPT suggests:
OSWorld/DesktopEnv inside the VM is not installed at all, so the REST API server (the one that should respond to /setup/execute) is not running.
I also confirmed inside the VM that:
The system boots into a normal Ubuntu desktop
Only basic programs exist
There is no OSWorld, no DesktopEnv, no sci_bench snapshot environment, etc.
The VM workstation I used is this one got in the VM.zip from Hugging Face,
And due to several problems like no IP address reported in Windows terminal, I adjust some setup in VMware Workstation. (I hope Chinese is ok for this part):
If you could kindly offer some help, I will appreciate very much. I'm looking forward to your response.