Skip to content

Add missing psutil runtime dependency - #12

Open
szx19970521 wants to merge 1 commit into
netnutmike:mainfrom
szx19970521:fix-psutil-requirement
Open

Add missing psutil runtime dependency#12
szx19970521 wants to merge 1 commit into
netnutmike:mainfrom
szx19970521:fix-psutil-requirement

Conversation

@szx19970521

Copy link
Copy Markdown

Fixes #11.

This adds psutil to requirements.txt. src/core/health_monitor.py imports psutil during startup, so a fresh install from the project requirements can currently fail with ModuleNotFoundError before ZephyrGate finishes booting.

I kept the change limited to the missing runtime dependency.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ModuleNotFoundError: No module named 'psutil'

1 participant