I'm trying to install python dependencies for a Django project, but I keep getting Non-user install because user site-packages disabled
error. It sounds like a permission issue, I just can't figure out what went wrong. My working tools include:
- Django
- Python 3.8.5
- Ubuntu 20.04
Probably worth mentioning, I am using a virtual environment for this project. Also, I have tried using root to install the packages without any luck. Any ideas on how to solve this issue is more than welcome.