Ошибка 0x80070652 python

Created on 2015-10-08 17:41 by Gowtham NM, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Python 3.5.0 (32-bit)_20151008230628.log Gowtham NM,
2015-10-08 17:41
Error in seting up Python
Python 3.5.0 (32-bit)_20151107214149_000_core_JustForMe.log Gowtham N.M,
2015-11-07 16:17
JustForMe log
Python 3.6.4 (64-bit)_20180313115253.log ArranM,
2018-03-13 12:01
Download Error 0x80070652 Log File
Python 3.6.4 (64-bit)_20180319182314.log ArranM,
2018-03-19 18:38
Download Error 0x80070652 Log File 1.2
Messages (11)
msg252563 — (view) Author: Gowtham NM (Gowtham NM) Date: 2015-10-08 17:41
I downloaded Python 3.5 version to install on Windows 10. But apparently, the installation does not succeed.
I have tried with lower version of Python also, the installation does not succeed on Windows 10.

Have attached the logs of the error. I have checked for the particular error code (seen in the screenshot attached) in various forums but none worked.

Looking forward to hear from your team.
msg252565 — (view) Author: Eryk Sun (eryksun) * (Python triager) Date: 2015-10-08 19:03
Please attach "Python 3.5.0 (32-bit)_*_core_JustForMe.log", if it exists.

According to the log, initially the installer can't create a restore point because, I assume, you have the volume shadow copy (VSS) service disabled, i.e. the error code is ERROR_SERVICE_DISABLED (0x80070422). That shouldn't derail the installation, but it's unusual to disable this service since restore points are critically important in case something goes wrong while modifying the system.

Next, installing core.msi fails with the error code ERROR_INSTALL_ALREADY_RUNNING (0x80070652). This means you had an existing installation in progress. Check for running instances of msiexec.exe. If the existing installation process is hung, try installing Python 3.5 again after rebooting.
msg254286 — (view) Author: Gowtham N.M (Gowtham N.M) Date: 2015-11-07 16:17
Hi Eryksun,

I have attached the appropriate log as requested by you. I still get the same installation error even after following the workaround suggested by you.
msg254288 — (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2015-11-07 17:48
It sounds like something went wrong during a previous installation (probably not Python 3.5) and your system is stuck in an "installing" state (hence system restore being disabled and the install mutex being held).

Those two logs are a month apart but the error remains. I assume you've installed Windows updates and rebooted during that time? That should have cleared up the state, but maybe you haven't been getting updates either?
msg313742 — (view) Author: Arran McCutcheon (ArranM) Date: 2018-03-13 12:01
I'm also having this problem on Windows 10 with Python 3.6.4, and previous versions of Python. Every time I try to install Python, I get error 0x80070652. Rebooting doesn't help. I've attached my log file in case that helps as I don't know how to interpret it. Was a solution found?
msg313754 — (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2018-03-13 14:46
Arran - I think yours is a different issue. There should be some other log files near the one you shared that I'll need to see to find what's going wrong. Can you zip up all the Python ones and attach them here?
msg314110 — (view) Author: Arran McCutcheon (ArranM) Date: 2018-03-19 18:38
Hi Steve, thanks for the reply. I tried the download again and got the same error with a slightly different log file, hopefully that will help identify the problem. Apart from that, I don't know of any other Python log files, there's no others in the same folder and I can't find others elsewhere. The full error message reads: 'Another installation is already in progress. Complete that installation before proceeding with this install.'
msg314112 — (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2018-03-19 19:05
Arran - I think you have something else going wrong with your machine. There is nothing we do to cause multiple installs to start at the same time, and if rebooting does not help then I have to assume you have some permanently corrupt state.

Have you installed Windows Updates recently? I would expect that updates will either fail (and may be able to recover better than a 3rd-party installer) or succeed and clear the state.
msg314117 — (view) Author: Arran McCutcheon (ArranM) Date: 2018-03-19 20:37
Yes there have been various Cumulative Updates and Security Updates in the past few months, the most recent five days ago. Last features update was successfully installed in December. Update Status: Your device is up to date. Last checked today, 09:14. 
I certainly agree that it's a machine issue, although it's strange that I'm still able to install windows updates, notepads, video editors etc without problems. I just tried to install Java - and got a similar error. According to the Java error, msiexec.exe is currently processing another installation. It seems to only be a problem when attempting to install programming languages. Could a clean boot help? I saw that recommended somewhere.
msg314155 — (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2018-03-20 16:48
Yeah, very strange that only some MSIs are being affected by this error. They no doubt have something in common.

If by clean boot you mean reinstalling Windows, then yes, that fixes most issues, but it is pretty drastic :)

I don't actually have any good recommendations for fixing Windows Installer problems... there used to be a troubleshooting tool available, but I'm not sure where it's gone. All the best advice I can find online these days basically just says to reinstall, but you could try System Restore first (and it may even help to create a new restore point and then restore to it - I suspect that will reset some state without losing anything you installed recently).

Without full access to your machine and much better installer diagnostic skills than I have there's nothing else I can offer, sorry.
msg314196 — (view) Author: Arran McCutcheon (ArranM) Date: 2018-03-21 13:36
No problem Steve, I found the solution! I downloaded 'Windows Repair' from tweaking.com, and then used it to repair only the MSI installer. So I've now installed Python correctly. Thanks again for your help!
History
Date User Action Args
2022-04-11 14:58:22 admin set github: 69532
2018-07-03 02:55:26 methane set status: open -> closed
resolution: out of date
stage: resolved
2018-03-21 13:36:54 ArranM set messages:
+ msg314196
2018-03-20 16:48:40 steve.dower set messages:
+ msg314155
2018-03-19 20:37:00 ArranM set messages:
+ msg314117
2018-03-19 19:05:12 steve.dower set messages:
+ msg314112
2018-03-19 18:38:50 ArranM set files:
+ Python 3.6.4 (64-bit)_20180319182314.log

messages:
+ msg314110

2018-03-13 14:46:17 steve.dower set messages:
+ msg313754
2018-03-13 12:01:47 ArranM set files:
+ Python 3.6.4 (64-bit)_20180313115253.log
nosy:
+ ArranM
messages:
+ msg313742
2015-11-07 17:48:48 steve.dower set messages:
+ msg254288
2015-11-07 16:17:22 Gowtham N.M set files:
+ Python 3.5.0 (32-bit)_20151107214149_000_core_JustForMe.log
nosy:
+ Gowtham N.M
messages:
+ msg254286
2015-10-08 19:03:40 eryksun set nosy:
+ eryksun
messages:
+ msg252565
2015-10-08 17:41:08 Gowtham NM create
BPO 25345
Nosy @pfmoore, @tjguk, @zware, @eryksun, @zooba, @ArranMcC
Files
  • Python 3.5.0 (32-bit)_20151008230628.log: Error in seting up Python
  • Python 3.5.0 (32-bit)_20151107214149_000_core_JustForMe.log: JustForMe log
  • Python 3.6.4 (64-bit)_20180313115253.log: Download Error 0x80070652 Log File
  • Python 3.6.4 (64-bit)_20180319182314.log: Download Error 0x80070652 Log File 1.2
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2018-07-03.02:55:26.706>
    created_at = <Date 2015-10-08.17:41:08.888>
    labels = ['OS-windows', 'performance']
    title = 'Unable to install Python 3.5 on Windows 10'
    updated_at = <Date 2018-07-03.02:55:26.705>
    user = 'https://bugs.python.org/GowthamNM'

    bugs.python.org fields:

    activity = <Date 2018-07-03.02:55:26.705>
    actor = 'methane'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-07-03.02:55:26.706>
    closer = 'methane'
    components = ['Windows']
    creation = <Date 2015-10-08.17:41:08.888>
    creator = 'Gowtham NM'
    dependencies = []
    files = ['40721', '40975', '47481', '47494']
    hgrepos = []
    issue_num = 25345
    keywords = []
    message_count = 11.0
    messages = ['252563', '252565', '254286', '254288', '313742', '313754', '314110', '314112', '314117', '314155', '314196']
    nosy_count = 8.0
    nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'eryksun', 'steve.dower', 'Gowtham NM', 'Gowtham N.M', 'ArranM']
    pr_nums = []
    priority = 'normal'
    resolution = 'out of date'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'resource usage'
    url = 'https://bugs.python.org/issue25345'
    versions = ['Python 3.5']

    Sorted by:

    Reset to default

    Your Answer

    Reminder: Answers generated by Artificial Intelligence tools are not allowed on Stack Overflow. Learn more

    Sign up or log in

    Sign up using Google

    Sign up using Facebook

    Sign up using Email and Password

    Post as a guest

    Name

    Email

    Required, but never shown

    By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

    Browse other questions tagged

    • python
    • visual-studio

    or ask your own question.

    When reinstalling Python, no matter whether you choose modify or repair, the installation will fail, as shown in the figure below. It will take several hours to resolve and record:

    This is because the previously installed Python version is not uninstalled clean.

    1, first find your own installation directory, D:\Users\Administrator\AppData\Local\Programs

    2, delete the Python folder

    3, double-click the exe file again, pop-up window prompt No Python 3.6 installation was detected

    4, Computer > Properties > Advanced System Settings > Delete the environment variables of the Python configuration (automatically configured a path variable when installing)

    5, open the Control Panel >> delete the program, find Python, right click to change

    6. Click on Repair (the last option in Uninstall)

    7. After the completion, follow the above method to reinstall successfully.

    Содержание

    1. Гайд по решению ошибки 0x80070652 во время обновления Windows 7, 8.1, 10
    2. Убираем ошибку «Центра обновлений»
    3. Метод 1: используем средство устранения неполадок
    4. Метод 2: удаляем последние обновления
    5. Метод 3: используем Media Creation Tool
    6. Метод 4: применяем каталог Центра обновлений Microsoft
    7. Метод 5: сбрасываем Центр обновления
    8. Метод 6: откатываем систему Windows
    9. Python 0x80070652 уже запущена другая копия процесса установки
    10. Saved searches
    11. Use saved searches to filter your results more quickly
    12. Unable to install Python 3.5 on Windows 10 #69532
    13. Unable to install Python 3.5 on Windows 10 #69532
    14. Comments

    Гайд по решению ошибки 0x80070652 во время обновления Windows 7, 8.1, 10

    Ошибка с кодом 0x80070652 – одна из самых распространенных, появляющихся при попытке выполнить обновление ОС. Она встречается во всех актуальных версиях Windows 7, 8.1, 10. Ее особенность в том, что ошибку могут вызывать многочисленные причины. Это приводит к высокой частоте появления неполадок и усложняет процесс их исправления. Однако, одними из самых распространенных причин является конфликт между уже установленным апгрейдом и «Центром обновлений». Даже сам инструмент обновления может провоцировать неполадку. Этому может как предшествовать установка проблемных программ, так и нет. В любом случае, исправить ошибку 0x80070652 реально, этим мы и займемся.

    Убираем ошибку «Центра обновлений»

    Уже традиционно мы предлагаем начинать с наиболее эффективных и простых методов и постепенно переходить более трудным решениям.

    Метод 1: используем средство устранения неполадок

    Самый простой в использовании способ – использовать предусмотренный разработчиками Microsoft инструмент для поиска и исправления проблем с центром обновлений.

    1. В поиск Windows вводим «Устранение неполадок» и открываем одноименный результат.
    2. В блоке «Система и безопасность» нажимаем на «Устранение неполадок с помощью «Центра обновлений Windows».
    3. Жмем на кнопку «Далее» и делаем то, что просит мастер.

    Метод 2: удаляем последние обновления

    Порой причиной ошибки 0x80070652 становится конфликт уже установленных обновлений с теми, что Windows пытается загрузить и поставить теперь. Периодически такое случается. Исправлением может служить удаление предыдущих апгрейдов.

    1. Нажимаем сочетание Win + I и в окне «Параметров» выбираем «Обновление и безопасность».
    2. На вкладке «Центр обновления Windows» нажимаем на ссылку «Журнал обновлений».
    3. Кликаем по элементу «Удалить обновления».
    4. Возвращаемся назад к «Центру обновлений Windows» и нажимаем на кнопку «Проверка наличия обновлений.

    Сейчас должна запуститься инсталляция всех обновлений: и только что удаленных, и проблемных, которые не удавалось установить.

    Метод 3: используем Media Creation Tool

    Если встроенный инструмент Windows не может выполнить обновление, стоит попробовать альтернативный метод с использованием Media Creation Tool. Для начала следует загрузить программу с официального сайта. После скачивания следует запустить программу и через нее запустить обновление. Необходимая опция отображается в главном меню и называется «Обновить этот компьютер сейчас».

    Метод 4: применяем каталог Центра обновлений Microsoft

    В обычных ситуациях обновление происходит автоматически, но никто не мешает попробовать загрузить его вручную с сайта Microsoft. Достаточно ввести в поиск идентификатор целевого обновления и нажать на кнопку «Найти». Остается только кликнуть по клавише «Загрузить» напротив целевого обновления. После загрузки файл стоит разархивировать и вручную запустить обновление Windows.

    Метод 5: сбрасываем Центр обновления

    Если причиной проблемы стал «Центр обновления», все предыдущие инструкции могут оказаться неэффективными. Должен помочь сброс компонента, после чего он вернется в исходный вид. Для достижения поставленной цели нужно использовать много команд для консоли, но есть и более простой способ – использовать BAT-файл. Чтобы читатели не создавали его вручную, просто скачайте файл отсюда. Его запуск должен помочь.

    Метод 6: откатываем систему Windows

    Если существует точка восстановления, созданная в момент нормальной работы системы, стоит ей воспользоваться. В таком случае Windows восстановится к нормальному состоянию и будет исправно работать. Для этого в поиск вводим «Восстановление» и выбираем «Запуск восстановления системы». Дальше следует просто руководствоваться подсказками мастера.

    На этом все, Windows любых версий должна получить возможность нормально обновляться, а ошибка 0x80070652 – отступит. Скорее всего после удачного апгрейда системы в дальнейшем этот сбой проявляться не будет.

    Источник

    Python 0x80070652 уже запущена другая копия процесса установки

    This issue tracker has been migrated to GitHub, and is currently read-only.
    For more information, see the GitHub FAQs in the Python’s Developer Guide.

    Created on 2015-10-08 17:41 by Gowtham NM, last changed 2022-04-11 14:58 by admin. This issue is now closed.

    Файлы
    Имя файла Загружен Description Редактировать
    Python 3.5.0 (32-bit)_20151008230628.log Gowtham NM , 2015-10-08 17:41 Error in seting up Python
    Python 3.5.0 (32-bit)_20151107214149_000_core_JustForMe.log Gowtham N.M , 2015-11-07 16:17 JustForMe log
    Python 3.6.4 (64-bit)_20180313115253.log ArranM , 2018-03-13 12:01 Download Error 0x80070652 Log File
    Python 3.6.4 (64-bit)_20180319182314.log ArranM , 2018-03-19 18:38 Download Error 0x80070652 Log File 1.2
    I downloaded Python 3.5 version to install on Windows 10. But apparently, the installation does not succeed. I have tried with lower version of Python also, the installation does not succeed on Windows 10. Have attached the logs of the error. I have checked for the particular error code (seen in the screenshot attached) in various forums but none worked. Looking forward to hear from your team.
    Please attach "Python 3.5.0 (32-bit)_*_core_JustForMe.log", if it exists. According to the log, initially the installer can't create a restore point because, I assume, you have the volume shadow copy (VSS) service disabled, i.e. the error code is ERROR_SERVICE_DISABLED (0x80070422). That shouldn't derail the installation, but it's unusual to disable this service since restore points are critically important in case something goes wrong while modifying the system. Next, installing core.msi fails with the error code ERROR_INSTALL_ALREADY_RUNNING (0x80070652). This means you had an existing installation in progress. Check for running instances of msiexec.exe. If the existing installation process is hung, try installing Python 3.5 again after rebooting.
    Hi Eryksun, I have attached the appropriate log as requested by you. I still get the same installation error even after following the workaround suggested by you.
    It sounds like something went wrong during a previous installation (probably not Python 3.5) and your system is stuck in an "installing" state (hence system restore being disabled and the install mutex being held). Those two logs are a month apart but the error remains. I assume you've installed Windows updates and rebooted during that time? That should have cleared up the state, but maybe you haven't been getting updates either?
    I'm also having this problem on Windows 10 with Python 3.6.4, and previous versions of Python. Every time I try to install Python, I get error 0x80070652. Rebooting doesn't help. I've attached my log file in case that helps as I don't know how to interpret it. Was a solution found?
    Arran - I think yours is a different issue. There should be some other log files near the one you shared that I'll need to see to find what's going wrong. Can you zip up all the Python ones and attach them here?
    Hi Steve, thanks for the reply. I tried the download again and got the same error with a slightly different log file, hopefully that will help identify the problem. Apart from that, I don't know of any other Python log files, there's no others in the same folder and I can't find others elsewhere. The full error message reads: 'Another installation is already in progress. Complete that installation before proceeding with this install.'
    Arran - I think you have something else going wrong with your machine. There is nothing we do to cause multiple installs to start at the same time, and if rebooting does not help then I have to assume you have some permanently corrupt state. Have you installed Windows Updates recently? I would expect that updates will either fail (and may be able to recover better than a 3rd-party installer) or succeed and clear the state.
    Yes there have been various Cumulative Updates and Security Updates in the past few months, the most recent five days ago. Last features update was successfully installed in December. Update Status: Your device is up to date. Last checked today, 09:14. I certainly agree that it's a machine issue, although it's strange that I'm still able to install windows updates, notepads, video editors etc without problems. I just tried to install Java - and got a similar error. According to the Java error, msiexec.exe is currently processing another installation. It seems to only be a problem when attempting to install programming languages. Could a clean boot help? I saw that recommended somewhere.
    Yeah, very strange that only some MSIs are being affected by this error. They no doubt have something in common. If by clean boot you mean reinstalling Windows, then yes, that fixes most issues, but it is pretty drastic :) I don't actually have any good recommendations for fixing Windows Installer problems. there used to be a troubleshooting tool available, but I'm not sure where it's gone. All the best advice I can find online these days basically just says to reinstall, but you could try System Restore first (and it may even help to create a new restore point and then restore to it - I suspect that will reset some state without losing anything you installed recently). Without full access to your machine and much better installer diagnostic skills than I have there's nothing else I can offer, sorry.
    No problem Steve, I found the solution! I downloaded 'Windows Repair' from tweaking.com, and then used it to repair only the MSI installer. So I've now installed Python correctly. Thanks again for your help!

    Источник

    Saved searches

    Use saved searches to filter your results more quickly

    You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

    Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

    By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

    Already on GitHub? Sign in to your account

    Unable to install Python 3.5 on Windows 10 #69532

    Unable to install Python 3.5 on Windows 10 #69532

    Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    assignee = None closed_at = Date 2018-07-03.02:55:26.706> created_at = Date 2015-10-08.17:41:08.888> labels = ['OS-windows', 'performance'] title = 'Unable to install Python 3.5 on Windows 10' updated_at = Date 2018-07-03.02:55:26.705> user = 'https://bugs.python.org/GowthamNM'
    activity = Date 2018-07-03.02:55:26.705> actor = 'methane' assignee = 'none' closed = True closed_date = Date 2018-07-03.02:55:26.706> closer = 'methane' components = ['Windows'] creation = Date 2015-10-08.17:41:08.888> creator = 'Gowtham NM' dependencies = [] files = ['40721', '40975', '47481', '47494'] hgrepos = [] issue_num = 25345 keywords = [] message_count = 11.0 messages = ['252563', '252565', '254286', '254288', '313742', '313754', '314110', '314112', '314117', '314155', '314196'] nosy_count = 8.0 nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'eryksun', 'steve.dower', 'Gowtham NM', 'Gowtham N.M', 'ArranM'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = 'resolved' status = 'closed' superseder = None type = 'resource usage' url = 'https://bugs.python.org/issue25345' versions = ['Python 3.5']

    The text was updated successfully, but these errors were encountered:

    Источник

    Messages (11)
    msg252563 — (view) Author: Gowtham NM (Gowtham NM) Дата: 2015-10-08 17:41

    Понравилась статья? Поделить с друзьями:
  • Ошибка 0x8007016a windows 10 как исправить
  • Ошибка 0x80070643 при установке обновлений для windows defender
  • Ошибка 0x800710d2 библиотека дисковод или носитель пусты
  • Ошибка 0x8007010b при обновлении windows 10
  • Ошибка 0x80070bc9 windows 7