Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

pip3 broke my debian

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

pip3 broke my debian

#1 Post by bester69 »

Hi,
Take care with pip3, I found out it might break in some way your system...

I Installed backintime app, and when went to launching it, It crashed with some python3 issues output message. (Ive been living with this issue without to realeased for so long). I made some investigations, and started to uninstall pip3' components, and when i uninstalled python-dbus (pip3 uninstall python-dbus), It fixed the problem.., so take care with that thing.
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: pip3 broke my debian

#2 Post by debiman »

i would never give pip root privileges, that should sufficiently minimise the risks.

User avatar
None1975
df -h | participant
df -h | participant
Posts: 1389
Joined: 2015-11-29 18:23
Location: Russia, Kaliningrad
Has thanked: 45 times
Been thanked: 66 times

Re: pip3 broke my debian

#3 Post by None1975 »

You should install with regular user

Code: Select all

pip3 install --user
OS: Debian 12.4 Bookworm / DE: Enlightenment
Debian Wiki | DontBreakDebian, My config files on github

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: pip3 broke my debian

#4 Post by bester69 »

None1975 wrote:You should install with regular user

Code: Select all

pip3 install --user
Ok, Good to know it

Thanks,
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

Post Reply