Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"no python application found" on Sign Up #7

Open
cristianb84 opened this issue Mar 8, 2021 · 1 comment
Open

"no python application found" on Sign Up #7

cristianb84 opened this issue Mar 8, 2021 · 1 comment

Comments

@cristianb84
Copy link

I managed to build it up, it is running on Unbuntu 20.04
This is what i get on docker logs when i am trying to create an account.

flask | --- no python application found, check your startup logs for errors ---
flask | [pid: 12|app: -1|req: -1/3] 172.18.0.4 () {48 vars in 833 bytes} [Mon Mar 8 10:25:08 2021] POST /api/auth/register => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (0 switches on core 0)

Any suggestions ?

@javimurcia
Copy link

If you check the logs of the flask container, you will see that the email_validator package is missing.

Add email_validator at the end of the back/back-end/requirements.txt file

Also, pin the versions for the following packages:

  • flask-user==0.6.19
  • apispec==3.2.0
  • flask-jwt-extended==3.25.1
  • webargs==5.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants