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