Siduction Forum

Siduction Forum => Upgrade Warnings => Topic started by: hendrikL on 2023/01/02, 23:22:49

Title: Atention python3 transition is going on
Post by: hendrikL on 2023/01/02, 23:22:49
https://release.debian.org/transitions/html/python3.11-default.html

Take care and read what apt wants to do!

Code: [Select]
9 upgraded, 0 newly installed, 13 to remove and 0 not upgraded
Title: Re: Atention python3 transition is going on
Post by: GoinEasy9 on 2023/01/03, 15:20:24
Thanks hendrikl

this morning hplip and LibreOffice are among those apps to get removed.

Title: Re: Atention python3 transition is going on
Post by: dpanter on 2023/01/04, 19:12:03
OBS Studio in sid (28.0.1+dfsg1-3) doesn't like Python3 3.11 either, but DMO version (1:28.1.2-dmo2) is ok.
Title: Re: Atention python3 transition is going on
Post by: dion on 2023/01/09, 14:59:45
Got a complete system breakdown after full-upgrade.

Error message I got first:

dpkg: error processing archive /var/cache/apt/archives/python3-numpy_1%3a1.24.1-2amd64.deb (unpack):
trying to overwrite '/usr/bin/f2py', which is also in package python-numpy 1:1.16.5-5
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)

apt --fix-broken install

did not help (same error)

Then rebooting led to my laptop not booting into KDE. Booting stops half-way. I don't even have a network with ethernet-cable.

It seems that this problem breaks down KDE or Plasma.

Any solutions?

--- UPDATE ---

i was able to get my system to boot again after putting python3-numpy on hold and then apt --fix-broken install. Full upgrade finished and I could boot again.
But still no network ...
Title: Re: Atention python3 transition is going on
Post by: finotti on 2023/01/09, 15:13:54
Got a complete system breakdown after full-upgrade.

Error message I got first:

dpkg: error processing archive /var/cache/apt/archives/python3-numpy_1%3a1.24.1-2amd64.deb (unpack):
trying to overwrite '/usr/bin/f2py', which is also in package python-numpy 1:1.16.5-5
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)

apt --fix-broken install

did not help (same error)

Then rebooting led to my laptop not booting into KDE. Booting stops half-way. I don't even have a network with ethernet-cable.

It seems that this problem breaks down KDE or Plasma.

Any solutions?

I had the same problem.  The solution was to remove python-numpy (and keep python3-numpy).
Title: Re: Atention python3 transition is going on
Post by: dion on 2023/01/09, 15:30:52
Removing python-numpy did not work for me. I got a lot of dependency errors.
Putting python3-numpy on hold did.
Title: Re: Atention python3 transition is going on
Post by: finotti on 2023/01/09, 15:43:42
Removing python-numpy did not work for me. I got a lot of dependency errors.
Putting python3-numpy on hold did.
I actually did "apt purge python-numpy"...  It worked in two of my machines.
Title: Re: Atention python3 transition is going on
Post by: dion on 2023/01/09, 17:15:28
Network works again.
Still some missing functionality in Plasma.
I hope this will resolve itself over the next couple of days.
Title: Re: Atention python3 transition is going on
Post by: edlin on 2023/01/09, 17:31:41
Is it possible that you ran a full-upgrade that also (unintentionally) removed some packages? This would at least explain that some KDE/Plasma functionality has been lost.
A full-upgrade should only be confirmed if you do not lose any essential packages.

In the meantime a full-upgrade should not cause any problems. However, this cannot fix sins of the past.

edlin
Title: Re: Atention python3 transition is going on
Post by: dion on 2023/01/09, 17:36:51
It's possible some packages were unintentionally removed.
Is there an easy way to reinstall Plasma completely?
Title: Re: Atention python3 transition is going on
Post by: Geier0815 on 2023/01/09, 17:40:25
Have a closer look at /var/log/apt/history.log, there you can see what happened and reinstall the packages needed.
Title: Re: Atention python3 transition is going on
Post by: dion on 2023/01/09, 18:02:13
I reinstalled with:
Code: [Select]
apt install --reinstall kde-plasma-desktopAnd that did the trick.
Everything functional again.