SyntaxFix
Write A Post
Hire A Developer
Questions
I had same problem, I installed all dependencies with root access :
In your case:
sudo pip install django
In my case, I had all dependencies in requirements.txt, So:
requirements.txt
sudo pip3 install -r requirements.txt