In Azure, using Python with the Flask and pandas modules to create a RESTful webservice. Azure doesn't appear able to find the requests_file module.
Launching the web page keeps returning error: No module named requests_file
I have installed "requests" and "requests_file" manually using the Kudu CLI https://"yoursitename".scm.azurewebsites.net/DebugConsole.
They both appear to be there. What am I missing or is there a bug in Azure?