Discussion:
[gentoo-user] Python3.10 python 3.11
(too old to reply)
Jacques Montier
2023-05-28 16:50:01 UTC
Permalink
Hello all,

I have upgraded python from 3.10 to 3.11 without any issues.
I can't get rid of pyton-3.10


*Mr Montier Jacques*
*30 rue de la Boulais, 35000 Rennes*
*06 74 37 69 60*
Michael
2023-05-28 16:50:01 UTC
Permalink
Post by Jacques Montier
Hello all,
I have upgraded python from 3.10 to 3.11 without any issues.
I can't get rid of pyton-3.10
*Mr Montier Jacques*
*30 rue de la Boulais, 35000 Rennes*
*06 74 37 69 60*
You can check what packages depend on it, after you make sure you have not
specified manually version 3.10 anywhere in /etc/portage:

grep python -r /etc/portage/

emerge --depclean -v -p dev-lang/python
Jacques Montier
2023-05-28 18:00:01 UTC
Permalink
Post by Michael
You can check what packages depend on it, after you make sure you have not
grep python -r /etc/portage/
emerge --depclean -v -p dev-lang/python
Hi Michael,

That's it ! i had two lvm packages installed (14.0.6-r2 and 15.0.7)
The 14.0.6-r2 needed python-3.10.
So unmerging llvm-14.06-r2 solved the problem.
emerge --depclean uninstalled python-3.10 !

Thanks a lot, Michael !

Cheers,

--
Jacques

Loading...