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

Failed to compile Python app #10

Open
ugideepak opened this issue Jun 27, 2021 · 6 comments
Open

Failed to compile Python app #10

ugideepak opened this issue Jun 27, 2021 · 6 comments

Comments

@ugideepak
Copy link

When i was trying to deploy this project on heroku its showing "Push rejected, failed to compile python app. Push failed".
Please help me.

@Mandal-21
Copy link
Owner

This might be due to large files. Check the total size of you saved model. Heroku only provides 500MB of storage

@pratik412
Copy link

No matching distribution found for pandas==1.0.1

@TilijaHari
Copy link

No matching distribution found for pandas==1.0.1

you can comment (#pandas==1.0.1) in requirements.txt and try to uninstall if you have any version of pandas and install the necessary ones.

@Siddharth540
Copy link

app.py giving error "no module found named flask-cors , even when i have intalled flask-cors in conda prompt

@TilijaHari
Copy link

app.py giving error "no module found named flask-cors , even when i have intalled flask-cors in conda prompt

Please do check the environment. Have you installed the flask-cors in the same environment or not.
You can also do it through your Pycharm terminal as well in that case. To be honest you can solve this on your own. Believe in yourself and Google.

@Siddharth540
Copy link

Siddharth540 commented Oct 11, 2022 via email

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

5 participants