我遇到一个问题,无法正确导入气流模块,出现以下错误。有人可以帮我理解吗
10:39:36 ERROR: FileIngestion.test_download_file_mercury (unittest.loader._FailedTest.FileIngestion.test_download_file_mercury)
10:39:36 ----------------------------------------------------------------------
10:39:36 ImportError: Failed to import test module: FileIngestion.test_download_file_mercury
10:39:36 Traceback (most recent call last):
10:39:36 File "/opt/managed-artifacts/python/3.11.6/lib/python3.11/unittest/loader.py", line 419, in _find_test_path
10:39:36 module = self._get_module_from_name(name)
10:39:36 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10:39:36 File "/opt/managed-artifacts/python/3.11.6/lib/python3.11/unittest/loader.py", line 362, in _get_module_from_name
10:39:36 __import__(name)
10:39:36 File "/jenkins/workspace/dataaws-1417_web_proxy_migration/PythonUtils/test/FileIngestion/test_download_file_mercury.py", line 6, in <module>
10:39:36 from PythonUtils.src.FileIngestion import download_file_mercury
10:39:36 File "/jenkins/workspace/dataaws-1417_web_proxy_migration/PythonUtils/src/FileIngestion/download_file_mercury.py", line 2, in <module>
10:39:36 from PythonUtils.src.common.hooks.audit_service import AuditServiceHook
10:39:36 File "/jenkins/workspace/dataaws-1417_web_proxy_migration/PythonUtils/src/common/hooks/audit_service.py", line 6, in <module>
10:39:36 from airflow.utils.log.logging_mixin import LoggingMixin
10:39:36 …Run Code Online (Sandbox Code Playgroud)