-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c9621fb
commit c467785
Showing
16 changed files
with
37,783 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
|
||
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 C:\Users\Lenovo\AppData\Local\Programs\Python\Python312\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_pkgres.py (delayed), C:\Users\Lenovo\AppData\Local\Programs\Python\Python312\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_pkgutil.py (delayed) | ||
missing module named posix - imported by os (conditional, optional), posixpath (optional), shutil (conditional), importlib._bootstrap_external (conditional) | ||
missing module named resource - imported by posix (top-level) | ||
missing module named grp - imported by subprocess (delayed, conditional, optional), shutil (delayed, optional), tarfile (optional), pathlib (delayed, optional), setuptools._distutils.archive_util (optional), setuptools._vendor.backports.tarfile (optional) | ||
missing module named pwd - imported by posixpath (delayed, conditional, optional), subprocess (delayed, conditional, optional), shutil (delayed, optional), tarfile (optional), pathlib (delayed, optional), setuptools._distutils.util (delayed, conditional, optional), setuptools._distutils.archive_util (optional), netrc (delayed, conditional), getpass (delayed), setuptools._vendor.backports.tarfile (optional), http.server (delayed, optional) | ||
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), multiprocessing.util (delayed) | ||
missing module named fcntl - imported by subprocess (optional) | ||
missing module named _posixshmem - imported by multiprocessing.resource_tracker (conditional), multiprocessing.shared_memory (conditional) | ||
missing module named _scproxy - imported by urllib.request (conditional) | ||
missing module named termios - imported by getpass (optional), tty (top-level) | ||
missing module named multiprocessing.BufferTooShort - imported by multiprocessing (top-level), multiprocessing.connection (top-level) | ||
missing module named multiprocessing.AuthenticationError - imported by multiprocessing (top-level), multiprocessing.connection (top-level) | ||
missing module named multiprocessing.get_context - imported by multiprocessing (top-level), multiprocessing.pool (top-level), multiprocessing.managers (top-level), multiprocessing.sharedctypes (top-level) | ||
missing module named multiprocessing.TimeoutError - imported by multiprocessing (top-level), multiprocessing.pool (top-level) | ||
missing module named multiprocessing.set_start_method - imported by multiprocessing (top-level), multiprocessing.spawn (top-level) | ||
missing module named multiprocessing.get_start_method - imported by multiprocessing (top-level), multiprocessing.spawn (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 '_typeshed.importlib' - imported by pkg_resources (conditional) | ||
missing module named _typeshed - imported by setuptools.command.bdist_wheel (conditional), pkg_resources (conditional), setuptools._vendor.jaraco.collections (conditional), jaraco.collections (conditional) | ||
missing module named jaraco.text.yield_lines - imported by setuptools._vendor.jaraco.text (top-level), setuptools._entry_points (top-level), setuptools.command._requirestxt (top-level) | ||
missing module named _manylinux - imported by packaging._manylinux (delayed, optional), setuptools._vendor.packaging._manylinux (delayed, optional), setuptools._vendor.wheel.vendored.packaging._manylinux (delayed, optional) | ||
missing module named usercustomize - imported by site (delayed, optional) | ||
missing module named sitecustomize - imported by site (delayed, optional) | ||
missing module named readline - imported by site (delayed, optional), rlcompleter (optional) | ||
missing module named typeshed - imported by setuptools._vendor.typeguard._decorators (conditional) | ||
missing module named jnius - imported by setuptools._vendor.platformdirs.android (delayed, conditional, optional) | ||
missing module named android - imported by setuptools._vendor.platformdirs.android (delayed, conditional, optional) | ||
missing module named asyncio.DefaultEventLoopPolicy - imported by asyncio (delayed, conditional), asyncio.events (delayed, conditional) | ||
missing module named trove_classifiers - imported by setuptools.config._validate_pyproject.formats (optional) | ||
missing module named olefile - imported by PIL.FpxImagePlugin (top-level), PIL.MicImagePlugin (top-level) | ||
missing module named numpy - imported by PIL._typing (optional), PIL.Image (delayed, conditional, optional) | ||
missing module named cffi - imported by PIL.Image (optional), PIL.PyAccess (optional) | ||
missing module named defusedxml - imported by PIL.Image (optional) | ||
missing module named PyObjCTools - imported by darkdetect._mac_detect (optional) | ||
missing module named Foundation - imported by darkdetect._mac_detect (optional) |
Oops, something went wrong.