Mailing List Archive

Python3.10 python 3.11
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*
Re: Python3.10 python 3.11 [ In reply to ]
On Sunday, 28 May 2023 17:39:57 BST Jacques Montier wrote:
> 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
Re: Python3.10 python 3.11 [ In reply to ]
>
>
> 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



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