ThePorgs / Exegol

Fully featured and community-driven hacking environment

Home Page:https://exegol.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Pip install not working on Ubuntu 23.04

Nariod opened this issue · comments

commented

Describe the bug

Following the documentation, I am trying to install Exegol using pip which fails with the error error: externally-managed-environment. The result is the same with either sudo or not.

Steps To Reproduce

On a Ubuntu 23.04 system:

  1. Run python3 -m pip install exegol
    image

  2. Run sudo python3 -m pip install exegol
    image

  3. Run sudo python3 -m pip install --requirement "Exegol/requirements.txt"
    image

Exegol Wrapper Version

N/A

Host OS

Linux

Configuration of the concerned container

No response

Execution logs in debug mode

N/A

Exception

No response

Anything else?

No response

Hello

What is your version of python and how did you installed python on your OS ? It seems like your python setup is broken :/

Do you have the same error when installing other package ?

Do you have multiple python version installed ? (To avoid conflict beetwen them)

commented

Hello @Dramelac,

This behavior happened after an upgrade from Ubuntu 22.10 to 23.04. The python version is 3.11.2, however there is indeed a problem on my installation, as I get the same error message for all pip packet installs.

commented

Closing the issue, as it is more related to an Ubuntu upgrade issue than Exegol.