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: Unable to install Python 3.5
Type: behavior Stage: resolved
Components: Installation Versions: Python 3.5
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: Hobson.Lane, ruchirjha, zach.ware
Priority: normal Keywords:

Created on 2018-10-04 16:52 by ruchirjha, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Python 3.5.0rc3 (64-bit)_20181004220550_000_core_JustForMe.log ruchirjha, 2018-10-04 16:52
Messages (3)
msg327067 - (view) Author: Ruchir Jha (ruchirjha) Date: 2018-10-04 16:52
Hi, I was trying to install Danjo to work on Python. However it was not working fine hence I uninstalled the version 3.5 which I installed and tried to install it again as the earlier version was used for Anaconda. However even after multiple attempts to install Python its throws and error 0x80070643 fatal error during python installation. I have restarted the system and have also cleared the cache. I am working under strict deaadline hence an urgent help will be highly appreciated
msg327068 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2018-10-04 16:58
According to the name of your log file, you're trying to install an old pre-release version (3.5.0rc3).  Try the latest version instead (https://www.python.org/ftp/python/3.5.4/python-3.5.4-amd64-webinstall.exe).  

Since 3.5 is in security-fix-only mode and no more binary releases will be made, changes to the installer are out of scope and so I'm closing the issue.  I would also recommend updating to 3.6 or 3.7 if at all possible; 3.5.4 is a couple of security fixes behind at this point.
msg347239 - (view) Author: Hobs (Hobson.Lane) Date: 2019-07-03 19:36
I'd suggest using Anaconda to install python and all python packages that
you need. Once you have Anaconda installed you can type `conda install
django` and that should work. Also I'd suggest sticking with the lastest
version of python (3.7) that installs with anaconda rather than using
python 3.5. Django (and other packages) may not be compatible with python
3.5.
--Hobson

On Thu, Oct 4, 2018 at 9:52 AM Ruchir Jha <report@bugs.python.org> wrote:

>
> New submission from Ruchir Jha <ruchirkjha@gmail.com>:
>
> Hi, I was trying to install Danjo to work on Python. However it was not
> working fine hence I uninstalled the version 3.5 which I installed and
> tried to install it again as the earlier version was used for Anaconda.
> However even after multiple attempts to install Python its throws and error
> 0x80070643 fatal error during python installation. I have restarted the
> system and have also cleared the cache. I am working under strict deaadline
> hence an urgent help will be highly appreciated
>
> ----------
> components: Installation
> files: Python 3.5.0rc3 (64-bit)_20181004220550_000_core_JustForMe.log
> messages: 327067
> nosy: ruchirjha
> priority: normal
> severity: normal
> status: open
> title: Unable to install Python 3.5
> type: crash
> versions: Python 3.5
> Added file: https://bugs.python.org/file47849/Python 3.5.0rc3
> (64-bit)_20181004220550_000_core_JustForMe.log
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue34896>
> _______________________________________
> _______________________________________________
> New-bugs-announce mailing list
> New-bugs-announce@python.org
> https://mail.python.org/mailman/listinfo/new-bugs-announce
>
History
Date User Action Args
2022-04-11 14:59:06adminsetgithub: 79077
2019-07-03 19:36:46Hobson.Lanesetnosy: + Hobson.Lane
messages: + msg347239
2018-10-04 16:58:56zach.waresetstatus: open -> closed

type: crash -> behavior

nosy: + zach.ware
messages: + msg327068
resolution: out of date
stage: resolved
2018-10-04 16:52:13ruchirjhacreate