I am getting an error when running : `python manage.py create_db` The error : `Traceback (most recent call last): File "manage.py", line 6, in <module> import coverage ImportError: No module named coverage` I have installed all libraries in requirement.txt via `pip install -r requirements.txt`
I am getting an error when running :
python manage.py create_dbThe error :
Traceback (most recent call last): File "manage.py", line 6, in <module> import coverage ImportError: No module named coverageI have installed all libraries in requirement.txt via
pip install -r requirements.txt