-
Notifications
You must be signed in to change notification settings - Fork 8
Test permon on MacOS #9
Comments
Hey! I've been browsing GitHub help wanted and found this issue. |
Thanks! That would be great. I just added one more step to the procedure and fixed a link. Its good to go now. |
Apologies for the delay
Re-running in a smaller terminal shows this error at the top of the terminal display:
Running
So
Trying to add CPU temperature threw:
Trying to add vRAM usage printed in the GUI: Removing all graphs showed:
Running tests on the source throws:
|
If you'd like me to tweak or change anythong let me know |
Thanks a lot! To sum up, the issues are:
I managed to get an older version of MacOS running on my system, so I will be able to fix the errors myself. It would be great if you could verify it once they work on my machine though. I'll track my progress here. Edit: Errors shown in the GUI (such as the one that you saw when trying to add vRAM usage) are intended and just gracefully show that the respective stat is not available. |
The problems should be fixed now. |
Permon already works well on Linux, so I do not expect many issues on MacOS. I would greatly appreciate if someone else could test it because I do not currently have access to a mac. The test procedure on MacOS would be:
pip install git+https://github.com/bminixhofer/permon
1.1 Try
permon terminal
,permon browser
andpermon native
and manually ensure adding / removing stats works and all stats are properly displayed.1.2 Try adding a simple custom stat as described in the user doc.
2.1 Run the tests and see if all of them pass:
pytest tests/
.2.2 Build the docs (
./bin/build-docs.sh
) and the browser frontend (./bin/build-browser.sh
) and see if these work without errors.Make sure to do all of this in a virtual environment so that dependencies are not already installed.
The text was updated successfully, but these errors were encountered: