You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Commit
[tools] Introduce Gramine VM ID in gramine-vm.in
introduces a requirement ofpsutil
Python module. Without it installed on the host,gramine-vm
fails like this:To fix the problem, simply
apt install python3-psutil
.We must mention it in the documentation.
The text was updated successfully, but these errors were encountered: