2

I just installed python and Django. and now when i running

$ python manage.py runserver

it is showing me this error

Segmentation fault

Please help me get out of this. i appreciate your help thanks!

M.suleman Khan
  • 576
  • 6
  • 17

2 Answers2

3

Well i have solved it my self.

i just start a new command Prompt window (run as administrator)

and run the same command again

an it worked!

M.suleman Khan
  • 576
  • 6
  • 17
1
  • Make sure you have installed the packages in the virtual environment correctly. In my case, I was having trouble with torch library installation

  • Ensure that you choose an server/instance with enough memory.

This worked out well for me.

laya
  • 11
  • 1