"Python quit unexpectedly" after I try to login with admin credentials after installing Django

Error

EDITED BY @SaM

1 Like

Bro kindly edit your post and maybe use pastebin or something.

Cheers!!!

… And Over Every Possessor of Knowledge, There is (Some) One (Else) More Knowledgeable.

2 Likes

Thank you.

2 Likes

Your log is useless! it does not tell anything. Please give me Django log file.

I believed there is missing Django dependencies and Python libraries. Make sure you install all of them and follow all recommended instruction:

  1. Update Python 3.6+

  2. Use virtual environment e.g. virtualenv, Pipenv, Conda (recommend)

    • Don’t forget to specify Python version in your python virtual environment e.g. -p python3.7
  3. If 1-2 don’t work. I believe something went wrong with your Python. Perform clean Python installation

He is already using 3.7.
@Manyuchi what other dependencies/libraries are you using ?

I only installed Python 3.9 and Django 3 with no other dependancies/libraries.

1 Like

Sorry i panicked and just copied everything that appeared on screen. I found a solution though, thank you for your input. It seems there is a bug with Django 3.xx, I had to degrade to Django 2.2 and now it works perfectly fine. :nerd_face: :nerd_face: :nerd_face:

2 Likes