Externally managed environment

so I’m trying to set up an inky impression with a raspberry pi 3, however, my pip install commends don’t work and I have to use the --break-system-packages or other commends to override it, which doesn’t help with the installation curl function that is given to install everything. is there a way to override this or fix the error?
Thanks!

Have a look at this.
How to solve “error: externally-managed-environment” when installing via pip3 | Jeff Geerling

It’s not recommended and a do so at your own risk. That being said I did the
sudo rm -rf /usr/lib/python3.11/EXTERNALLY-MANAGED
At my age I just don’t have the patience to mess around and jump through all those hoops to get the virtual environment functional.

If you install from this branch the installer should set up a virtual environment for you:

Our software team would love to know if you run into any issues with the updated installer.