I had a new mechine (PC), I want to use pipenv to work on my django app. It keeps on returning an error "ModuleNotFoundError: No module named '_sqlite3'" each time I try "python manage.py startapp " its really giving me issues and I dont know why.
I tried updating python and the pipenv. I also tried installing sqlite3 using "apt-get". Ieven deleted the venv and downladed it again yet same error. I was able to install django and did "django-admin startproject ." and it ran smoothly. Except when I run "python manage.py startapp " it throws an error.