0% found this document useful (0 votes)
7 views11 pages

Warn-Plot Input

This document lists modules that PyInstaller was unable to find when packaging a program. It provides information on the type of import for each missing module and warns the user not to post the list to the issue tracker, but instead to use it to troubleshoot the missing modules themselves. It then lists over 40 specific modules that are missing, including posix, resource, and various multiprocessing and setuptools modules.

Uploaded by

Soham Bhole
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views11 pages

Warn-Plot Input

This document lists modules that PyInstaller was unable to find when packaging a program. It provides information on the type of import for each missing module and warns the user not to post the list to the issue tracker, but instead to use it to troubleshoot the missing modules themselves. It then lists over 40 specific modules that are missing, including posix, resource, and various multiprocessing and setuptools modules.

Uploaded by

Soham Bhole
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 11

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 posix - imported by posixpath (optional), shutil


(conditional), importlib._bootstrap_external (conditional), os (conditional,
optional)
missing module named resource - imported by posix (top-level), psutil._pslinux
(optional), IPython.utils.timing (optional)
missing module named _frozen_importlib_external - imported by importlib._bootstrap
(delayed), importlib (optional), importlib.abc (optional), zipimport (top-level)
excluded module named _frozen_importlib - imported by importlib (optional),
importlib.abc (optional), zipimport (top-level)
missing module named 'org.python' - imported by copy (optional), xml.sax (delayed,
conditional)
missing module named org - imported by pickle (optional)
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), http.server (delayed, optional), webbrowser (delayed), psutil
(optional), distutils.util (delayed, conditional, optional), distutils.archive_util
(optional), setuptools._distutils.archive_util (optional),
setuptools._distutils.util (delayed, conditional, optional)
missing module named grp - imported by shutil (delayed, optional), tarfile
(optional), pathlib (delayed, optional), subprocess (delayed, conditional,
optional), distutils.archive_util (optional), setuptools._distutils.archive_util
(optional)
missing module named _posixsubprocess - imported by subprocess (conditional),
multiprocessing.util (delayed)
missing module named fcntl - imported by subprocess (optional), psutil._compat
(delayed, optional), xmlrpc.server (optional)
missing module named vms_lib - imported by platform (delayed, optional)
missing module named 'java.lang' - imported by platform (delayed, optional),
xml.sax._exceptions (conditional)
missing module named java - imported by platform (delayed)
missing module named _winreg - imported by platform (delayed, optional),
pkg_resources._vendor.appdirs (delayed, conditional), pygments.formatters.img
(optional)
missing module named termios - imported by getpass (optional), tty (top-level),
psutil._compat (delayed, optional), IPython.core.page (delayed, optional),
prompt_toolkit.input.vt100 (top-level)
missing module named usercustomize - imported by site (delayed, optional)
missing module named sitecustomize - imported by site (delayed, optional)
missing module named readline - imported by cmd (delayed, conditional, optional),
code (delayed, conditional, optional), pdb (delayed, optional), site (delayed,
optional), rlcompleter (optional), pstats (conditional, optional)
missing module named 'docutils.nodes' - imported by
setuptools._distutils.command.check (top-level)
missing module named 'docutils.frontend' - imported by
setuptools._distutils.command.check (top-level)
missing module named 'docutils.parsers' - imported by
setuptools._distutils.command.check (top-level)
missing module named docutils - imported by setuptools._distutils.command.check
(top-level)
missing module named _posixshmem - imported by multiprocessing.resource_tracker
(conditional), multiprocessing.shared_memory (conditional)
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 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.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.Process - imported by multiprocessing (top-
level), jupyter_client.ssh.tunnel (top-level)
missing module named asyncio.DefaultEventLoopPolicy - imported by asyncio (delayed,
conditional), asyncio.events (delayed, conditional)
missing module named railroad - imported by pyparsing.diagram (top-level),
pkg_resources._vendor.pyparsing.diagram (top-level),
setuptools._vendor.pyparsing.diagram (top-level)
missing module named 'setuptools.extern.pyparsing' - imported by
setuptools._vendor.packaging.requirements (top-level),
setuptools._vendor.packaging.markers (top-level)
missing module named _manylinux - imported by packaging._manylinux (delayed,
optional), setuptools._vendor.packaging._manylinux (delayed, optional),
pkg_resources._vendor.packaging._manylinux (delayed, optional)
missing module named 'setuptools.extern.jaraco' - imported by setuptools._reqs
(top-level), setuptools._entry_points (top-level), setuptools.command.egg_info
(top-level), setuptools._vendor.jaraco.text (top-level)
missing module named setuptools.extern.importlib_resources - imported by
setuptools.extern (conditional), setuptools._importlib (conditional),
setuptools._vendor.jaraco.text (optional)
missing module named setuptools.extern.tomli - imported by setuptools.extern
(delayed), setuptools.config.pyprojecttoml (delayed)
missing module named setuptools.extern.importlib_metadata - imported by
setuptools.extern (conditional), setuptools._importlib (conditional)
missing module named setuptools.extern.ordered_set - imported by setuptools.extern
(top-level), setuptools.dist (top-level)
missing module named setuptools.extern.packaging - imported by setuptools.extern
(top-level), setuptools.dist (top-level), setuptools.command.egg_info (top-level),
setuptools.depends (top-level)
missing module named 'setuptools.extern.more_itertools' - imported by
setuptools.dist (top-level), setuptools.config.expand (delayed),
setuptools._itertools (top-level), setuptools._entry_points (top-level),
setuptools.msvc (top-level), setuptools._vendor.jaraco.functools (top-level)
missing module named 'setuptools.extern.packaging.version' - imported by
setuptools.config.setupcfg (top-level), setuptools.msvc (top-level)
missing module named 'setuptools.extern.packaging.utils' - imported by
setuptools.wheel (top-level)
missing module named 'setuptools.extern.packaging.tags' - imported by
setuptools.wheel (top-level)
missing module named 'pkg_resources.extern.pyparsing' - imported by
pkg_resources._vendor.packaging.markers (top-level),
pkg_resources._vendor.packaging.requirements (top-level)
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 'com.sun' - imported by pkg_resources._vendor.appdirs
(delayed, conditional, optional)
missing module named com - imported by pkg_resources._vendor.appdirs (delayed)
missing module named 'win32com.gen_py' - imported by win32com (conditional,
optional), C:\Users\janhv_qb1nns\AppData\Local\Programs\Python\Python311\Lib\site-
packages\PyInstaller\hooks\rthooks\pyi_rth_win32comgenpy.py (top-level)
missing module named pkg_resources.extern.packaging - imported by
pkg_resources.extern (top-level), pkg_resources (top-level)
missing module named pkg_resources.extern.appdirs - imported by
pkg_resources.extern (top-level), 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 trove_classifiers - imported by
setuptools.config._validate_pyproject.formats (optional)
missing module named 'setuptools.extern.packaging.specifiers' - imported by
setuptools.config.setupcfg (top-level), setuptools.config._apply_pyprojecttoml
(delayed)
missing module named 'setuptools.extern.packaging.requirements' - imported by
setuptools.config.setupcfg (top-level)
missing module named importlib_metadata - imported by setuptools._importlib
(delayed, optional), pygments.plugin (delayed, optional), attr (delayed,
conditional), jsonschema (delayed, conditional, optional), nbformat._version
(optional)
missing module named pyimod02_importers - imported by C:\Users\janhv_qb1nns\
AppData\Local\Programs\Python\Python311\Lib\site-packages\PyInstaller\hooks\
rthooks\pyi_rth_pkgutil.py (top-level), C:\Users\janhv_qb1nns\AppData\Local\
Programs\Python\Python311\Lib\site-packages\PyInstaller\hooks\rthooks\
pyi_rth_pkgres.py (top-level)
missing module named _scproxy - imported by urllib.request (conditional)
missing module named psutil._psutil_aix - imported by psutil (top-level),
psutil._psaix (top-level)
missing module named psutil._psutil_sunos - imported by psutil (top-level),
psutil._pssunos (top-level)
missing module named psutil._psutil_bsd - imported by psutil (top-level),
psutil._psbsd (top-level)
missing module named psutil._psutil_linux - imported by psutil (top-level),
psutil._pslinux (top-level)
missing module named psutil._psutil_osx - imported by psutil (conditional),
psutil._psposix (conditional), psutil._psosx (top-level)
missing module named dummy_threading - imported by psutil._compat (optional),
requests.cookies (optional)
missing module named _curses - imported by curses (top-level), curses.has_key (top-
level)
missing module named _dummy_thread - imported by numpy.core.arrayprint (optional),
cffi.lock (conditional, optional)
missing module named numpy.core.result_type - imported by numpy.core (delayed),
numpy.testing._private.utils (delayed)
missing module named numpy.core.float_ - imported by numpy.core (delayed),
numpy.testing._private.utils (delayed)
missing module named numpy.core.number - imported by numpy.core (delayed),
numpy.testing._private.utils (delayed)
missing module named numpy.core.object_ - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level), numpy.testing._private.utils (delayed)
missing module named numpy.core.all - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level), numpy.testing._private.utils (delayed)
missing module named numpy.core.bool_ - imported by numpy.core (delayed),
numpy.testing._private.utils (delayed)
missing module named numpy.core.inf - imported by numpy.core (delayed),
numpy.testing._private.utils (delayed)
missing module named numpy.core.array2string - imported by numpy.core (delayed),
numpy.testing._private.utils (delayed)
missing module named numpy.lib.imag - imported by numpy.lib (delayed),
numpy.testing._private.utils (delayed)
missing module named numpy.lib.real - imported by numpy.lib (delayed),
numpy.testing._private.utils (delayed)
missing module named numpy.lib.iscomplexobj - imported by numpy.lib (delayed),
numpy.testing._private.utils (delayed)
missing module named numpy.core.signbit - imported by numpy.core (delayed),
numpy.testing._private.utils (delayed)
missing module named numpy.core.isscalar - imported by numpy.core (delayed),
numpy.testing._private.utils (delayed), numpy.lib.polynomial (top-level)
missing module named numpy.core.isinf - imported by numpy.core (delayed),
numpy.testing._private.utils (delayed)
missing module named numpy.core.errstate - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level), numpy.testing._private.utils (delayed)
missing module named numpy.core.isfinite - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level), numpy.testing._private.utils (delayed)
missing module named numpy.core.isnan - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level), numpy.testing._private.utils (delayed)
missing module named numpy.core.array - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level), numpy.testing._private.utils (top-level),
numpy.lib.polynomial (top-level)
missing module named numpy.core.isnat - imported by numpy.core (top-level),
numpy.testing._private.utils (top-level)
missing module named numpy.core.ndarray - imported by numpy.core (top-level),
numpy.testing._private.utils (top-level), numpy.lib.utils (top-level)
missing module named numpy.core.array_repr - imported by numpy.core (top-level),
numpy.testing._private.utils (top-level)
missing module named numpy.core.arange - imported by numpy.core (top-level),
numpy.testing._private.utils (top-level), numpy.fft.helper (top-level)
missing module named numpy.core.empty - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level), numpy.testing._private.utils (top-level),
numpy.fft.helper (top-level)
missing module named numpy.core.float32 - imported by numpy.core (top-level),
numpy.testing._private.utils (top-level)
missing module named numpy.core.intp - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level), numpy.testing._private.utils (top-level)
missing module named numpy.core.linspace - imported by numpy.core (top-level),
numpy.lib.index_tricks (top-level)
missing module named numpy.core.iinfo - imported by numpy.core (top-level),
numpy.lib.twodim_base (top-level)
missing module named numpy.core.transpose - imported by numpy.core (top-level),
numpy.lib.function_base (top-level)
missing module named numpy.core.asarray - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level), numpy.lib.utils (top-level), numpy.fft._pocketfft
(top-level), numpy.fft.helper (top-level)
missing module named numpy.core.integer - imported by numpy.core (top-level),
numpy.fft.helper (top-level)
missing module named numpy.core.sqrt - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level), numpy.fft._pocketfft (top-level)
missing module named numpy.core.conjugate - imported by numpy.core (top-level),
numpy.fft._pocketfft (top-level)
missing module named numpy.core.swapaxes - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level), numpy.fft._pocketfft (top-level)
missing module named numpy.core.zeros - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level), numpy.fft._pocketfft (top-level)
missing module named numpy.core.reciprocal - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level)
missing module named numpy.core.sort - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level)
missing module named numpy.core.argsort - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level)
missing module named numpy.core.sign - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level)
missing module named numpy.core.count_nonzero - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level)
missing module named numpy.core.divide - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level)
missing module named numpy.core.matmul - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level)
missing module named numpy.core.asanyarray - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level)
missing module named numpy.core.atleast_2d - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level)
missing module named numpy.core.product - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level)
missing module named numpy.core.amax - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level)
missing module named numpy.core.amin - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level)
missing module named numpy.core.moveaxis - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level)
missing module named numpy.core.geterrobj - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level)
missing module named numpy.core.finfo - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level), numpy.lib.polynomial (top-level)
missing module named numpy.core.sum - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level)
missing module named numpy.core.multiply - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level)
missing module named numpy.core.add - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level)
missing module named numpy.core.dot - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level), numpy.lib.polynomial (top-level)
missing module named numpy.core.Inf - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level)
missing module named numpy.core.newaxis - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level)
missing module named numpy.core.complexfloating - imported by numpy.core (top-
level), numpy.linalg.linalg (top-level)
missing module named numpy.core.inexact - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level)
missing module named numpy.core.cdouble - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level)
missing module named numpy.core.csingle - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level)
missing module named numpy.core.double - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level)
missing module named numpy.core.single - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level)
missing module named numpy.core.intc - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level)
missing module named numpy.core.empty_like - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level)
missing module named numpy.core.ufunc - imported by numpy.core (top-level),
numpy.lib.utils (top-level)
missing module named numpy.core.ones - imported by numpy.core (top-level),
numpy.lib.polynomial (top-level)
missing module named numpy.core.hstack - imported by numpy.core (top-level),
numpy.lib.polynomial (top-level)
missing module named numpy.core.atleast_1d - imported by numpy.core (top-level),
numpy.lib.polynomial (top-level)
missing module named numpy.core.atleast_3d - imported by numpy.core (top-level),
numpy.lib.shape_base (top-level)
missing module named numpy.core.vstack - imported by numpy.core (top-level),
numpy.lib.shape_base (top-level)
missing module named pickle5 - imported by numpy.compat.py3k (optional)
missing module named numpy.eye - imported by numpy (delayed), numpy.core.numeric
(delayed)
missing module named numpy.recarray - imported by numpy (top-level),
numpy.ma.mrecords (top-level)
missing module named numpy.expand_dims - imported by numpy (top-level),
numpy.ma.core (top-level)
missing module named numpy.array - imported by numpy (top-level), numpy.ma.core
(top-level), numpy.ma.extras (top-level), numpy.ma.mrecords (top-level)
missing module named numpy.iscomplexobj - imported by numpy (top-level),
numpy.ma.core (top-level)
missing module named numpy.amin - imported by numpy (top-level), numpy.ma.core
(top-level)
missing module named numpy.amax - imported by numpy (top-level), numpy.ma.core
(top-level)
missing module named numpy.float64 - imported by numpy (top-level),
numpy.array_api._typing (top-level)
missing module named numpy.float32 - imported by numpy (top-level),
numpy.array_api._typing (top-level)
missing module named numpy.uint64 - imported by numpy (top-level),
numpy.array_api._typing (top-level)
missing module named numpy.uint32 - imported by numpy (top-level),
numpy.array_api._typing (top-level)
missing module named numpy.uint16 - imported by numpy (top-level),
numpy.array_api._typing (top-level)
missing module named numpy.uint8 - imported by numpy (top-level),
numpy.array_api._typing (top-level)
missing module named numpy.int64 - imported by numpy (top-level),
numpy.array_api._typing (top-level)
missing module named numpy.int32 - imported by numpy (top-level),
numpy.array_api._typing (top-level)
missing module named numpy.int16 - imported by numpy (top-level),
numpy.array_api._typing (top-level)
missing module named numpy.int8 - imported by numpy (top-level),
numpy.array_api._typing (top-level)
missing module named _ufunc - imported by numpy._typing (conditional)
missing module named numpy.bytes_ - imported by numpy (top-level),
numpy._typing._array_like (top-level)
missing module named numpy.str_ - imported by numpy (top-level),
numpy._typing._array_like (top-level)
missing module named numpy.void - imported by numpy (top-level),
numpy._typing._array_like (top-level)
missing module named numpy.object_ - imported by numpy (top-level),
numpy._typing._array_like (top-level)
missing module named numpy.datetime64 - imported by numpy (top-level),
numpy._typing._array_like (top-level)
missing module named numpy.timedelta64 - imported by numpy (top-level),
numpy._typing._array_like (top-level)
missing module named numpy.number - imported by numpy (top-level),
numpy._typing._array_like (top-level)
missing module named numpy.complexfloating - imported by numpy (top-level),
numpy._typing._array_like (top-level)
missing module named numpy.floating - imported by numpy (top-level),
numpy._typing._array_like (top-level)
missing module named numpy.integer - imported by numpy (top-level),
numpy._typing._array_like (top-level), numpy.ctypeslib (top-level)
missing module named numpy.unsignedinteger - imported by numpy (top-level),
numpy._typing._array_like (top-level)
missing module named numpy.bool_ - imported by numpy (top-level),
numpy._typing._array_like (top-level), numpy.ma.core (top-level), numpy.ma.mrecords
(top-level)
missing module named numpy.generic - imported by numpy (top-level),
numpy._typing._array_like (top-level)
missing module named numpy.dtype - imported by numpy (top-level),
numpy._typing._array_like (top-level), numpy.array_api._typing (top-level),
numpy.ma.mrecords (top-level), numpy.ctypeslib (top-level)
missing module named numpy.ndarray - imported by numpy (top-level),
numpy._typing._array_like (top-level), numpy.ma.core (top-level), numpy.ma.extras
(top-level), numpy.ma.mrecords (top-level), numpy.ctypeslib (top-level),
IPython.core.magics.namespace (delayed, conditional, optional)
missing module named numpy.ufunc - imported by numpy (top-level), numpy._typing
(top-level)
missing module named numpy.histogramdd - imported by numpy (delayed),
numpy.lib.twodim_base (delayed)
missing module named olefile - imported by PIL.FpxImagePlugin (top-level),
PIL.MicImagePlugin (top-level)
missing module named dummy_thread - imported by cffi.lock (conditional, optional),
requests.packages.urllib3.packages.ordered_dict (optional)
missing module named thread - imported by cffi.lock (conditional, optional),
cffi.cparser (conditional, optional),
requests.packages.urllib3.packages.ordered_dict (optional)
missing module named cStringIO - imported by cPickle (top-level), cffi.ffiplatform
(optional), requests.packages.urllib3.contrib.pyopenssl (top-level)
missing module named copy_reg - imported by cPickle (top-level), cStringIO (top-
level)
missing module named cPickle - imported by pycparser.ply.yacc (delayed, optional),
pickleshare (optional)
missing module named cffi._pycparser - imported by cffi (optional), cffi.cparser
(optional)
missing module named xmlrpclib - imported by defusedxml.xmlrpc (conditional)
missing module named PIL._imagingagg - imported by PIL (delayed, conditional,
optional), PIL.ImageDraw (delayed, conditional, optional)
missing module named cloudpickle - imported by ipykernel.pickleutil (delayed)
missing module named dill - imported by ipykernel.pickleutil (delayed)
missing module named traitlets.config.Application - imported by traitlets.config
(delayed, conditional), traitlets.log (delayed, conditional), ipykernel.kernelspec
(top-level)
missing module named argcomplete - imported by traitlets.config.loader (delayed,
optional), traitlets.config.argcomplete_config (optional)
missing module named 'ipyparallel.serialize' - imported by ipykernel.ipkernel
(delayed, optional), ipykernel.serialize (optional), ipykernel.pickleutil (top-
level)
missing module named ipykernel.get_connection_info - imported by ipykernel (top-
level), ipykernel.zmqshell (top-level)
missing module named ipykernel.get_connection_file - imported by ipykernel (top-
level), ipykernel.zmqshell (top-level)
missing module named ipykernel.connect_qtconsole - imported by ipykernel (top-
level), ipykernel.zmqshell (top-level)
missing module named trio - imported by IPython.core.async_helpers (delayed),
ipykernel.trio_runner (top-level)
missing module named _typeshed - imported by prompt_toolkit.eventloop.inputhook
(conditional)
missing module named 'yapf.yapflib' - imported by IPython.terminal.interactiveshell
(delayed)
missing module named yapf - imported by IPython.terminal.interactiveshell (delayed)
missing module named black - imported by IPython.terminal.interactiveshell
(delayed)
missing module named prompt_toolkit.filters.vi_mode - imported by
prompt_toolkit.filters (top-level), prompt_toolkit.document (top-level),
prompt_toolkit.key_binding.bindings.page_navigation (top-level),
prompt_toolkit.widgets.toolbars (top-level), IPython.terminal.shortcuts.filters
(top-level)
missing module named 'prompt_toolkit.key_binding.key_bindings.vi' - imported by
prompt_toolkit.key_binding.vi_state (conditional)
missing module named backports - imported by wcwidth.wcwidth (optional)
missing module named prompt_toolkit.filters.is_done - imported by
prompt_toolkit.filters (top-level), prompt_toolkit.layout.menus (top-level),
prompt_toolkit.widgets.base (top-level), prompt_toolkit.shortcuts.progress_bar.base
(top-level), prompt_toolkit.shortcuts.prompt (top-level)
missing module named prompt_toolkit.filters.has_completions - imported by
prompt_toolkit.filters (top-level), prompt_toolkit.layout.menus (top-level),
prompt_toolkit.widgets.toolbars (top-level), prompt_toolkit.widgets.dialogs (top-
level), IPython.terminal.shortcuts.filters (top-level)
missing module named prompt_toolkit.filters.vi_insert_mode - imported by
prompt_toolkit.filters (top-level), prompt_toolkit.layout.containers (top-level),
prompt_toolkit.key_binding.bindings.basic (top-level),
IPython.terminal.shortcuts.filters (top-level)
missing module named prompt_toolkit.filters.emacs_insert_mode - imported by
prompt_toolkit.filters (top-level), prompt_toolkit.layout.containers (top-level),
prompt_toolkit.key_binding.bindings.basic (top-level),
prompt_toolkit.key_binding.bindings.emacs (top-level),
IPython.terminal.shortcuts.filters (top-level)
missing module named prompt_toolkit.filters.is_searching - imported by
prompt_toolkit.filters (top-level), prompt_toolkit.search (top-level),
prompt_toolkit.key_binding.bindings.search (top-level),
prompt_toolkit.key_binding.bindings.vi (top-level)
missing module named pygments.lexers.PrologLexer - imported by pygments.lexers
(top-level), pygments.lexers.cplint (top-level)
missing module named ctags - imported by pygments.formatters.html (optional)
missing module named pygments.formatters.LatexFormatter - imported by
pygments.formatters (delayed), IPython.lib.display (delayed)
missing module named pygments.formatters.HtmlFormatter - imported by
pygments.formatters (delayed), IPython.lib.display (delayed), IPython.core.oinspect
(top-level), stack_data.core (delayed)
missing module named pygments.lexers.PythonLexer - imported by pygments.lexers
(top-level), IPython.core.oinspect (top-level)
missing module named chardet - imported by pygments.lexer (delayed, conditional,
optional)
missing module named numpydoc - imported by jedi.inference.docstrings (delayed)
missing module named PySide6 - imported by IPython.external.qt_loaders (delayed),
IPython.terminal.pt_inputhooks (delayed, conditional, optional),
ipykernel.eventloops (delayed, conditional, optional)
missing module named PyQt6 - imported by IPython.external.qt_loaders (delayed),
IPython.terminal.pt_inputhooks (delayed, conditional, optional),
ipykernel.eventloops (delayed, conditional, optional)
missing module named PySide2 - imported by IPython.external.qt_loaders (delayed),
IPython.terminal.pt_inputhooks (delayed, conditional, optional),
ipykernel.eventloops (delayed, conditional, optional)
missing module named sip - imported by IPython.external.qt_loaders (delayed,
optional)
missing module named prompt_toolkit.filters.vi_insert_multiple_mode - imported by
prompt_toolkit.filters (top-level), prompt_toolkit.layout.processors (top-level)
missing module named pexpect - imported by IPython.utils._process_posix (top-
level), jupyter_client.ssh.tunnel (optional)
missing module named System - imported by IPython.utils._process_cli (top-level)
missing module named clr - imported by IPython.utils._process_cli (top-level)
missing module named curio - imported by IPython.core.async_helpers (delayed)
missing module named PyQt5 - imported by ipykernel.eventloops (delayed,
conditional, optional)
missing module named 'gi.repository' - imported by ipykernel.gui.gtk3embed (top-
level)
missing module named gi - imported by matplotlib.cbook (delayed, conditional),
ipykernel.gui.gtk3embed (top-level)
missing module named gtk - imported by ipykernel.gui.gtkembed (top-level)
missing module named gobject - imported by ipykernel.gui.gtkembed (top-level)
missing module named wx - imported by ipykernel.eventloops (delayed),
IPython.lib.guisupport (delayed)
missing module named ipyparallel - imported by ipykernel.zmqshell (delayed,
conditional)
missing module named StringIO - imported by six (conditional),
requests.packages.urllib3.packages.six (conditional), requests.compat (conditional)
missing module named Queue - imported by requests.packages.urllib3.connectionpool
(optional)
missing module named httplib - imported by requests.packages.urllib3.connectionpool
(optional), requests.compat (conditional)
missing module named _abcoll - imported by
requests.packages.urllib3.packages.ordered_dict (optional)
missing module named urlparse - imported by requests.packages.urllib3.poolmanager
(optional), requests.compat (conditional)
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 pyasn1 - imported by
requests.packages.urllib3.contrib.pyopenssl (top-level)
missing module named OpenSSL - imported by
requests.packages.urllib3.contrib.pyopenssl (top-level)
missing module named 'ndg.httpsclient' - imported by
requests.packages.urllib3.contrib.pyopenssl (top-level)
missing module named ndg - imported by requests.packages.urllib3.contrib.pyopenssl
(top-level)
missing module named six.moves.range - imported by six.moves (top-level),
dateutil.rrule (top-level)
runtime module named six.moves - imported by dateutil.tz.tz (top-level),
dateutil.tz._factories (top-level), dateutil.tz.win (top-level), dateutil.rrule
(top-level), asttokens.asttokens (top-level)
missing module named six.moves.xrange - imported by six.moves (top-level),
asttokens.asttokens (top-level)
missing module named dateutil.tz.tzfile - imported by dateutil.tz (top-level),
dateutil.zoneinfo (top-level)
missing module named rfc3987 - imported by jsonschema._format (optional)
missing module named cached_property - imported by fqdn._compat (conditional)
missing module named importlib_resources - imported by jsonschema._utils
(conditional), matplotlib.style.core (conditional)
missing module named _subprocess - imported by jupyter_client.launcher (delayed,
conditional, optional), ipykernel.parentpoller (delayed, optional)
missing module named appnope - imported by ipykernel.ipkernel (delayed,
conditional)
missing module named '_pydevd_bundle.pydevd_api' - imported by ipykernel.debugger
(delayed)
missing module named '_pydevd_bundle.pydevd_suspended_frames' - imported by
ipykernel.debugger (optional)
missing module named _pydevd_bundle - imported by debugpy._vendored.force_pydevd
(top-level), ipykernel.debugger (optional)
missing module named pydevd_file_utils - imported by debugpy.server.api (top-level)
missing module named '_pydevd_bundle.pydevd_constants' - imported by
debugpy.server.api (top-level)
missing module named pydevd - imported by debugpy._vendored.force_pydevd (top-
level), debugpy.server.api (top-level)
missing module named netifaces - imported by jupyter_client.localinterfaces
(delayed)
missing module named jnius - imported by platformdirs.android (delayed, optional)
missing module named paramiko - imported by jupyter_client.ssh.tunnel (optional)
missing module named gevent - imported by zmq.green.core (top-level),
zmq.green.poll (top-level)
missing module named 'gevent.core' - imported by zmq.green.core (delayed, optional)
missing module named 'gevent.hub' - imported by zmq.green.core (top-level)
missing module named 'gevent.event' - imported by zmq.green.core (top-level)
missing module named zmq.backend.zmq_version_info - imported by zmq.backend (top-
level), zmq.sugar.version (top-level)
missing module named zmq.backend.Frame - imported by zmq.backend (top-level),
zmq.sugar.frame (top-level), zmq.sugar.tracker (top-level)
missing module named zmq.backend.Socket - imported by zmq.backend (top-level),
zmq.sugar.socket (top-level)
missing module named zmq.backend.zmq_poll - imported by zmq.backend (top-level),
zmq.sugar.poll (top-level)
missing module named pyczmq - imported by zmq.sugar.context (delayed)
missing module named zmq.backend.Context - imported by zmq.backend (top-level),
zmq.sugar.context (top-level)
missing module named zmq.ZMQError - imported by zmq (delayed, optional),
zmq.sugar.attrsettr (delayed, optional)
missing module named zmq.backend.zmq_errno - imported by zmq.backend (delayed),
zmq.error (delayed, conditional)
missing module named zmq.backend.strerror - imported by zmq.backend (delayed),
zmq.error (delayed)
missing module named zmq.zmq_version_info - imported by zmq (delayed, conditional),
zmq.error (delayed, conditional)
missing module named zmq.zmq_version - imported by zmq (delayed, conditional),
zmq.error (delayed, conditional)
missing module named zmq.libzmq - imported by zmq (delayed, optional)
missing module named 'astroid.node_classes' - imported by asttokens.astroid_compat
(optional)
missing module named 'astroid.nodes' - imported by asttokens.astroid_compat
(optional)
missing module named astroid - imported by asttokens.astroid_compat (optional)
missing module named docrepr - imported by IPython.core.interactiveshell (optional)
missing module named pathlib2 - imported by pickleshare (optional)
missing module named matplotlib.axes.Axes - imported by matplotlib.axes (delayed),
matplotlib.legend (delayed), matplotlib.projections.geo (top-level),
matplotlib.projections.polar (top-level), mpl_toolkits.mplot3d.axes3d (top-level),
matplotlib.figure (top-level), matplotlib.pyplot (top-level)
missing module named setuptools_scm - imported by matplotlib (delayed, conditional)

You might also like