Which of the following is a likely reason for encountering the error message "import azure.functions could not be resolved" in a Python project?
- Incorrectly installed Azure Functions SDK
- Missing azure-functions module in the Python environment
- Syntax error in the import statement
- Outdated Python version incompatible with Azure Functions