running bumblebee-status -m cpu results in referencing contrib instead of core
See original GitHub issueBug Report
Description
Affected module: core/psutil and core/cpu Version used: <e.g. latest git, AUR, PIP>
<description>How to reproduce
clone the repo and run ./bumblebee-status -m cpu
I get the following error:
CRITICAL failed to import cpu: No module named 'modules.contrib.cpu'
if you then copy the cpu.py file from core/ to contrib/ I get this error:
CRITICAL failed to import cpu: No module named ‘psutil’
Seems like the psutil is missing completely at the moment in the main branch. I would expect cpu to work since it is in the core modules.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
List of modules — bumblebee-status documentation - the docs
Displays CPU utilization across all CPUs. By default, opens gnome-system-monitor on left mouse click. Requirements: the psutil Python module for the ...
Read more >Various modules fail - seems like I'm missing some setup step ...
So trying to run on the command line to see the issues. ... bumblebee-status -m nic disk:root cpu memory battery date time pasink...
Read more >bumblebee-status returns error in i3wm while i3status and ...
Try running the command in a terminal and see what happens. ... ~/.i3/bumblebee-status/bumblebee-status -m nic disk:home load cpu memory ...
Read more >bumblebee-status - PyPI
a modular, theme-able status line generator for the i3 window manager.
Read more >Debian -- Software Packages in "bookworm"
... Multi-platform cross assembler for 6502/6510/65816 CPU ... adr-tools (3.0.0-2): tools for working with a log of Architecture Decision Records; adun-core ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Cool. Thanks. Really like your work!
please keep it open, I will try to improve this behaviour.