简体   繁体   中英

python manage.py runserver Segmentation fault

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!

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!

  • 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM