This repository was archived by the owner on Jan 20, 2022. It is now read-only.

Description
Description of the problem
I follow the "Quick start without SGX support" step by step.
when I input "sudo make" in file "/graphene/LibOS/shim/test/regression/", I receive
Traceback (most recent call last):
File "/usr/local/bin/graphene-manifest", line 4, in <module>
from graphenelibos.manifest import main
ModuleNotFoundError: No module named 'graphenelibos'
../../../../Scripts/manifest.mk:8: recipe for target 'argv_from_file.manifest' failed
make: *** [argv_from_file.manifest] Error 1
I have no idea how to deal with the: "No module named 'graphenelibos'".
THANK YOU FOR ANY HELP!