Hi there
I have Python 3.12.3 on a Ubuntu 24.04 VM.
I would like to install pip3 but Ubuntu gives me an error.
The error is "externally-managed-environment"
It says if I do want to install it then I can risk instaling it with --break-system-packages
And then it gives the hint of "See PEP 668 for the detailed specification"
What must I do to fix this or which Python version does not gives this error.
Thanks in advance!