Skip to content
Advertisement

Tag: keras

Package import error when running Python 2 app on Azure App Services

The application works fine on my local linux server but I have trouble of running it on Azure. I checked the Files folder and all python libraries are installed correctly under /antenv2.7/lib/python2.7/site-packages. Here is my pip requirements file: But when gunicorn starts, it generates this error. I don’t know why protobuf can’t be imported while other libraries like Keras can

Advertisement