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.

classification
Title: Can't install Python 3.7.4 x64 on Win 8.1
Type: Stage: resolved
Components: Installation, Windows Versions: Python 3.7
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: Nosy List: Alexander Podgórski, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2019-08-29 16:48 by Alexander Podgórski, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python_installation_log.txt Alexander Podgórski, 2019-08-29 16:48
Messages (2)
msg350802 - (view) Author: Alexander Podgórski (Alexander Podgórski) Date: 2019-08-29 16:48
Have double "No Python 3.7 installation detected" error
msg350935 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2019-09-01 02:35
Your 3.7.1 install is for all users, and you're trying to install 3.7.4 just for yourself.

This is supposed to work, so I'm not sure why it isn't. I haven't had time to look more closely, but if you are able to install for all users (by going through the "Custom" install button) or uninstall 3.7.1 first, you should be fine.
History
Date User Action Args
2022-04-11 14:59:19adminsetgithub: 82162
2021-10-19 22:39:06iritkatrielsetstatus: open -> closed
resolution: works for me
stage: resolved
2019-09-01 02:35:28steve.dowersetmessages: + msg350935
2019-08-31 00:33:01terry.reedysetnosy: + paul.moore, tim.golden, zach.ware, steve.dower
components: + Windows
2019-08-29 16:48:04Alexander Podgórskicreate