I could use some help building Glances from source #1892
-
Hi, I am trying to build glances from source and play around with it a bit. I tried building the image using the Makefile but ran into some issues on my system. I solved a few (related to my setup, pip wasn't working, node version was to high,...) then I got to the point where it shows me this error:
I think this might be related to the fact that I am on an M1 Mac... So I SSH'ed into my linux server to try on x86 linux. I wanted to try building using the docker file you provide, that worked great. Using to build: However, then I made some modifications to the html files in glances/output/static, rebuilt, and re-ran the image. Yet when I open the web page I don't see my changes reflected. I looked at the source for the docker file and see: Does that mean it install everything from the PIP repository rather than using my local files? (I am quite new to the python ecosystem) I there any way I can build the image using my local files? Or how would you recommend building from source? I am mostly interested in the project for learning purposes, this project seemed really cool and with reasonable complexity. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @LasseJacobs Maybe the issue is related to giampaolo/psutil#1892 Not sure that PsUtil can be build on Apple M1 for the moment... Nicolas |
Beta Was this translation helpful? Give feedback.
Hi @LasseJacobs
Maybe the issue is related to giampaolo/psutil#1892
Not sure that PsUtil can be build on Apple M1 for the moment...
Nicolas