You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
4.3 KiB
49 lines
4.3 KiB
|
|
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 pyimod02_importers - imported by D:\pythonProject\test1\.venv\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_pkgres.py (delayed), D:\pythonProject\test1\.venv\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_pkgutil.py (delayed)
|
|
missing module named pwd - imported by posixpath (delayed, conditional, optional), shutil (delayed, optional), tarfile (optional), pathlib (delayed, optional), subprocess (delayed, conditional, optional), pkg_resources._vendor.backports.tarfile (optional), netrc (delayed, conditional), getpass (delayed)
|
|
missing module named grp - imported by shutil (delayed, optional), tarfile (optional), pathlib (delayed, optional), subprocess (delayed, conditional, optional), pkg_resources._vendor.backports.tarfile (optional)
|
|
missing module named posix - imported by os (conditional, optional), shutil (conditional), importlib._bootstrap_external (conditional), posixpath (optional)
|
|
missing module named resource - imported by posix (top-level)
|
|
excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional), zipimport (top-level)
|
|
missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional), zipimport (top-level)
|
|
missing module named _posixsubprocess - imported by subprocess (conditional)
|
|
missing module named fcntl - imported by subprocess (optional)
|
|
missing module named typing_extensions - imported by pkg_resources._vendor.packaging.metadata (conditional, optional), packaging.metadata (conditional, optional)
|
|
missing module named _manylinux - imported by pkg_resources._vendor.packaging._manylinux (delayed, optional), packaging._manylinux (delayed, optional)
|
|
missing module named jnius - imported by pkg_resources._vendor.platformdirs.android (delayed, optional)
|
|
missing module named platformdirs - imported by pkg_resources._vendor.platformdirs.__main__ (top-level)
|
|
missing module named pkg_resources._vendor.typing_extensions - imported by pkg_resources._vendor.platformdirs (conditional)
|
|
missing module named 'pkg_resources.extern.importlib_resources' - imported by pkg_resources._vendor.jaraco.text (optional)
|
|
missing module named 'pkg_resources.extern.more_itertools' - imported by pkg_resources._vendor.jaraco.functools (top-level)
|
|
missing module named 'pkg_resources.extern.backports' - imported by pkg_resources._vendor.jaraco.context (conditional)
|
|
missing module named _scproxy - imported by urllib.request (conditional)
|
|
missing module named termios - imported by getpass (optional)
|
|
missing module named 'pkg_resources.extern.platformdirs' - imported by pkg_resources (top-level)
|
|
missing module named 'pkg_resources.extern.packaging' - imported by pkg_resources (top-level)
|
|
missing module named 'pkg_resources.extern.jaraco' - imported by pkg_resources (top-level), pkg_resources._vendor.jaraco.text (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 OpenGL - imported by pygame (delayed)
|
|
missing module named numpy - imported by pygame.surfarray (top-level), pygame.sndarray (top-level), pygame (delayed)
|
|
missing module named pygame.register_quit - imported by pygame (top-level), pygame.fastevent (top-level)
|
|
missing module named pygame.error - imported by pygame (top-level), pygame.fastevent (top-level)
|
|
missing module named 'pygame.overlay' - imported by pygame (optional)
|
|
missing module named 'pygame.cdrom' - imported by pygame (conditional, optional)
|