|
-
- This file lists modules PyInstaller was not able to find. This does not
- necessarily mean these modules are required for running your program. Both
- Python's standard library and 3rd-party Python packages often conditionally
- import optional modules, some of which may be available only on certain
- platforms.
-
- Types of 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 pwd - imported by posixpath (delayed, conditional), shutil (optional), tarfile (optional), pathlib (delayed, conditional, optional), subprocess (optional)
- missing module named org - imported by copy (optional)
- missing module named _posixsubprocess - imported by subprocess (optional)
- missing module named grp - imported by shutil (optional), tarfile (optional), pathlib (delayed, optional), subprocess (optional)
- missing module named posix - imported by os (conditional, optional), shutil (conditional), importlib._bootstrap_external (conditional)
- missing module named resource - imported by posix (top-level)
- missing module named 'org.python' - imported by pickle (optional)
- missing module named termios - imported by serial.serialposix (top-level)
- missing module named fcntl - imported by serial.serialposix (top-level)
- missing module named 'System.IO' - imported by serial.serialcli (top-level)
- missing module named System - imported by serial.serialcli (top-level)
- missing module named pep517 - imported by importlib.metadata (delayed)
- 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)
|