Closed oniithecat closed 2 years ago
Hello,
From what I see, you have installed rich in your user python environment but you run exegol
in sudo
so in a root environment which probably doesn't have the dependencies to install.
You can try to run exegol without sudo (see documentation for docker permissions), or you have to install the python dependencies in the root environment.
@Dramelac's answer should fix the issue. Closing it Feel free to open again if needed
I also have the right version of rich
Requirement already satisfied: rich in ./.local/lib/python3.8/site-packages (11.2.0)