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!

4
  • does it help stackoverflow.com/questions/34735659/… ? Commented Jun 10, 2017 at 20:10
  • i have alreaddy saw that. but it didn't worked Commented Jun 10, 2017 at 20:16
  • i just start a new command Prompt window (run as administrator) and run the same command again an it worked! Commented Jul 28, 2017 at 7:37
  • hi @m-suleman-khan, would you mind putting your comment as an answer, please? It will definitely help other people. Thank you. Commented Jul 29, 2017 at 9:05

2 Answers 2

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!

Sign up to request clarification or add additional context in comments.

Comments

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.

1 Comment

what does the torch library have to do with OP's Django server?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.