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

Requirements.txt not installing #49

Open
tyler-suard-parker opened this issue Mar 26, 2024 · 0 comments
Open

Requirements.txt not installing #49

tyler-suard-parker opened this issue Mar 26, 2024 · 0 comments

Comments

@tyler-suard-parker
Copy link

This issue is for a: (mark with an x)

- [x ] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

Git clone this repo, change the requirements.txt, deploy to Azure Web App using VS Code

Any log messages given by the failure

VS code said the deployment was successful. However, when I look at the app logs, it did not install the packages in my requirements.txt, and so the app failed when it tried to import one of them.

2024-03-26T20:29:02.6875605
import pymongo

2024-03-26T20:29:02.687564
ModuleNotFoundError: No module named 'pymongo'

Expected/desired behavior

I expect adding requirements.txt will automatically install those packages in the web app

OS and Version?

Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)
Windows 10

Versions

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

1 participant