View previous topic :: View next topic |
Author |
Message |
mudspitease n00b

Joined: 09 Mar 2025 Posts: 17
|
Posted: Thu May 08, 2025 4:26 pm Post subject: Issues Upgrading to Python 3.13? |
|
|
Hello,
I get these warnings on my portage output after trying to upgrade to Python3.13 per news item "Python 3.13 to become the default on 2025-05-01".
I ran the Safer Upgrade Procedure track of items, and I get this very long, very massive update, using the sudo emerge --ask --deep --update --changed-use @world command: https://pastebin.com/XJXWTA3K
I get similar errors when I run sudo emerge -uDU --with-bdeps=y @world: https://pastebin.com/Fi1tXixU
Is this an error, even though the first command says there is nothing to update?
My /etc/portage/package.use/python is
#*/* PYTHON_TARGETS: -* python3_13
#*/* PYTHON_SINGLE_TARGET: -* python3_13
Or will these errors be fixed through a future update, and then I can update like normal using the first "changed use" command? |
|
Back to top |
|
 |
logrusx Advocate


Joined: 22 Feb 2018 Posts: 2982
|
Posted: Thu May 08, 2025 4:42 pm Post subject: Re: Issues Upgrading to Python 3.13? |
|
|
mudspitease wrote: |
I ran the Safer Upgrade Procedure track of items |
Any particular reason to do that?
Your second paste is either wrong or private.
And those are not errors, but warnings, as stated in the output.
Best Regards,
Georgi
Last edited by logrusx on Thu May 08, 2025 4:44 pm; edited 1 time in total |
|
Back to top |
|
 |
mudspitease n00b

Joined: 09 Mar 2025 Posts: 17
|
Posted: Thu May 08, 2025 4:43 pm Post subject: Re: Issues Upgrading to Python 3.13? |
|
|
logrusx wrote: | mudspitease wrote: |
I ran the Safer Upgrade Procedure track of items |
Any particular reason to do that?
Best Regards,
Georgi |
Just following the instructions in the news item. |
|
Back to top |
|
 |
grknight Retired Dev

Joined: 20 Feb 2015 Posts: 2155
|
Posted: Thu May 08, 2025 4:44 pm Post subject: |
|
|
Code: | >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)] required by (media-sound/beets-1.7.0_pre20240501-r1:0/0::gentoo, installed) USE="-doc -test" ABI_X86="(64)" PYTHON_SINGLE_TARGET="python3_12 -python3_11" |
This is at least one issue holding up your migration. media-sound/beets has not yet been marked compatible. The rest of the packages likely cascade down from here.
See also Bug 952541
Last edited by grknight on Thu May 08, 2025 4:46 pm; edited 1 time in total |
|
Back to top |
|
 |
|