warn-app.txt 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. This file lists modules PyInstaller was not able to find. This does not
  2. necessarily mean this module is required for running your program. Python and
  3. Python 3rd-party packages include a lot of conditional or optional modules. For
  4. example the module 'ntpath' only exists on Windows, whereas the module
  5. 'posixpath' only exists on Posix systems.
  6. Types if import:
  7. * top-level: imported at the top-level - look at these first
  8. * conditional: imported within an if-statement
  9. * delayed: imported within a function
  10. * optional: imported within a try-except-statement
  11. IMPORTANT: Do NOT post this list to the issue-tracker. Use it as a basis for
  12. tracking down the missing module yourself. Thanks!
  13. missing module named pyimod02_importers - imported by N:\anaconda\envs\py310\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_pkgres.py (delayed), N:\anaconda\envs\py310\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_pkgutil.py (delayed)
  14. missing module named pep517 - imported by importlib.metadata (delayed)
  15. missing module named 'org.python' - imported by copy (optional), xml.sax (delayed, conditional)
  16. missing module named pwd - imported by posixpath (delayed, conditional), shutil (delayed, optional), tarfile (optional), pathlib (delayed, optional), subprocess (delayed, conditional, optional), http.server (delayed, optional), netrc (delayed, conditional), getpass (delayed), webbrowser (delayed), distutils.util (delayed, conditional, optional), distutils.archive_util (optional), setuptools._vendor.backports.tarfile (optional), psutil (optional), setuptools._distutils.util (delayed, conditional, optional), setuptools._distutils.archive_util (optional)
  17. missing module named grp - imported by shutil (delayed, optional), tarfile (optional), pathlib (delayed, optional), subprocess (delayed, conditional, optional), distutils.archive_util (optional), setuptools._vendor.backports.tarfile (optional), setuptools._distutils.archive_util (optional)
  18. missing module named posix - imported by shutil (conditional), importlib._bootstrap_external (conditional), os (conditional, optional)
  19. missing module named resource - imported by posix (top-level)
  20. excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional), zipimport (top-level)
  21. missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional), zipimport (top-level)
  22. missing module named _posixsubprocess - imported by subprocess (optional), multiprocessing.util (delayed)
  23. missing module named fcntl - imported by subprocess (optional), pty (delayed, optional), psutil._compat (delayed, optional)
  24. missing module named _posixshmem - imported by multiprocessing.resource_tracker (conditional), multiprocessing.shared_memory (conditional)
  25. missing module named _scproxy - imported by urllib.request (conditional)
  26. missing module named termios - imported by getpass (optional), tty (top-level), werkzeug._reloader (delayed, optional), click._termui_impl (conditional), psutil._compat (delayed, optional)
  27. missing module named 'java.lang' - imported by platform (delayed, optional), xml.sax._exceptions (conditional)
  28. missing module named multiprocessing.BufferTooShort - imported by multiprocessing (top-level), multiprocessing.connection (top-level)
  29. missing module named multiprocessing.AuthenticationError - imported by multiprocessing (top-level), multiprocessing.connection (top-level)
  30. missing module named multiprocessing.get_context - imported by multiprocessing (top-level), multiprocessing.pool (top-level), multiprocessing.managers (top-level), multiprocessing.sharedctypes (top-level)
  31. missing module named multiprocessing.TimeoutError - imported by multiprocessing (top-level), multiprocessing.pool (top-level)
  32. missing module named org - imported by pickle (optional)
  33. missing module named multiprocessing.set_start_method - imported by multiprocessing (top-level), multiprocessing.spawn (top-level)
  34. missing module named multiprocessing.get_start_method - imported by multiprocessing (top-level), multiprocessing.spawn (top-level)
  35. missing module named vms_lib - imported by platform (delayed, optional)
  36. missing module named java - imported by platform (delayed)
  37. missing module named _winreg - imported by platform (delayed, optional), pygments.formatters.img (optional)
  38. missing module named 'distutils._modified' - imported by setuptools._distutils.file_util (delayed)
  39. missing module named 'distutils._log' - imported by setuptools._distutils.command.bdist_dumb (top-level), setuptools._distutils.command.bdist_rpm (top-level), setuptools._distutils.command.build_clib (top-level), setuptools._distutils.command.build_ext (top-level), setuptools._distutils.command.build_py (top-level), setuptools._distutils.command.build_scripts (top-level), setuptools._distutils.command.clean (top-level), setuptools._distutils.command.config (top-level), setuptools._distutils.command.install (top-level), setuptools._distutils.command.install_scripts (top-level), setuptools._distutils.command.register (top-level), setuptools._distutils.command.sdist (top-level)
  40. missing module named usercustomize - imported by site (delayed, optional)
  41. missing module named sitecustomize - imported by site (delayed, optional)
  42. missing module named startup - imported by pyreadline3.keysyms.common (conditional), pyreadline3.keysyms.keysyms (conditional)
  43. missing module named sets - imported by pyreadline3.keysyms.common (optional)
  44. missing module named System - imported by pyreadline3.clipboard.ironpython_clipboard (top-level), pyreadline3.keysyms.ironpython_keysyms (top-level), pyreadline3.console.ironpython_console (top-level), pyreadline3.rlmain (conditional)
  45. missing module named console - imported by pyreadline3.console.ansi (conditional)
  46. missing module named clr - imported by pyreadline3.clipboard.ironpython_clipboard (top-level), pyreadline3.console.ironpython_console (top-level)
  47. missing module named IronPythonConsole - imported by pyreadline3.console.ironpython_console (top-level)
  48. missing module named _manylinux - imported by packaging._manylinux (delayed, optional), setuptools._vendor.packaging._manylinux (delayed, optional), wheel.vendored.packaging._manylinux (delayed, optional), setuptools._vendor.wheel.vendored.packaging._manylinux (delayed, optional), setuptools._distutils._vendor.packaging._manylinux (delayed, optional)
  49. missing module named 'typing.io' - imported by importlib.resources (top-level)
  50. missing module named typeshed - imported by setuptools._vendor.typeguard._decorators (conditional)
  51. missing module named jnius - imported by setuptools._vendor.platformdirs.android (delayed, conditional, optional)
  52. missing module named android - imported by setuptools._vendor.platformdirs.android (delayed, conditional, optional)
  53. missing module named asyncio.Runner - imported by asyncio (conditional), anyio._backends._asyncio (conditional)
  54. missing module named asyncio.DefaultEventLoopPolicy - imported by asyncio (delayed, conditional), asyncio.events (delayed, conditional)
  55. missing module named _typeshed - imported by werkzeug._internal (conditional), asgiref.sync (conditional), anyio._core._fileio (conditional), httpx._transports.wsgi (conditional), pkg_resources (conditional)
  56. missing module named trove_classifiers - imported by setuptools.config._validate_pyproject.formats (optional)
  57. missing module named tomllib - imported by setuptools.compat.py310 (conditional)
  58. missing module named 'IPython.display' - imported by rich.jupyter (delayed, optional), rich.live (delayed, conditional, optional)
  59. missing module named 'IPython.core' - imported by dotenv.ipython (top-level), rich.pretty (delayed, optional)
  60. missing module named pygments.lexers.PrologLexer - imported by pygments.lexers (top-level), pygments.lexers.cplint (top-level)
  61. missing module named PIL._imagingagg - imported by PIL (delayed, conditional, optional), PIL.ImageDraw (delayed, conditional, optional)
  62. missing module named _dummy_thread - imported by cffi.lock (conditional, optional), numpy.core.arrayprint (optional)
  63. missing module named dummy_threading - imported by psutil._compat (optional)
  64. missing module named numpy.core.result_type - imported by numpy.core (delayed), numpy.testing._private.utils (delayed)
  65. missing module named numpy.core.float_ - imported by numpy.core (delayed), numpy.testing._private.utils (delayed)
  66. missing module named numpy.core.number - imported by numpy.core (delayed), numpy.testing._private.utils (delayed)
  67. missing module named numpy.core.object_ - imported by numpy.core (top-level), numpy.linalg.linalg (top-level), numpy.testing._private.utils (delayed)
  68. missing module named numpy.core.max - imported by numpy.core (delayed), numpy.testing._private.utils (delayed)
  69. missing module named numpy.core.all - imported by numpy.core (top-level), numpy.linalg.linalg (top-level), numpy.testing._private.utils (delayed)
  70. missing module named numpy.core.errstate - imported by numpy.core (top-level), numpy.linalg.linalg (top-level), numpy.testing._private.utils (delayed)
  71. missing module named numpy.core.bool_ - imported by numpy.core (delayed), numpy.testing._private.utils (delayed)
  72. missing module named numpy.core.inf - imported by numpy.core (delayed), numpy.testing._private.utils (delayed)
  73. missing module named numpy.core.isnan - imported by numpy.core (top-level), numpy.linalg.linalg (top-level), numpy.testing._private.utils (delayed)
  74. missing module named numpy.core.array2string - imported by numpy.core (delayed), numpy.testing._private.utils (delayed)
  75. missing module named numpy.lib.imag - imported by numpy.lib (delayed), numpy.testing._private.utils (delayed)
  76. missing module named numpy.lib.real - imported by numpy.lib (delayed), numpy.testing._private.utils (delayed)
  77. missing module named numpy.lib.iscomplexobj - imported by numpy.lib (delayed), numpy.testing._private.utils (delayed)
  78. missing module named numpy.core.signbit - imported by numpy.core (delayed), numpy.testing._private.utils (delayed)
  79. missing module named numpy.core.isscalar - imported by numpy.core (delayed), numpy.testing._private.utils (delayed), numpy.lib.polynomial (top-level)
  80. 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)
  81. missing module named numpy.core.isnat - imported by numpy.core (top-level), numpy.testing._private.utils (top-level)
  82. missing module named numpy.core.ndarray - imported by numpy.core (top-level), numpy.testing._private.utils (top-level), numpy.lib.utils (top-level)
  83. missing module named numpy.core.array_repr - imported by numpy.core (top-level), numpy.testing._private.utils (top-level)
  84. missing module named numpy.core.arange - imported by numpy.core (top-level), numpy.testing._private.utils (top-level), numpy.fft.helper (top-level)
  85. 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)
  86. missing module named numpy.core.float32 - imported by numpy.core (top-level), numpy.testing._private.utils (top-level)
  87. missing module named numpy.core.intp - imported by numpy.core (top-level), numpy.linalg.linalg (top-level), numpy.testing._private.utils (top-level)
  88. missing module named numpy.core.linspace - imported by numpy.core (top-level), numpy.lib.index_tricks (top-level)
  89. missing module named numpy.core.iinfo - imported by numpy.core (top-level), numpy.lib.twodim_base (top-level)
  90. missing module named numpy.core.transpose - imported by numpy.core (top-level), numpy.lib.function_base (top-level)
  91. 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)
  92. missing module named numpy.core.integer - imported by numpy.core (top-level), numpy.fft.helper (top-level)
  93. missing module named numpy.core.sqrt - imported by numpy.core (top-level), numpy.linalg.linalg (top-level), numpy.fft._pocketfft (top-level)
  94. missing module named numpy.core.conjugate - imported by numpy.core (top-level), numpy.fft._pocketfft (top-level)
  95. missing module named numpy.core.swapaxes - imported by numpy.core (top-level), numpy.linalg.linalg (top-level), numpy.fft._pocketfft (top-level)
  96. missing module named numpy.core.zeros - imported by numpy.core (top-level), numpy.linalg.linalg (top-level), numpy.fft._pocketfft (top-level)
  97. missing module named numpy._typing._ufunc - imported by numpy._typing (conditional)
  98. missing module named numpy.core.reciprocal - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
  99. missing module named numpy.core.sort - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
  100. missing module named numpy.core.argsort - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
  101. missing module named numpy.core.sign - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
  102. missing module named numpy.core.count_nonzero - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
  103. missing module named numpy.core.divide - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
  104. missing module named numpy.core.matmul - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
  105. missing module named numpy.core.asanyarray - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
  106. missing module named numpy.core.atleast_2d - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
  107. missing module named numpy.core.prod - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
  108. missing module named numpy.core.amax - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
  109. missing module named numpy.core.amin - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
  110. missing module named numpy.core.moveaxis - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
  111. missing module named numpy.core.geterrobj - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
  112. missing module named numpy.core.finfo - imported by numpy.core (top-level), numpy.linalg.linalg (top-level), numpy.lib.polynomial (top-level)
  113. missing module named numpy.core.isfinite - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
  114. missing module named numpy.core.sum - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
  115. missing module named numpy.core.multiply - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
  116. missing module named numpy.core.add - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
  117. missing module named numpy.core.dot - imported by numpy.core (top-level), numpy.linalg.linalg (top-level), numpy.lib.polynomial (top-level)
  118. missing module named numpy.core.Inf - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
  119. missing module named numpy.core.newaxis - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
  120. missing module named numpy.core.complexfloating - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
  121. missing module named numpy.core.inexact - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
  122. missing module named numpy.core.cdouble - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
  123. missing module named numpy.core.csingle - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
  124. missing module named numpy.core.double - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
  125. missing module named numpy.core.single - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
  126. missing module named numpy.core.intc - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
  127. missing module named numpy.core.empty_like - imported by numpy.core (top-level), numpy.linalg.linalg (top-level)
  128. missing module named threadpoolctl - imported by numpy.lib.utils (delayed, optional)
  129. missing module named numpy.core.ufunc - imported by numpy.core (top-level), numpy.lib.utils (top-level)
  130. missing module named numpy.core.ones - imported by numpy.core (top-level), numpy.lib.polynomial (top-level)
  131. missing module named numpy.core.hstack - imported by numpy.core (top-level), numpy.lib.polynomial (top-level)
  132. missing module named numpy.core.atleast_1d - imported by numpy.core (top-level), numpy.lib.polynomial (top-level)
  133. missing module named numpy.core.atleast_3d - imported by numpy.core (top-level), numpy.lib.shape_base (top-level)
  134. missing module named numpy.core.vstack - imported by numpy.core (top-level), numpy.lib.shape_base (top-level)
  135. missing module named pickle5 - imported by numpy.compat.py3k (optional)
  136. missing module named numpy.eye - imported by numpy (delayed), numpy.core.numeric (delayed)
  137. missing module named numpy.recarray - imported by numpy (top-level), numpy.lib.recfunctions (top-level), numpy.ma.mrecords (top-level)
  138. missing module named numpy.expand_dims - imported by numpy (top-level), numpy.ma.core (top-level)
  139. 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)
  140. missing module named numpy.iscomplexobj - imported by numpy (top-level), numpy.ma.core (top-level)
  141. missing module named numpy.amin - imported by numpy (top-level), numpy.ma.core (top-level)
  142. missing module named numpy.amax - imported by numpy (top-level), numpy.ma.core (top-level)
  143. missing module named numpy.isinf - imported by numpy (top-level), numpy.testing._private.utils (top-level)
  144. missing module named numpy.isnan - imported by numpy (top-level), numpy.testing._private.utils (top-level)
  145. missing module named numpy.isfinite - imported by numpy (top-level), numpy.testing._private.utils (top-level)
  146. missing module named numpy.float64 - imported by numpy (top-level), numpy.array_api._typing (top-level)
  147. missing module named numpy.float32 - imported by numpy (top-level), numpy.array_api._typing (top-level)
  148. missing module named numpy.uint64 - imported by numpy (top-level), numpy.array_api._typing (top-level)
  149. missing module named numpy.uint32 - imported by numpy (top-level), numpy.array_api._typing (top-level)
  150. missing module named numpy.uint16 - imported by numpy (top-level), numpy.array_api._typing (top-level)
  151. missing module named numpy.uint8 - imported by numpy (top-level), numpy.array_api._typing (top-level)
  152. missing module named numpy.int64 - imported by numpy (top-level), numpy.array_api._typing (top-level)
  153. missing module named numpy.int32 - imported by numpy (top-level), numpy.array_api._typing (top-level)
  154. missing module named numpy.int16 - imported by numpy (top-level), numpy.array_api._typing (top-level)
  155. missing module named numpy.int8 - imported by numpy (top-level), numpy.array_api._typing (top-level)
  156. missing module named numpy.bytes_ - imported by numpy (top-level), numpy._typing._array_like (top-level)
  157. missing module named numpy.str_ - imported by numpy (top-level), numpy._typing._array_like (top-level)
  158. missing module named numpy.void - imported by numpy (top-level), numpy._typing._array_like (top-level)
  159. missing module named numpy.object_ - imported by numpy (top-level), numpy._typing._array_like (top-level)
  160. missing module named numpy.datetime64 - imported by numpy (top-level), numpy._typing._array_like (top-level)
  161. missing module named numpy.timedelta64 - imported by numpy (top-level), numpy._typing._array_like (top-level)
  162. missing module named numpy.number - imported by numpy (top-level), numpy._typing._array_like (top-level)
  163. missing module named numpy.complexfloating - imported by numpy (top-level), numpy._typing._array_like (top-level)
  164. missing module named numpy.floating - imported by numpy (top-level), numpy._typing._array_like (top-level)
  165. missing module named numpy.integer - imported by numpy (top-level), numpy._typing._array_like (top-level), numpy.ctypeslib (top-level)
  166. missing module named numpy.unsignedinteger - imported by numpy (top-level), numpy._typing._array_like (top-level)
  167. 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)
  168. missing module named numpy.generic - imported by numpy (top-level), numpy._typing._array_like (top-level)
  169. 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)
  170. 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.lib.recfunctions (top-level), numpy.ma.mrecords (top-level), numpy.ctypeslib (top-level)
  171. missing module named numpy.ufunc - imported by numpy (top-level), numpy._typing (top-level), numpy.testing.overrides (top-level)
  172. missing module named numpy.histogramdd - imported by numpy (delayed), numpy.lib.twodim_base (delayed)
  173. missing module named numpy._distributor_init_local - imported by numpy (optional), numpy._distributor_init (optional)
  174. missing module named dummy_thread - imported by cffi.lock (conditional, optional)
  175. missing module named thread - imported by cffi.lock (conditional, optional), cffi.cparser (conditional, optional)
  176. missing module named cStringIO - imported by cffi.ffiplatform (optional)
  177. missing module named cPickle - imported by pycparser.ply.yacc (delayed, optional)
  178. missing module named cffi._pycparser - imported by cffi (optional), cffi.cparser (optional)
  179. missing module named defusedxml - imported by PIL.Image (optional)
  180. missing module named ctags - imported by pygments.formatters.html (optional)
  181. missing module named ipywidgets - imported by rich.live (delayed, conditional, optional)
  182. missing module named linkify_it - imported by markdown_it.main (optional)
  183. missing module named trio - imported by httpx._utils (delayed, conditional), httpx._transports.asgi (delayed, conditional), httpcore._synchronization (optional), httpcore._backends.trio (top-level)
  184. missing module named 'trio.testing' - imported by anyio._backends._trio (delayed)
  185. missing module named apport_python_hook - imported by exceptiongroup._formatting (conditional)
  186. missing module named 'trio.to_thread' - imported by anyio._backends._trio (top-level)
  187. missing module named 'trio.socket' - imported by anyio._backends._trio (top-level)
  188. missing module named outcome - imported by anyio._backends._trio (top-level)
  189. missing module named 'trio.lowlevel' - imported by anyio._backends._trio (top-level)
  190. missing module named 'trio.from_thread' - imported by anyio._backends._trio (top-level)
  191. missing module named uvloop - imported by anyio._backends._asyncio (delayed, conditional)
  192. missing module named curio - imported by sniffio._impl (delayed, conditional)
  193. missing module named socksio - imported by httpcore._sync.socks_proxy (top-level), httpcore._async.socks_proxy (top-level), httpx._transports.default (delayed, conditional, optional)
  194. missing module named 'h2.settings' - imported by httpcore._sync.http2 (top-level), httpcore._async.http2 (top-level)
  195. missing module named 'h2.exceptions' - imported by httpcore._sync.http2 (top-level), httpcore._async.http2 (top-level)
  196. missing module named 'h2.events' - imported by httpcore._sync.http2 (top-level), httpcore._async.http2 (top-level)
  197. missing module named 'h2.connection' - imported by httpcore._sync.http2 (top-level), httpcore._async.http2 (top-level)
  198. missing module named h2 - imported by httpcore._sync.http2 (top-level), httpx._client (delayed, conditional, optional)
  199. missing module named 'h2.config' - imported by httpcore._async.http2 (top-level)
  200. missing module named '_typeshed.wsgi' - imported by werkzeug.exceptions (conditional), werkzeug.http (conditional), werkzeug.wsgi (conditional), werkzeug.utils (conditional), werkzeug.wrappers.response (conditional), werkzeug.test (conditional), werkzeug.formparser (conditional), werkzeug.wrappers.request (conditional), werkzeug.serving (conditional), werkzeug.debug (conditional), werkzeug.middleware.shared_data (conditional), werkzeug.local (conditional), werkzeug.routing.exceptions (conditional), werkzeug.routing.map (conditional), flask.typing (conditional), flask.ctx (conditional), flask.testing (conditional), flask.cli (conditional), flask.app (conditional), httpx._transports.wsgi (conditional)
  201. missing module named brotli - imported by httpx._compat (optional)
  202. missing module named brotlicffi - imported by httpx._compat (optional)
  203. missing module named 'watchdog.observers' - imported by werkzeug._reloader (delayed)
  204. missing module named 'watchdog.events' - imported by werkzeug._reloader (delayed)
  205. missing module named watchdog - imported by werkzeug._reloader (delayed)
  206. missing module named IPython - imported by dotenv.ipython (top-level)