Unable to Install/Import Pandas on Azure App Service

akg777 1 Reputation point
2019-12-12T02:07:35.35+00:00

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.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,876 questions
{count} votes