You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after stating up the installed_apps, middleware and urls when I run my Django server I get this error stack
File "~/.venv/lib/python3.7/site-packages/django_mfa/urls.py", line 1, in <module>
from .views import *
File "~/.venv/lib/python3.7/site-packages/django_mfa/views.py", line 19, in <module>
from u2flib_server import u2f
ModuleNotFoundError: No module named 'u2flib_server'
After a clean install on a new project the
u2flib_server
is missingHere is the ligne I used to install Django-mfa;
after stating up the installed_apps, middleware and urls when I run my Django server I get this error stack
in fact, this line
django-mfa/django_mfa/views.py
Line 19 in f51a06b
python-u2flib-server
which is not in the requirements (only in the sandbox/requirements.txt how are not installed via pip install)The text was updated successfully, but these errors were encountered: