Azure Python Web App Internal Server Error
EDIT: The problem seems to be the importing of packages in my app. All the packages are correctly installed, and i can see them in my wwwroot with kudu. But, when i import them in
Solution 1:
FINALLY, i got it working.
The problem was the version of pip i was using to install the wheels. After i upgraded to pip 8.11.1
everything worked as expected.
Post a Comment for "Azure Python Web App Internal Server Error"