You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Learn how to troubleshoot module not found error in Python function apps.
2
+
title: Troubleshoot Python ModuleNotFoundError in Azure Functions
3
+
description: Learn how to troubleshoot Azure Functions module not found errors in Python functions.
4
4
author: Hazhzeng
5
5
6
6
ms.topic: article
7
7
ms.date: 05/12/2020
8
8
ms.author: hazeng
9
9
---
10
10
11
-
# Troubleshoot Python module errors in Azure Function
11
+
# Troubleshoot Python module errors in Azure Functions
12
12
13
13
This article helps you troubleshoot module-related errors in your Python function app. These errors typically result in the following Azure Functions error message:
14
14
@@ -85,7 +85,7 @@ The `Module Not Found` error may not occur when you're using Windows or macOS fo
85
85
86
86
See [Replace Package With Equivalents](#replace-package-with-equivalents) or [Handcraft Requirements.txt](#handcraft-requirementstxt) for mitigation.
87
87
88
-
## Mitigate the issue
88
+
## Mitigate ModuleNotFoundError
89
89
90
90
The following are potential mitigations for module-related issues. Use the [diagnoses above](#diagnose-the-root-cause) to determine which of these mitigations to try.
0 commit comments