Unable to Install/Import Pandas on Azure App Service
Hi,
I have been trying to install Pandas on my Azure App Service (running Flask) for a long time now but nothing seems to work.
I tried to use wheel, created a wheelhouse directory manually and tried to install the relevant Pandas .whl file (along with its dependent packages) but it still doesn't work. This approach gives me the following error -
"Could not find a version that satisfies the requirement" "No matching distribution found for ..."
A simple "pip install pandas" also doesn't work - when I do this, in my Kudu Bash client the command gets stuck on "Cleaning up.." and nothing gets installed.