I've included all the required libraries in the requirements.txt file, and the deployment was successful. However, the website is not loading. When I check the application logs, it shows that a module was not found.
Jaswanth
0
Reputation points
I've included all the required libraries in the requirements.txt
file, and the deployment was successful. However, the website is not loading. When I check the application logs, it shows ModuleNotFoundError: No module named 'requests'
. I verified in the GitHub build logs that the requests
library was installed. I've attached images of the error for reference.
Sign in to answer