12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
-
- This file lists modules PyInstaller was not able to find. This does not
- necessarily mean this module is required for running you 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 from 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
- yourself tracking down the missing module. Thanks!
-
- missing module named org - imported by copy (optional)
- missing module named _posixsubprocess - imported by subprocess (conditional), multiprocessing.util (delayed)
- missing module named pwd - imported by posixpath (delayed, conditional), shutil (optional), tarfile (optional), http.server (delayed, optional), webbrowser (delayed), pathlib (delayed, conditional, optional), netrc (delayed, conditional), getpass (delayed), distutils.util (delayed, conditional, optional)
- missing module named posix - imported by os (conditional, optional)
- missing module named resource - imported by posix (top-level), test.support (optional)
- missing module named _scproxy - imported by urllib.request (conditional)
- missing module named termios - imported by tty (top-level), getpass (optional)
- missing module named urllib.getproxies_environment - imported by urllib (conditional), requests.compat (conditional)
- missing module named urllib.proxy_bypass_environment - imported by urllib (conditional), requests.compat (conditional)
- missing module named urllib.proxy_bypass - imported by urllib (conditional), requests.compat (conditional)
- missing module named urllib.getproxies - imported by urllib (conditional), requests.compat (conditional)
- missing module named urllib.urlencode - imported by urllib (conditional), requests.compat (conditional), rfc3986.compat (optional)
- missing module named urllib.unquote_plus - imported by urllib (conditional), requests.compat (conditional)
- missing module named urllib.quote_plus - imported by urllib (conditional), requests.compat (conditional)
- missing module named urllib.unquote - imported by urllib (conditional), requests.compat (conditional)
- missing module named urllib.quote - imported by urllib (conditional), requests.compat (conditional), rfc3986.compat (optional)
- missing module named 'org.python' - imported by pickle (optional), xml.sax (delayed, conditional)
- missing module named 'java.lang' - imported by platform (delayed, optional), xml.sax._exceptions (conditional)
- 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 _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 grp - imported by shutil (optional), tarfile (optional), pathlib (delayed)
- missing module named vms_lib - imported by platform (delayed, conditional, optional)
- missing module named java - imported by platform (delayed)
- missing module named _winreg - imported by platform (delayed, optional), requests.utils (delayed, conditional, optional)
- missing module named readline - imported by cmd (delayed, conditional, optional), code (delayed, conditional, optional), pdb (delayed, optional)
- 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)
- runtime module named urllib3.packages.six.moves - imported by http.client (top-level), urllib3.util.response (top-level), urllib3.connectionpool (top-level), 'urllib3.packages.six.moves.urllib' (top-level), urllib3.util.queue (top-level)
- missing module named 'backports.ssl_match_hostname' - imported by urllib3.packages.ssl_match_hostname (optional)
- missing module named StringIO - imported by urllib3.packages.six (conditional), six (conditional), requests.compat (conditional)
- missing module named bcrypt - imported by cryptography.hazmat.primitives.serialization.ssh (optional)
- missing module named cryptography.x509.UnsupportedExtension - imported by cryptography.x509 (optional), urllib3.contrib.pyopenssl (optional)
- missing module named brotli - imported by urllib3.util.request (optional), urllib3.response (optional), httpx._decoders (optional)
- missing module named "'urllib3.packages.six.moves.urllib'.parse" - imported by urllib3.request (top-level), urllib3.poolmanager (top-level)
- missing module named Queue - imported by urllib3.util.queue (conditional)
- missing module named trio - imported by httpcore._backends.trio (top-level), httpx._transports.asgi (delayed, conditional)
- missing module named asyncio.DefaultEventLoopPolicy - imported by asyncio (delayed, conditional), asyncio.events (delayed, conditional)
- missing module named curio - imported by sniffio._impl (delayed, conditional)
- missing module named _dispatch - imported by httpx._models (conditional)
- missing module named urlparse - imported by requests.compat (conditional), rfc3986.compat (optional)
- missing module named 'typing.io' - imported by importlib.resources (top-level)
- missing module named Cookie - imported by requests.compat (conditional)
- missing module named cookielib - imported by requests.compat (conditional)
- missing module named urllib2 - imported by requests.compat (conditional)
- missing module named simplejson - imported by requests.compat (optional)
- missing module named win_inet_pton - imported by socks (conditional, optional)
- missing module named _dummy_threading - imported by dummy_threading (optional)
|