0% found this document useful (0 votes)
85 views17 pages

Warn Project1

This document lists modules that PyInstaller was unable to find when packaging a program. It provides information on the types of imports for each missing module and advises the user not to post the full list to the issue tracker, but instead to use it to troubleshoot the missing modules themselves. It then lists over 50 specific modules that are missing, including common modules like _posixsubprocess, grp, pwd, posix, and others from packages like urllib, multiprocessing, and numpy.

Uploaded by

erfan roshandel
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)
85 views17 pages

Warn Project1

This document lists modules that PyInstaller was unable to find when packaging a program. It provides information on the types of imports for each missing module and advises the user not to post the full list to the issue tracker, but instead to use it to troubleshoot the missing modules themselves. It then lists over 50 specific modules that are missing, including common modules like _posixsubprocess, grp, pwd, posix, and others from packages like urllib, multiprocessing, and numpy.

Uploaded by

erfan roshandel
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/ 17

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 _posixsubprocess - imported by subprocess (optional),


multiprocessing.util (delayed)
missing module named grp - imported by subprocess (optional), shutil (optional),
tarfile (optional), pathlib (delayed, optional), distutils.archive_util (optional),
gevent.subprocess (optional)
missing module named pwd - imported by posixpath (delayed, conditional), subprocess
(optional), shutil (optional), tarfile (optional), pathlib (delayed, conditional,
optional), http.server (delayed, optional), webbrowser (delayed), netrc (delayed,
conditional), getpass (delayed), distutils.util (delayed, conditional, optional),
distutils.archive_util (optional), psutil (optional), gevent.subprocess (optional)
missing module named posix - imported by os (conditional, optional), shutil
(conditional), importlib._bootstrap_external (conditional)
missing module named resource - imported by posix (top-level), test.support
(delayed, conditional, optional), ptyprocess.ptyprocess (top-level),
IPython.utils.timing (optional), psutil._pslinux (optional), test.libregrtest.setup
(delayed, optional)
missing module named 'org.python' - imported by pickle (optional), xml.sax
(delayed, conditional), setuptools.sandbox (conditional)
missing module named org - imported by copy (optional)
missing module named urllib.urlopen - imported by urllib (delayed, optional),
lxml.html (delayed, 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), lxml.html (delayed, 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), gevent.pywsgi (optional)
missing module named urllib.quote - imported by urllib (conditional),
requests.compat (conditional)
missing module named urllib.pathname2url - imported by urllib (conditional),
PyInstaller.lib.modulegraph._compat (conditional)
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),
PyInstaller.loader.pyimod02_archive (delayed)
missing module named pep517 - imported by importlib.metadata (delayed)
missing module named 'win32com.gen_py' - imported by win32com (conditional,
optional), C:\Users\Erfan\AppData\Local\Programs\Python\Python39\Lib\site-packages\
PyInstaller\hooks\rthooks\pyi_rth_win32comgenpy.py (top-level)
missing module named pyimod03_importers - imported by C:\Users\Erfan\AppData\Local\
Programs\Python\Python39\Lib\site-packages\PyInstaller\hooks\rthooks\
pyi_rth_pkgutil.py (top-level), C:\Users\Erfan\AppData\Local\Programs\Python\
Python39\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_pkgres.py (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), numba.testing.main (optional)
missing module named fcntl - imported by xmlrpc.server (optional), pty (delayed,
optional), ptyprocess.ptyprocess (top-level),
zmq.eventloop.minitornado.platform.posix (top-level), psutil._compat (delayed,
optional), gevent.fileobject (optional), gevent.os (optional), gevent.subprocess
(conditional)
missing module named termios - imported by tty (top-level), getpass (optional),
ptyprocess.ptyprocess (top-level), IPython.core.page (delayed, optional),
prompt_toolkit.input.vt100 (top-level), psutil._compat (delayed, optional)
missing module named _scproxy - imported by urllib.request (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 multiprocessing.cpu_count - imported by multiprocessing (top-
level), gevent.testing.testrunner (top-level)
missing module named multiprocessing.freeze_support - imported by multiprocessing
(conditional), numba.runtests (conditional)
missing module named multiprocessing.Pool - imported by multiprocessing (delayed,
conditional), scipy._lib._util (delayed, conditional)
missing module named multiprocessing.Process - imported by multiprocessing (top-
level), jupyter_client.ssh.tunnel (top-level), gevent.tests.test__issue600 (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)
missing module named readline - imported by cmd (delayed, conditional, optional),
code (delayed, conditional, optional), pdb (delayed, optional), pstats
(conditional, optional)
missing module named _manylinux - imported by pkg_resources._vendor.packaging.tags
(delayed, optional), packaging._manylinux (delayed, optional),
setuptools._vendor.packaging.tags (delayed, optional)
missing module named 'com.sun' - imported by numba.misc.appdirs (delayed,
conditional, optional), pkg_resources._vendor.appdirs (delayed, conditional,
optional)
missing module named _winreg - imported by platform (delayed, optional),
requests.utils (delayed, conditional, optional), pkg_resources._vendor.appdirs
(delayed, conditional), pygments.formatters.img (optional)
missing module named __builtin__ - imported by ptyprocess.ptyprocess (optional),
debugpy.common.compat (conditional), gevent._compat (conditional), gevent.monkey
(conditional), gevent.testing.six (conditional), gevent.backdoor (delayed,
optional), gevent.builtins (optional), gevent._ffi.loop (conditional),
gevent.libev.corecffi (conditional), pkg_resources._vendor.pyparsing (conditional),
setuptools._vendor.pyparsing (conditional)
missing module named ordereddict - imported by pkg_resources._vendor.pyparsing
(optional), setuptools._vendor.pyparsing (optional)
missing module named 'pkg_resources.extern.pyparsing' - imported by
pkg_resources._vendor.packaging.requirements (top-level),
pkg_resources._vendor.packaging.markers (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 vms_lib - imported by platform (delayed, optional)
missing module named java - imported by platform (delayed)
missing module named numpy.power - imported by numpy (top-level), scipy.stats._kde
(top-level)
missing module named numpy.hypot - imported by numpy (top-level),
scipy.stats._morestats (top-level)
missing module named numpy.sinh - imported by numpy (top-level),
scipy.stats._discrete_distns (top-level)
missing module named numpy.cosh - imported by numpy (top-level),
scipy.stats._discrete_distns (top-level)
missing module named numpy.tanh - imported by numpy (top-level),
scipy.stats._discrete_distns (top-level)
missing module named numpy.expm1 - imported by numpy (top-level),
scipy.stats._discrete_distns (top-level)
missing module named numpy.log1p - imported by numpy (top-level),
scipy.stats._discrete_distns (top-level)
missing module named numpy.ceil - imported by numpy (top-level),
scipy.stats._discrete_distns (top-level)
missing module named numpy.NINF - imported by numpy (top-level),
scipy.stats._distn_infrastructure (top-level)
missing module named numpy.log - imported by numpy (top-level),
scipy.stats._distn_infrastructure (top-level), scipy.stats._discrete_distns (top-
level), scipy.stats._morestats (top-level)
missing module named numpy.logical_and - imported by numpy (top-level),
scipy.stats._distn_infrastructure (top-level)
missing module named numpy.double - imported by numpy (top-level),
scipy.optimize._nnls (top-level)
missing module named numpy.greater - imported by numpy (top-level),
scipy.optimize._minpack_py (top-level)
missing module named numpy.sign - imported by numpy (top-level),
scipy.linalg._matfuncs (top-level)
missing module named numpy.conjugate - imported by numpy (top-level),
scipy.linalg._matfuncs (top-level)
missing module named numpy.logical_not - imported by numpy (top-level),
scipy.linalg._matfuncs (top-level)
missing module named numpy.single - imported by numpy (top-level),
scipy.linalg._decomp_schur (top-level), scipy.linalg._matfuncs (top-level)
missing module named numpy.arcsin - imported by numpy (top-level),
scipy.linalg._decomp_svd (top-level)
missing module named numpy.conj - imported by numpy (top-level),
scipy.linalg._decomp (top-level)
missing module named numpy.arccos - imported by numpy (top-level),
scipy.special._orthogonal (top-level), scipy.linalg._decomp_svd (top-level)
missing module named numpy.inexact - imported by numpy (top-level),
scipy.special._basic (top-level), scipy.linalg._decomp (top-level),
scipy.optimize._minpack_py (top-level)
missing module named numpy.floor - imported by numpy (top-level),
scipy.special._basic (top-level), scipy.special._orthogonal (top-level),
scipy.stats._distn_infrastructure (top-level), scipy.stats._discrete_distns (top-
level)
missing module named numarray - imported by numpy.distutils.system_info (delayed,
conditional, optional)
missing module named Numeric - imported by numpy.distutils.system_info (delayed,
conditional, optional)
missing module named _curses - imported by curses (top-level), curses.has_key (top-
level)
missing module named 'nose.plugins' - imported by
numpy.testing._private.noseclasses (top-level), numpy.testing._private.nosetester
(delayed)
missing module named 'nose.util' - imported by numpy.testing._private.noseclasses
(top-level)
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_osx - imported by psutil (top-level),
psutil._psosx (top-level)
missing module named psutil._psutil_linux - imported by psutil (top-level),
psutil._pslinux (top-level)
missing module named dummy_threading - imported by matplotlib.pyplot (optional),
matplotlib.font_manager (optional), matplotlib.backends.backend_agg (optional),
requests.cookies (optional), psutil._compat (optional)
missing module named _dummy_thread - imported by cffi.lock (conditional, optional),
numpy.core.arrayprint (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.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.random.randn - imported by numpy.random (top-level),
scipy (top-level)
missing module named numpy.random.rand - imported by numpy.random (top-level),
scipy (top-level)
missing module named numpy.core.roll - imported by numpy.core (top-level),
numpy.fft.helper (top-level)
missing module named numpy.core.asarray - imported by numpy.core (top-level),
numpy.linalg.linalg (top-level), numpy.fft._pocketfft (top-level), numpy.fft.helper
(top-level), numpy.lib.utils (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.take - imported by numpy.core (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.iinfo - imported by numpy.core (top-level),
numpy.lib.twodim_base (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.fastCopyAndTranspose - 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 numpy.core.transpose - imported by numpy.core (top-level),
numpy.lib.function_base (top-level)
missing module named numpy.core.linspace - imported by numpy.core (top-level),
numpy.lib.index_tricks (top-level)
missing module named pickle5 - imported by numpy.compat.py3k (optional),
numba.cloudpickle.compat (conditional, optional)
missing module named numpy.eye - imported by numpy (delayed), numpy.core.numeric
(delayed), scipy.linalg._decomp (top-level), scipy.interpolate._pade (top-level),
scipy.optimize._optimize (top-level), scipy.optimize._minpack_py (top-level)
missing module named numpy.recarray - imported by numpy (top-level),
numpy.ma.mrecords (top-level)
missing module named numpy.float64 - imported by numpy (top-level),
numpy.array_api._typing (top-level), scipy.optimize._lbfgsb_py (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.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),
scipy.optimize._minpack_py (top-level)
missing module named numpy.ufunc - imported by numpy (top-level), numpy.typing
(top-level)
missing module named numpy.frombuffer - imported by numpy (delayed),
ipykernel.pickleutil (delayed), numpy.ctypeslib (top-level), scipy.misc._common
(top-level)
missing module named numpy.ascontiguousarray - imported by numpy (delayed),
ipykernel.pickleutil (delayed)
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),
scipy.interpolate._interpolate (top-level), scipy.linalg._decomp (top-level),
scipy.linalg._decomp_schur (top-level), scipy.sparse.linalg._isolve.utils (top-
level), scipy.interpolate._fitpack_impl (top-level), scipy.interpolate._fitpack2
(top-level), scipy.stats._stats_py (top-level), scipy.optimize._lbfgsb_py (top-
level), scipy.optimize._tnc (top-level), scipy.optimize._slsqp_py (top-level),
scipy.integrate._ode (top-level), scipy.misc._common (top-level),
scipy.stats._morestats (top-level), numba.cuda.vectorizers (top-level)
missing module named numpy.bool_ - imported by numpy (top-level), numpy.ma.core
(top-level), numpy.typing._array_like (top-level), numpy.ma.mrecords (top-level)
missing module named numpy.iscomplexobj - imported by numpy (top-level),
numpy.ma.core (top-level), scipy.linalg._decomp (top-level),
scipy.linalg._decomp_ldl (top-level)
missing module named numpy.amin - imported by numpy (top-level), numpy.ma.core
(top-level), scipy.stats._morestats (top-level)
missing module named numpy.amax - imported by numpy (top-level), numpy.ma.core
(top-level), scipy.linalg._matfuncs (top-level), scipy.stats._morestats (top-level)
missing module named numpy.ndarray - imported by numpy (top-level), numpy.ma.core
(top-level), numpy.ma.extras (top-level), IPython.core.magics.namespace (delayed,
conditional, optional), numpy.typing._array_like (top-level), numpy.ma.mrecords
(top-level), numpy.ctypeslib (top-level), pandas.compat.numpy.function (top-level),
scipy.stats._distn_infrastructure (top-level), scipy.stats._mstats_basic (top-
level), scipy.stats._mstats_extras (top-level)
missing module named numpy.histogramdd - imported by numpy (delayed),
numpy.lib.twodim_base (delayed)
missing module named xlwt - imported by pandas.io.excel._xlwt (delayed,
conditional)
missing module named xlsxwriter - imported by pandas.io.excel._xlsxwriter (delayed)
missing module named 'openpyxl.cell' - imported by pandas.io.excel._openpyxl
(delayed)
missing module named 'openpyxl.styles' - imported by pandas.io.excel._openpyxl
(delayed)
missing module named 'openpyxl.workbook' - imported by pandas.io.excel._openpyxl
(delayed)
missing module named openpyxl - imported by pandas.io.excel._openpyxl (delayed,
conditional)
missing module named 'odf.config' - imported by pandas.io.excel._odswriter
(delayed)
missing module named 'odf.style' - imported by pandas.io.excel._odswriter (delayed)
missing module named 'odf.text' - imported by pandas.io.excel._odfreader (delayed),
pandas.io.excel._odswriter (delayed)
missing module named 'odf.table' - imported by pandas.io.excel._odfreader
(delayed), pandas.io.excel._odswriter (delayed)
missing module named 'odf.opendocument' - imported by pandas.io.excel._odfreader
(delayed), pandas.io.excel._odswriter (delayed)
missing module named xlrd - imported by pandas.io.excel._xlrd (delayed),
pandas.io.excel._base (delayed, conditional)
missing module named pyxlsb - imported by pandas.io.excel._pyxlsb (delayed)
missing module named 'odf.element' - imported by pandas.io.excel._odfreader
(delayed)
missing module named 'odf.namespaces' - imported by pandas.io.excel._odfreader
(delayed)
missing module named odf - imported by pandas.io.excel._odfreader (delayed)
missing module named botocore - imported by pandas.io.common (delayed, conditional,
optional)
missing module named PyQt6 - imported by IPython.external.qt_loaders (delayed),
matplotlib.backends.qt_compat (delayed, conditional),
matplotlib.backends.backend_qtagg (delayed, conditional, optional)
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 six.moves.range - imported by six.moves (top-level),
dateutil.rrule (top-level)
missing module named StringIO - imported by PyInstaller.lib.modulegraph._compat
(conditional), PyInstaller.lib.modulegraph.zipio (conditional), six (conditional),
urllib3.packages.six (conditional), requests.compat (conditional)
missing module named dateutil.tz.tzfile - imported by dateutil.tz (top-level),
dateutil.zoneinfo (top-level)
missing module named shiboken2 - imported by matplotlib.backends.qt_compat
(delayed, conditional)
missing module named PySide2 - imported by IPython.external.qt_loaders (delayed),
ipykernel.eventloops (delayed, conditional, optional),
matplotlib.backends.qt_compat (delayed, conditional)
missing module named sip - imported by IPython.external.qt_loaders (delayed,
optional), matplotlib.backends.qt_compat (delayed, conditional), PyQt5 (top-level)
missing module named shiboken6 - imported by matplotlib.backends.qt_compat
(delayed, conditional)
missing module named PySide6 - imported by IPython.external.qt_loaders (delayed),
matplotlib.backends.qt_compat (delayed, conditional)
missing module named olefile - imported by PIL.FpxImagePlugin (top-level),
PIL.MicImagePlugin (top-level)
missing module named 'PySide2.QtGui' - imported by PIL.ImageQt (conditional,
optional)
missing module named 'PySide6.QtGui' - imported by PIL.ImageQt (conditional,
optional)
missing module named 'PyQt6.QtGui' - imported by PIL.ImageQt (conditional,
optional)
missing module named dummy_thread - imported by cffi.lock (conditional, optional)
missing module named thread - imported by cffi.lock (conditional, optional),
cffi.cparser (conditional, optional), zmq.eventloop.minitornado.ioloop (optional),
gevent.thread (conditional), gevent.tests.lock_tests (optional),
gevent.tests.test__monkey_futures_thread (optional), gevent.tests.test__core_async
(optional), gevent.tests.test__refcount (optional), gevent.tests.test__monkey
(delayed, optional), gevent.tests.test__thread (optional),
gevent.tests.test__threading_2 (optional)
missing module named 'setuptools.extern.pyparsing' - imported by
setuptools._vendor.packaging.markers (top-level),
setuptools._vendor.packaging.requirements (top-level)
missing module named 'setuptools.extern.more_itertools' - imported by
setuptools.dist (top-level), setuptools.package_index (top-level), setuptools.msvc
(top-level)
missing module named 'setuptools.extern.packaging.version' - imported by
setuptools.config (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 'setuptools.extern.packaging.specifiers' - imported by
setuptools.config (top-level)
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)
missing module named cStringIO - imported by cPickle (top-level), cffi.ffiplatform
(optional), gevent.tests.test__pywsgi (optional)
missing module named copy_reg - imported by cPickle (top-level), cStringIO (top-
level), gevent._tblib (delayed, optional)
missing module named cPickle - imported by pycparser.ply.yacc (delayed, optional),
pickleshare (optional), gevent._tblib (delayed, 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 Cookie - imported by requests.compat (conditional)
missing module named cookielib - imported by requests.compat (conditional)
missing module named urllib2 - imported by requests.compat (conditional),
lxml.ElementInclude (optional), lxml.html.html5parser (optional),
gevent.tests.test__example_wsgiserver (optional), gevent.tests.test__greenness
(optional)
missing module named urlparse - imported by requests.compat (conditional),
lxml.html (optional), lxml.ElementInclude (optional), lxml.html.html5parser
(optional), gevent.tests.test__pywsgi (optional)
missing module named simplejson - imported by requests.compat (conditional,
optional)
missing module named brotli - imported by urllib3.util.request (optional),
urllib3.response (optional)
missing module named Queue - imported by urllib3.util.queue (conditional),
debugpy.common.compat (conditional), numba.testing.main (optional), gevent.queue
(conditional)
missing module named "'urllib3.packages.six.moves.urllib'.parse" - imported by
urllib3.request (top-level), urllib3.poolmanager (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 socks - imported by urllib3.contrib.socks (optional)
missing module named 'typing.io' - imported by importlib.resources (top-level)
missing module named cryptography - imported by urllib3.contrib.pyopenssl (top-
level), requests (conditional, optional)
missing module named 'OpenSSL.crypto' - imported by urllib3.contrib.pyopenssl
(delayed)
missing module named 'cryptography.x509' - imported by urllib3.contrib.pyopenssl
(delayed, optional)
missing module named 'cryptography.hazmat' - imported by urllib3.contrib.pyopenssl
(top-level)
missing module named OpenSSL - imported by urllib3.contrib.pyopenssl (top-level)
missing module named chardet - imported by pygments.lexer (delayed, conditional,
optional), requests.compat (optional), requests (optional), requests.packages
(optional), bs4.dammit (optional)
missing module named unicodedata2 - imported by charset_normalizer.utils (optional)
missing module named UserDict - imported by attr._compat (conditional), pytz.lazy
(optional)
missing module named isoduration - imported by jsonschema._format (top-level)
missing module named uri_template - imported by jsonschema._format (top-level)
missing module named jsonpointer - imported by jsonschema._format (top-level)
missing module named webcolors - imported by jsonschema._format (top-level)
missing module named rfc3339_validator - imported by jsonschema._format (top-level)
missing module named rfc3986_validator - imported by jsonschema._format (optional)
missing module named rfc3987 - imported by jsonschema._format (optional)
missing module named fqdn - imported by jsonschema._format (top-level)
missing module named importlib_resources - imported by jsonschema._utils
(conditional)
missing module named traitlets.config.Application - imported by traitlets.config
(delayed, conditional), traitlets.log (delayed, conditional), ipykernel.kernelspec
(top-level)
missing module named numpydoc - imported by jedi.inference.docstrings (delayed)
missing module named trio - imported by IPython.core.async_helpers (delayed),
ipykernel.trio_runner (top-level)
missing module named curio - imported by IPython.core.async_helpers (delayed)
missing module named docrepr - imported by IPython.core.interactiveshell (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 pygments.lexers.PrologLexer - imported by pygments.lexers
(top-level), pygments.lexers.cplint (top-level)
missing module named pygments.lexers.GasLexer - imported by pygments.lexers
(delayed, conditional, optional), numba.core.codegen (delayed, conditional,
optional)
missing module named pygments.lexers.LlvmLexer - imported by pygments.lexers
(delayed, conditional, optional), numba.core.lowering (delayed, conditional,
optional), numba.core.codegen (delayed, conditional, optional)
missing module named pygments.lexers.PythonLexer - imported by pygments.lexers
(top-level), IPython.core.oinspect (top-level),
numba.core.annotations.pretty_annotate (delayed, optional)
missing module named pygments.formatters.TerminalFormatter - imported by
pygments.formatters (delayed, optional), numba.core.annotations.pretty_annotate
(delayed, optional)
missing module named pygments.formatters.Terminal256Formatter - imported by
pygments.formatters (delayed, conditional, optional), numba.core.ir (delayed,
conditional, optional), numba.core.lowering (delayed, conditional, optional),
numba.core.codegen (delayed, conditional, 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), numba.core.annotations.pretty_annotate
(delayed, optional)
missing module named ctags - imported by pygments.formatters.html (optional)
missing module named pathlib2 - imported by pickleshare (optional)
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.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.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 backports - imported by wcwidth.wcwidth (optional)
missing module named 'prompt_toolkit.key_binding.key_bindings.vi' - imported by
prompt_toolkit.key_binding.vi_state (conditional)
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 (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 (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
(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
(top-level)
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 matplotlib.tri.Triangulation - imported by matplotlib.tri
(top-level), matplotlib.tri.trifinder (top-level), matplotlib.tri.tritools (top-
level), matplotlib.tri.triinterpolate (top-level)
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),
pandas.plotting._matplotlib.timeseries (conditional),
pandas.plotting._matplotlib.tools (conditional), pandas.plotting._matplotlib.core
(conditional), pandas.plotting._matplotlib.boxplot (conditional),
pandas.plotting._matplotlib.hist (conditional), pandas.plotting._matplotlib.misc
(conditional)
missing module named gi - imported by matplotlib.cbook (delayed, conditional),
ipykernel.gui.gtk3embed (top-level)
missing module named setuptools_scm - imported by matplotlib (delayed, conditional)
missing module named cloudpickle - imported by ipykernel.pickleutil (delayed)
missing module named dill - imported by ipykernel.pickleutil (delayed)
missing module named 'ipyparallel.serialize' - imported by 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 'gi.repository' - imported by 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 IPython.lib.guisupport (delayed),
ipykernel.eventloops (delayed)
missing module named ipyparallel - imported by ipykernel.zmqshell (delayed,
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 'tornado.platform.select' - imported by
zmq.eventloop.minitornado.ioloop (delayed)
missing module named 'tornado.platform.kqueue' - imported by
zmq.eventloop.minitornado.ioloop (delayed, conditional)
missing module named 'tornado.platform.epoll' - imported by
zmq.eventloop.minitornado.ioloop (delayed, conditional)
missing module named monotime - imported by zmq.eventloop.minitornado.platform.auto
(optional)
missing module named 'tornado.stack_context' - imported by zmq.eventloop.zmqstream
(optional)
missing module named zmq.ZMQError - imported by zmq (delayed, optional),
zmq.sugar.attrsettr (delayed, optional), zmq.eventloop._deprecated (top-level)
missing module named paramiko - imported by jupyter_client.ssh.tunnel (optional)
missing module named zope.schema - imported by zope (optional), gevent._interfaces
(optional)
missing module named 'backports.socketpair' - imported by gevent._socketcommon
(optional)
missing module named _continuation - imported by gevent.greenlet (conditional)
missing module named __pypy__ - imported by gevent._tblib (delayed, optional)
missing module named 'gevent.resolver.cares' - imported by
gevent.tests.test__ares_host_result (optional), gevent.ares (top-level)
missing module named selectors2 - imported by gevent.tests.test__monkey_selectors
(optional), gevent.selectors (optional)
missing module named cares - imported by gevent.resolver.ares (top-level)
missing module named _setuputils - imported by gevent.libuv._corecffi_build
(optional), gevent.libev._corecffi_build (optional)
missing module named _setuplibev - imported by gevent.libev._corecffi_build
(optional)
missing module named gevent.libev._corecffi - imported by gevent.libev (top-level),
gevent.libev.watcher (top-level), gevent.libev.corecffi (top-level)
missing module named mimetools - imported by gevent.pywsgi (optional)
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.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 pyarrow - imported by pandas.core.arrays.masked (delayed),
pandas.core.arrays.boolean (delayed, conditional), pandas.core.arrays.numeric
(delayed, conditional), pandas.core.arrays._arrow_utils (top-level),
pandas.core.arrays.interval (delayed), pandas.core.arrays.period (delayed),
pandas.io.feather_format (delayed), pandas.core.arrays.string_ (delayed,
conditional), pandas.core.arrays.string_arrow (conditional),
pandas.core.dtypes.dtypes (delayed, conditional), pandas.compat.pyarrow (optional)
missing module named graphviz - imported by llvmlite.binding.analysis (delayed),
numba.core.ir (delayed, optional), numba.core.controlflow (delayed, optional),
numba.misc.inspection (delayed, optional), numba.core.codegen (delayed)
missing module named llvmlite.ir.Value - imported by llvmlite.ir (delayed),
llvmlite.ir.types (delayed)
missing module named llvmlite.ir.Constant - imported by llvmlite.ir (delayed),
llvmlite.ir.types (delayed), numba.core.base (top-level), numba.core.pythonapi
(top-level), numba.core.lowering (top-level), numba.core.generators (top-level),
numba.core.callwrapper (top-level), numba.pycc.llvm_types (top-level),
numba.np.npdatetime (top-level), numba.np.arrayobj (top-level),
numba.cpython.numbers (top-level), numba.cpython.mathimpl (top-level),
numba.cpython.unicode (top-level), numba.np.ufunc.wrappers (top-level)
missing module named llvmlite.ir.GlobalVariable - imported by llvmlite.ir
(delayed), llvmlite.ir.types (delayed)
missing module named llvmlite.ir.Module - imported by llvmlite.ir (delayed),
llvmlite.ir.types (delayed)
missing module named 'elftools.elf' - imported by numba.core.codegen (delayed)
missing module named elftools - imported by numba.core.codegen (delayed)
missing module named numba.typed.List - imported by numba.typed (delayed),
numba.core.typing.typeof (delayed), numba.core.codegen (delayed),
numba.typed.listobject (delayed)
missing module named numba.core.types.NoneType - imported by numba.core.types (top-
level), numba.typed.listobject (top-level)
missing module named numba.core.types.Type - imported by numba.core.types (top-
level), numba.typed.listobject (top-level), numba.typed.dictobject (top-level)
missing module named numba.core.types.ListTypeIteratorType - imported by
numba.core.types (top-level), numba.typed.listobject (top-level)
missing module named numba.core.types.ListTypeIterableType - imported by
numba.core.types (top-level), numba.typed.listobject (top-level)
missing module named numba.core.types.ListType - imported by numba.core.types (top-
level), numba.typed.listobject (top-level), numba.typed.typedlist (top-level)
missing module named numba.core.types.WrapperAddressProtocol - imported by
numba.core.types (top-level), numba.experimental.function_type (top-level)
missing module named numba.core.types.FunctionPrototype - imported by
numba.core.types (top-level), numba.experimental.function_type (top-level)
missing module named numba.core.types.UndefinedFunctionType - imported by
numba.core.types (top-level), numba.experimental.function_type (top-level)
missing module named numba.core.types.FunctionType - imported by numba.core.types
(top-level), numba.experimental.function_type (top-level)
missing module named com - imported by numba.misc.appdirs (delayed)
missing module named numba.typed.Dict - imported by numba.typed (delayed),
numba.core.typing.typeof (delayed), numba.typed.dictobject (delayed, conditional),
numba.typed.dictimpl (delayed)
missing module named 'numpy.random._bit_generator' - imported by
numba.core.typing.typeof (conditional)
missing module named numba.core.types.Tuple - imported by numba.core.types
(delayed), numba.core.types.iterators (delayed), numba.core.types.npytypes
(delayed)
missing module named numba.core.types.Array - imported by numba.core.types
(delayed), numba.core.types.abstract (delayed)
missing module named numba.np.ufunc.tbbpool - imported by numba.np.ufunc (delayed,
conditional, optional), numba.np.ufunc.parallel (delayed, conditional, optional)
missing module named r2pipe - imported by numba.misc.inspection (delayed, optional)
missing module named numba.core.types.DictIteratorType - imported by
numba.core.types (top-level), numba.typed.dictobject (top-level)
missing module named numba.core.types.DictValuesIterableType - imported by
numba.core.types (top-level), numba.typed.dictobject (top-level)
missing module named numba.core.types.DictKeysIterableType - imported by
numba.core.types (top-level), numba.typed.dictobject (top-level)
missing module named numba.core.types.DictItemsIterableType - imported by
numba.core.types (top-level), numba.typed.dictobject (top-level)
missing module named numba.core.types.DictType - imported by numba.core.types (top-
level), numba.typed.typeddict (top-level), numba.typed.dictobject (top-level)
missing module named numba.core.types.ClassInstanceType - imported by
numba.core.types (top-level), numba.experimental.jitclass.overloads (top-level)
missing module named xmlrunner - imported by numba.testing (delayed, conditional)
missing module named git - imported by numba.testing.main (delayed, optional)
missing module named numba.cuda.is_available - imported by numba.cuda (delayed),
numba.cuda.testing (delayed)
missing module named cuda - imported by numba.core.config (delayed, conditional,
optional), numba.cuda.cudadrv.driver (conditional)
missing module named numba.types.uint64 - imported by numba.types (top-level),
numba.cuda.mathimpl (top-level)
missing module named numba.types.int64 - imported by numba.types (top-level),
numba.cuda.libdevicefuncs (top-level), numba.cuda.mathimpl (top-level)
missing module named numba.types.float64 - imported by numba.types (top-level),
numba.cuda.libdevicefuncs (top-level), numba.cuda.mathimpl (top-level)
missing module named numba.types.float32 - imported by numba.types (top-level),
numba.cuda.libdevicefuncs (top-level), numba.cuda.mathimpl (top-level)
missing module named numba.types.Tuple - imported by numba.types (top-level),
numba.cuda.libdevicefuncs (top-level)
missing module named numba.types.void - imported by numba.types (top-level),
numba.cuda.libdevicefuncs (top-level)
missing module named numba.types.int32 - imported by numba.types (top-level),
numba.cuda.libdevicefuncs (top-level)
missing module named numba.types.int16 - imported by numba.types (top-level),
numba.cuda.libdevicefuncs (top-level)
missing module named numexpr - imported by pandas.core.computation.expressions
(conditional), pandas.core.computation.engines (delayed)
missing module named 'html5lib.treebuilders' - imported by bs4.builder._html5lib
(optional), lxml.html._html5builder (top-level), lxml.html.html5parser (top-level)
missing module named html5lib - imported by bs4.builder._html5lib (top-level),
lxml.html.html5parser (top-level)
missing module named cssselect - imported by lxml.cssselect (optional)
missing module named htmlentitydefs - imported by lxml.html.soupparser (optional)
missing module named BeautifulSoup - imported by lxml.html.soupparser (optional)
missing module named cchardet - imported by bs4.dammit (optional)
missing module named 'html5lib.constants' - imported by bs4.builder._html5lib (top-
level)
missing module named 'pyarrow.parquet' - imported by pandas.io.parquet (delayed)
missing module named PyQt4 - imported by pandas.io.clipboard (delayed, conditional,
optional)
missing module named Foundation - imported by pandas.io.clipboard (delayed,
conditional, optional)
missing module named AppKit - imported by pandas.io.clipboard (delayed,
conditional, optional)
missing module named 'PyQt4.QtGui' - imported by pandas.io.clipboard (delayed,
optional)
missing module named qtpy - imported by pandas.io.clipboard (delayed, conditional,
optional)
missing module named 'sqlalchemy.engine' - imported by pandas.io.sql (delayed)
missing module named 'sqlalchemy.types' - imported by pandas.io.sql (delayed,
conditional)
missing module named 'sqlalchemy.schema' - imported by pandas.io.sql (delayed)
missing module named sqlalchemy - imported by pandas.io.sql (delayed, conditional)
missing module named tables - imported by pandas.io.pytables (delayed, conditional)
missing module named sphinx - imported by scipy._lib._docscrape (delayed,
conditional)
missing module named scipy.special.ndtr - imported by scipy.special (top-level),
scipy.stats._bootstrap (top-level)
missing module named scipy.special.betaln - imported by scipy.special (top-level),
scipy.stats._discrete_distns (top-level), scipy.stats._multivariate (top-level)
missing module named scipy.special.beta - imported by scipy.special (top-level),
scipy.stats._tukeylambda_stats (top-level)
missing module named scipy.special.ive - imported by scipy.special (top-level),
scipy.stats._distn_infrastructure (top-level)
missing module named scipy.special.entr - imported by scipy.special (top-level),
scipy.stats._distn_infrastructure (top-level), scipy.stats._discrete_distns (top-
level), scipy.stats._multivariate (top-level)
missing module named scipy.special.chndtr - imported by scipy.special (top-level),
scipy.stats._distn_infrastructure (top-level)
missing module named scipy.special.rel_entr - imported by scipy.special (top-
level), scipy.spatial.distance (top-level)
missing module named scipy.special.xlogy - imported by scipy.special (top-level),
scipy.interpolate._rbf (top-level), scipy.stats._distn_infrastructure (top-level),
scipy.stats._multivariate (top-level)
missing module named scipy.interpolate.PPoly - imported by scipy.interpolate (top-
level), scipy.interpolate._cubic (top-level),
scipy.spatial.transform._rotation_spline (delayed), scipy.integrate._bvp (delayed)
missing module named scipy.linalg._flapack_64 - imported by scipy.linalg
(optional), scipy.linalg.lapack (optional)
missing module named scipy.linalg._clapack - imported by scipy.linalg (optional),
scipy.linalg.lapack (optional)
missing module named scipy.linalg._fblas_64 - imported by scipy.linalg (optional),
scipy.linalg.blas (optional)
missing module named scipy.linalg._cblas - imported by scipy.linalg (optional),
scipy.linalg.blas (optional)
missing module named 'scikits.umfpack' - imported by scipy.optimize._linprog_ip
(optional)
missing module named 'sksparse.cholmod' - imported by scipy.optimize._linprog_ip
(optional)
missing module named sksparse - imported by
scipy.optimize._trustregion_constr.projections (optional),
scipy.optimize._linprog_ip (optional)
missing module named sparse - imported by scipy.sparse.linalg._expm_multiply
(delayed, conditional), scipy.sparse.linalg._matfuncs (delayed, conditional)
missing module named uarray - imported by scipy._lib.uarray (conditional, optional)
missing module named scikits - imported by scipy.sparse.linalg._dsolve.linsolve
(optional)
missing module named scipy.linalg.qr_insert - imported by scipy.linalg (top-level),
scipy.sparse.linalg._isolve._gcrotmk (top-level)
missing module named scipy.special.gammaln - imported by scipy.special (top-level),
scipy.special._spfun_stats (top-level), scipy.optimize._dual_annealing (top-level),
scipy.integrate._quadrature (top-level), scipy.stats._discrete_distns (top-level),
scipy.stats._hypotests (top-level), scipy.stats._multivariate (top-level)
missing module named scipy.special.airy - imported by scipy.special (top-level),
scipy.special._orthogonal (top-level)
missing module named scipy.special.comb - imported by scipy.special (delayed),
scipy.linalg._special_matrices (delayed), scipy.interpolate._interpolate (top-
level), scipy.interpolate._rbfinterp (top-level), scipy.stats._distn_infrastructure
(top-level), scipy.stats._hypotests (top-level)
missing module named scipy.special.poch - imported by scipy.special (top-level),
scipy.fft._fftlog (top-level), scipy.interpolate._bsplines (top-level)
missing module named scipy.special.loggamma - imported by scipy.special (top-
level), scipy.fft._fftlog (top-level)
missing module named scipy.stats.iqr - imported by scipy.stats (delayed),
scipy.stats._hypotests (delayed)
missing module named 'pyarrow.compute' - imported by
pandas.core.arrays.string_arrow (conditional)
missing module named sets - imported by pytz.tzinfo (optional)
missing module named hypothesis - imported by pandas.util._tester (delayed,
optional)
missing module named pytest - imported by matplotlib (delayed, optional),
scipy._lib._testutils (delayed), pandas._testing._io (delayed), pandas._testing
(delayed), pandas.util._tester (delayed, optional)
missing module named pandas.ExtensionArray - imported by pandas (conditional),
pandas.core.construction (conditional)
missing module named pandas.UInt64Index - imported by pandas (conditional),
pandas.core.dtypes.generic (conditional)
missing module named pandas.Int64Index - imported by pandas (conditional),
pandas.core.dtypes.generic (conditional)
missing module named pandas.Float64Index - imported by pandas (conditional),
pandas.core.dtypes.generic (conditional), pandas.core.internals.blocks
(conditional), pandas.core.indexes.datetimes (conditional),
pandas.core.internals.array_manager (conditional)

You might also like