warn-application.txt 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. This file lists modules PyInstaller was not able to find. This does not
  2. necessarily mean this module is required for running your program. Python and
  3. Python 3rd-party packages include a lot of conditional or optional modules. For
  4. example the module 'ntpath' only exists on Windows, whereas the module
  5. 'posixpath' only exists on Posix systems.
  6. Types if import:
  7. * top-level: imported at the top-level - look at these first
  8. * conditional: imported within an if-statement
  9. * delayed: imported within a function
  10. * optional: imported within a try-except-statement
  11. IMPORTANT: Do NOT post this list to the issue-tracker. Use it as a basis for
  12. tracking down the missing module yourself. Thanks!
  13. missing module named pyimod02_importers - imported by C:\Users\30\.conda\envs\show_demo_env\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_pkgutil.py (delayed)
  14. missing module named pwd - imported by posixpath (delayed, conditional, optional), shutil (delayed, optional), tarfile (optional), pathlib (delayed, optional), subprocess (delayed, conditional, optional), netrc (delayed, conditional), getpass (delayed)
  15. missing module named grp - imported by shutil (delayed, optional), tarfile (optional), pathlib (delayed, optional), subprocess (delayed, conditional, optional)
  16. missing module named posix - imported by os (conditional, optional), shutil (conditional), importlib._bootstrap_external (conditional), posixpath (optional)
  17. missing module named resource - imported by posix (top-level)
  18. excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional), zipimport (top-level)
  19. missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional), zipimport (top-level)
  20. missing module named _posixsubprocess - imported by subprocess (conditional)
  21. missing module named fcntl - imported by subprocess (optional), serial.serialposix (top-level)
  22. missing module named _scproxy - imported by urllib.request (conditional)
  23. missing module named termios - imported by getpass (optional), serial.serialposix (top-level)
  24. missing module named win32evtlog - imported by logging.handlers (delayed, optional)
  25. missing module named win32evtlogutil - imported by logging.handlers (delayed, optional)
  26. missing module named simplejson - imported by requests.compat (conditional, optional)
  27. missing module named dummy_threading - imported by requests.cookies (optional)
  28. missing module named 'h2.events' - imported by urllib3.http2.connection (top-level)
  29. missing module named 'h2.connection' - imported by urllib3.http2.connection (top-level)
  30. missing module named h2 - imported by urllib3.http2.connection (top-level)
  31. missing module named zstandard - imported by urllib3.util.request (optional), urllib3.response (optional)
  32. missing module named brotli - imported by urllib3.util.request (optional), urllib3.response (optional)
  33. missing module named brotlicffi - imported by urllib3.util.request (optional), urllib3.response (optional)
  34. missing module named socks - imported by urllib3.contrib.socks (optional)
  35. missing module named cryptography - imported by urllib3.contrib.pyopenssl (top-level), requests (conditional, optional)
  36. missing module named 'OpenSSL.crypto' - imported by urllib3.contrib.pyopenssl (delayed, conditional)
  37. missing module named 'cryptography.x509' - imported by urllib3.contrib.pyopenssl (delayed, optional)
  38. missing module named OpenSSL - imported by urllib3.contrib.pyopenssl (top-level)
  39. missing module named chardet - imported by requests.compat (optional), requests (optional), requests.packages (optional)
  40. missing module named 'pyodide.ffi' - imported by urllib3.contrib.emscripten.fetch (delayed, optional)
  41. missing module named pyodide - imported by urllib3.contrib.emscripten.fetch (top-level)
  42. missing module named js - imported by urllib3.contrib.emscripten.fetch (top-level)
  43. missing module named 'System.IO' - imported by serial.serialcli (top-level)
  44. missing module named System - imported by serial.serialcli (top-level)