Hobs <[email protected]> added the comment:
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 <[email protected]> wrote: > > New submission from Ruchir Jha <[email protected]>: > > 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 <[email protected]> > <https://bugs.python.org/issue34896> > _______________________________________ > _______________________________________________ > New-bugs-announce mailing list > [email protected] > https://mail.python.org/mailman/listinfo/new-bugs-announce > ---------- nosy: +Hobson.Lane _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue34896> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
