Sujet : Re: Issues with uninstalling python versions on windows server
De : mats (at) *nospam* wichmann.us (Mats Wichmann)
Groupes : comp.lang.pythonDate : 10. May 2024, 16:02:44
Autres entêtes
Message-ID : <mailman.3.1715349779.2806.python-list@python.org>
References : 1 2 3 4 5
User-Agent : Mozilla Thunderbird
On 5/10/24 03:39, Tripura Seersha via Python-list wrote:
Hi Barry,
Automation is using the system account using which the installation is failing with exit code 3. This account has the administrative privileges.
Please help me with this issue.
Thanks,
Seersha
You probably have a better chance of finding the attention of people who know about the details either on the Python Discuss board (discuss.python.org), or by filing an issue - after first checking someone else isn't wrestling with the same problem you are - there are a number of uninstall-related issues open (
https://github.com/python/cpython/issues)
In particular, I see that this part of your issue:
> I have observed that uninstallation is working only with the account/login using which the python version is installed
seems to be a known problem, where the user who initiated the install has the uninstall registered to their account - see
https://github.com/python/cpython/issues/69353