Skip to content

ModuleNotFoundError: No module named 'psutil' #11

Description

@Eric-Sparks

When trying to start ZephyrGate I get the following error:

$ ./start.sh 
Starting ZephyrGate...
ZephyrGate is starting...
Press Ctrl+C to stop

Traceback (most recent call last):
  File "/home/user/meshtastic-ZephyrGate/src/main.py", line 23, in <module>
    from core.health_monitor import HealthMonitor, HealthAlert, AlertSeverity
  File "/home/user/meshtastic-ZephyrGate/src/core/health_monitor.py", line 14, in <module>
    import psutil
ModuleNotFoundError: No module named 'psutil'

I have verifed that python3-psutil is installed. What am I missing?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions