Downloading sqlite3 in virtualenv
问题 I'm trying to create app using the command python3 manage.py startapp webapp but i'm getting an error that says: django.core.exceptions.ImproperlyConfigured: Error loading either pysqlite2 or sqlite3 modules (tried in that order): No module named '_sqlite3' So I tried installing sqlite3 using pip install sqlite3 but I got this error: Using cached sqlite3-99.0.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/tmp/pip