You are not logged in.
foreword: I know I am to blame for using --break-system-packages, in my defense I will say that I have none
What happened: dowloaded python package with [--break-system-packages], upon update (I assume) python packages do not work anymore (see error below). Have reverted to pre-fucked system with timeshift.
What I need: how do I prevent my system from breaking itself when I have to inevitably update.
Thank you in advance, I apologize for my idiocy, and hope there is a solution for likemindedly rash individuals to look up in future.
Error: Module not found "[name]"
Name is for example "aqt"
Offline
Which program is erroring out like this? Is this some personal project? You should be able to fix this by reinstalling these packages, optimally into a venv so you dont get this problem again ^^
Offline
Should we assume you are talking about using `pip install --break-system-packages`?
Re your question: "how do I prevent my system from breaking itself when I have to inevitably update" What are you using/doing that requires you to use pip like this?
Offline