Glances cannot start in web server mode in MacOS #3012
Closed
LorenKeagle
started this conversation in
General
Replies: 1 comment
-
Hi @LorenKeagle It is not a Glances issue, please open it on Homebrew: https://github.com/Homebrew/homebrew-core/blob/8d97a836b599c18414b44f2de2e9fe966270eedc/Formula/g/glances.rb |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After installing on my macbook pro using homebrew, I get the following error when starting the web server:
I've also installed FastAPI via homebrew, but it has no effect.
Steps to reproduce the behavior:
brew install glances
glances -w
Expected behavior
Glances to run out of the box in webserver mode, and to find the fastapi dependency correctly.
Environment (please complete the following information)
MacOS Sonoma 14.7
Glances version: 4.2.1, Glances API version: 4, PsUtil version: 6.1.0
brew install glances
Additional context
FastAPI was also installed via HomeBrew:
There is no configuration file. The log file only contains these lines repeated for each time I tried to launch with
-w
:Beta Was this translation helpful? Give feedback.
All reactions