Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tools] Mention that need to install psutil Python module #1

Open
dimakuv opened this issue Jan 3, 2024 · 0 comments
Open

[tools] Mention that need to install psutil Python module #1

dimakuv opened this issue Jan 3, 2024 · 0 comments

Comments

@dimakuv
Copy link
Contributor

dimakuv commented Jan 3, 2024

Commit [tools] Introduce Gramine VM ID in gramine-vm.in introduces a requirement of psutil Python module. Without it installed on the host, gramine-vm fails like this:

$ gramine-vm helloworld
Error: Python script for determining the Gramine-VM ID exited with a non-zero status: 1
Error message: Traceback (most recent call last):
  File "<string>", line 2, in <module>
ModuleNotFoundError: No module named 'psutil'

To fix the problem, simply apt install python3-psutil.

We must mention it in the documentation.

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

No branches or pull requests

1 participant