Skip to content
Discussion options

You must be logged in to vote

Hey Aaron,

The ModuleNotFoundError you are experiencing is likely because you ran sudo munet without inheriting the local environment variables. As per the note about sudo configuration (linked here in the docs), many users need to run sudo with the -E flag.

e.g: sudo -E munet

On a separate note, I am not aware of any issues that you should be concerned about when installing munet as root. The warning shown is unrelated to munet, and instead related to the standard pip recommendation of how to install python packages (i.e. install without sudo).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@aaronzhang194
Comment options

Answer selected by liambrady
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants