compliance/build/run_api_tests/warn-run_api_tests.txt
gongwenxin fa343eb111 .
2025-08-07 15:07:38 +08:00

46 lines
3.7 KiB
Plaintext

This file lists modules PyInstaller was not able to find. This does not
necessarily mean this module is required for running your program. Python and
Python 3rd-party packages include a lot of conditional or optional modules. For
example the module 'ntpath' only exists on Windows, whereas the module
'posixpath' only exists on Posix systems.
Types if import:
* top-level: imported at the top-level - look at these first
* conditional: imported within an if-statement
* delayed: imported within a function
* optional: imported within a try-except-statement
IMPORTANT: Do NOT post this list to the issue-tracker. Use it as a basis for
tracking down the missing module yourself. Thanks!
missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional)
excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional)
missing module named pep517 - imported by importlib.metadata (delayed)
missing module named _sha3 - imported by hashlib (delayed, conditional, optional)
missing module named _sha256 - imported by hashlib (delayed, conditional, optional)
missing module named _md5 - imported by hashlib (delayed, conditional, optional)
missing module named _sha1 - imported by hashlib (delayed, conditional, optional)
missing module named _sha512 - imported by random (optional), hashlib (delayed, conditional, optional)
missing module named 'org.python' - imported by copy (optional)
missing module named winreg - imported by importlib._bootstrap_external (conditional), platform (delayed, optional)
missing module named nt - imported by shutil (conditional), importlib._bootstrap_external (conditional), ntpath (optional), pathlib (conditional), os (delayed, conditional, optional)
missing module named _winapi - imported by encodings (delayed, conditional, optional), subprocess (optional)
missing module named org - imported by pickle (optional)
missing module named requests - imported by ddms_compliance_suite.api_caller.caller (top-level), ddms_compliance_suite.input_parser.parser (top-level), ddms_compliance_suite.llm_utils.llm_service (top-level)
missing module named 'pydantic.json_schema' - imported by ddms_compliance_suite.llm_utils.llm_service (top-level)
missing module named jsonschema - imported by ddms_compliance_suite.json_schema_validator.validator (top-level)
missing module named 'pydantic.types' - imported by ddms_compliance_suite.test_orchestrator (top-level)
missing module named 'pydantic.networks' - imported by ddms_compliance_suite.test_orchestrator (top-level)
missing module named pydantic - imported by ddms_compliance_suite.api_caller.caller (top-level), ddms_compliance_suite.test_orchestrator (top-level), ddms_compliance_suite.models.rule_models (top-level), ddms_compliance_suite.test_framework_core (top-level), ddms_compliance_suite.stage_framework (top-level), ddms_compliance_suite.llm_utils.llm_service (top-level)
missing module named vms_lib - imported by platform (delayed, optional)
missing module named 'java.lang' - imported by platform (delayed, optional)
missing module named java - imported by platform (delayed)
missing module named _winreg - imported by platform (delayed, optional)
missing module named curlify - imported by ddms_compliance_suite.api_caller.caller (optional)
missing module named 'reportlab.pdfbase' - imported by /app/run_api_tests.py (optional)
missing module named 'reportlab.platypus' - imported by /app/run_api_tests.py (optional)
missing module named 'reportlab.lib' - imported by /app/run_api_tests.py (optional)
missing module named reportlab - imported by /app/run_api_tests.py (optional)
missing module named msvcrt - imported by subprocess (optional)