flask-jwt-auth icon indicating copy to clipboard operation
flask-jwt-auth copied to clipboard

import coverage ImportError: No module named coverage

Open deltawi opened this issue 4 years ago • 0 comments

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

deltawi avatar May 23 '21 10:05 deltawi