realpython / flask-jwt-auth

just testing some jwts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import coverage ImportError: No module named coverage

deltawi opened this issue · 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