Skip to content
Advertisement

“ModuleNotFoundError” with Azure function Apps using Python

I keep getting the error

ModuleNotFoundError: No module named ‘azure’

for line 4 where I import azure.functions as func Below is the code for my init file that has been designed using this tutorial

JavaScript

Any help with this would be much appriciated!

Advertisement

Answer

Did you pip installed the library in your python environment?

JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement