Problem of installation on Ubuntu OS

Hi All,
i am trying to install HomeAssistant on ubuntu which running on vmware.
I followed the steps on official website, at the last step, i typed command “hass” in python virtual environment, then nothing printed, i checkout the logs and fault logs in “.homeassistant/”, there were nothing too.

The Ubuntu version is “ubuntu-22.04-desktop-amd64”.

Does anyone know what happened? Please tell me, thanks.Snipaste_2022-08-08_19-10-21

When I test out a new python virtual environment, I use: hass --open-ui (not sure this flag is necessary, but what I have always used).

However when I run the hass command for the first time, I get a lot of output on the console and in your case, you’re not getting anything, so yeah I suspect there is some other problem.
Were these the steps you followed?

Have you tried the web interface?

Yes,but can’t open.I checked out netstat and port 8123 are not listening.

Thanks for reply.I just follow that guide you show. When I run command ‘pip3 install homeassistant’ ,all result are good,so it’s weird.