Sorry sorry sorry…
Franz is right...
Do not uninstall all python versions !
Hogren
On 24/08/2020 11:39, Franz Fellner wrote:
On Mo 24 Aug 2020 11:21:10 +0200, Hogren <hog...@iiiha.com> wrote:
Maybe try to :
- Unmerge all python and python-setuptools versions
No, don't do that!!!
Unmerging all python version will leave you with a non-working portage.
portage is written in python.
You can fix that but it requires some manual intervention...
- Verify your package.use files. Run "grep -Ri 'python'
/etc/portage/package.use/" and delete old files.
- Run a "emerge --newuse --update --autounmask-write --deep
--with-bdeps=y @world".
This should be the first thing to check.
package.use and probably also make.conf should be looked for PYTHON settings.
Uncomment affected lines first (put the character # at the beginning) before
deleting.
The "--deep --newuse" emerge options should take care for the rest.