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
The login module was not in requirements
After doing pip install -r requirements.txt, I first got the error "ModuleNotFoundError: No module named 'login'"
And after executing "pip install login", I got this one "ImportError: cannot import name 'from_email' from 'login'"
The login module version installed is the 0.0.6
The text was updated successfully, but these errors were encountered:
I just updated the documentation, the login was supposed to be a file with your details in it like the email and password. However you can just put in your details if you're not going to share it anyone.
The login module was not in requirements
After doing
pip install -r requirements.txt
, I first got the error "ModuleNotFoundError: No module named 'login'"And after executing "pip install login", I got this one "ImportError: cannot import name 'from_email' from 'login'"
The login module version installed is the 0.0.6
The text was updated successfully, but these errors were encountered: