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.

Author Hobson.Lane
Recipients Hobson.Lane, ruchirjha, zach.ware
Date 2019-07-03.19:36:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CACZ_DofhiS1Pn_itBVT10RU77tdcYXrsRdtMX9DkVL90nz4Cag@mail.gmail.com>
In-reply-to <1538671933.56.0.545547206417.issue34896@psf.upfronthosting.co.za>
Content
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
2019-07-03 19:36:46Hobson.Lanesetrecipients: + Hobson.Lane, zach.ware, ruchirjha
2019-07-03 19:36:46Hobson.Lanelinkissue34896 messages
2019-07-03 19:36:46Hobson.Lanecreate