-
Notifications
You must be signed in to change notification settings - Fork 120
Description
We are running python app functions started by a service queue. We have made no changes on our end and we are now receiving the following error across multilple app functions:
Result: Failure Exception: ImportError: cannot import name 'ExternalHttpFunctionApp' from 'azure.functions.decorators.function_app' (/azure-functions-host/workers/python/3.9/LINUX/X64/azure/functions/decorators/function_app.py) Stack: File "/azure-functions-host/workers/python/3.9/LINUX/X64/azure_functions_worker/dispatcher.py", line 383, in _handle__function_load_request ExtensionManager.function_load_extension( File "/azure-functions-host/workers/python/3.9/LINUX/X64/azure_functions_worker/utils/wrappers.py", line 19, in call return func(*args, **kwargs) File "/azure-functions-host/workers/python/3.9/LINUX/X64/azure_functions_worker/extension.py", line 65, in function_load_extension sdk = cls._try_get_sdk_with_extension_enabled() File "/azure-functions-host/workers/python/3.9/LINUX/X64/azure_functions_worker/extension.py", line 225, in _try_get_sdk_with_extension_enabled sdk = get_sdk_from_sys_path() File "/azure-functions-host/workers/python/3.9/LINUX/X64/azure_functions_worker/utils/common.py", line 121, in get_sdk_from_sys_path module = importlib.import_module('azure.functions') File "/usr/local/lib/python3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1030, in _gcd_import File "<frozen importlib._bootstrap>", line 1007, in _find_and_load File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 680, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 850, in exec_module File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed File "/home/site/wwwroot/.python_packages/lib/site-packages/azure/functions/__init__.py", line 14, in <module> from .decorators.function_app import (FunctionRegister, TriggerApi, BindingApi,
Unfortunately the azure interface would not let me copy the whole error message.
Our location is France Central