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
- [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
The text was updated successfully, but these errors were encountered:
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Any log messages given by the failure
2024-03-26T20:29:02.6875605
import pymongo
2024-03-26T20:29:02.687564
ModuleNotFoundError: No module named 'pymongo'
Expected/desired behavior
OS and Version?
Versions
The text was updated successfully, but these errors were encountered: