error: _threading_local module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['local', '_localimpl', 'localdict'] Runtime: Names exported are: ['local'] error: _threading_local.__all__ is not present in stub Stub: MISSING Runtime: ['local'] error: _weakrefset module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['WeakSet', '_S', '_T'] Runtime: Names exported are: ['WeakSet'] error: _weakrefset.__all__ is not present in stub Stub: MISSING Runtime: ['WeakSet'] error: aifc module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Error', 'open', 'Aifc_read', 'Aifc_write', '_File', '_Marker', '_aifc_params'] Runtime: Names exported are: ['Error', 'open'] error: aifc.__all__ is not present in stub Stub: MISSING Runtime: ['Error', 'open'] error: asyncio module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['ALL_COMPLETED', 'AbstractEventLoop', 'AbstractEventLoopPolicy', 'AbstractServer', 'BaseEventLoop', 'BaseProtocol', 'BaseTransport', 'BoundedSemaphore', 'BufferedProtocol', 'CancelledError', 'Condition', 'DatagramProtocol', 'DatagramTransport', 'DefaultEventLoopPolicy', 'Event', 'FIRST_COMPLETED', 'FIRST_EXCEPTION', 'Future', 'Handle', 'IncompleteReadError', 'InvalidStateError', 'IocpProactor', 'LifoQueue', 'LimitOverrunError', 'Lock', 'PriorityQueue', 'ProactorEventLoop', 'Protocol', 'Queue', 'QueueEmpty', 'QueueFull', 'ReadTransport', 'SelectorEventLoop', 'Semaphore', 'SendfileNotAvailableError', 'StreamReader', 'StreamReaderProtocol', 'StreamWriter', 'SubprocessProtocol', 'SubprocessTransport', 'Task', 'TimeoutError', 'TimerHandle', 'Transport', 'WindowsProactorEventLoopPolicy', 'WindowsSelectorEventLoopPolicy', 'WriteTransport', '_enter_task', '_get_running_loop', '_leave_task', '_register_task', '_set_running_loop', '_unregister_task', 'all_tasks', 'as_completed', 'coroutine', 'create_subprocess_exec', 'create_subprocess_shell', 'create_task', 'current_task', 'ensure_future', 'gather', 'get_child_watcher', 'get_event_loop', 'get_event_loop_policy', 'get_running_loop', 'iscoroutine', 'iscoroutinefunction', 'isfuture', 'new_event_loop', 'open_connection', 'run', 'run_coroutine_threadsafe', 'set_child_watcher', 'set_event_loop', 'set_event_loop_policy', 'shield', 'sleep', 'start_server', 'to_thread', 'wait', 'wait_for', 'wrap_future', '__path__'] Runtime: Names exported are: ['ALL_COMPLETED', 'AbstractEventLoop', 'AbstractEventLoopPolicy', 'AbstractServer', 'BaseEventLoop', 'BaseProtocol', 'BaseTransport', 'BoundedSemaphore', 'BufferedProtocol', 'CancelledError', 'Condition', 'DatagramProtocol', 'DatagramTransport', 'DefaultEventLoopPolicy', 'Event', 'FIRST_COMPLETED', 'FIRST_EXCEPTION', 'Future', 'Handle', 'IncompleteReadError', 'InvalidStateError', 'IocpProactor', 'LifoQueue', 'LimitOverrunError', 'Lock', 'PriorityQueue', 'ProactorEventLoop', 'Protocol', 'Queue', 'QueueEmpty', 'QueueFull', 'ReadTransport', 'SelectorEventLoop', 'Semaphore', 'SendfileNotAvailableError', 'StreamReader', 'StreamReaderProtocol', 'StreamWriter', 'SubprocessProtocol', 'SubprocessTransport', 'Task', 'TimeoutError', 'TimerHandle', 'Transport', 'WindowsProactorEventLoopPolicy', 'WindowsSelectorEventLoopPolicy', 'WriteTransport', '_enter_task', '_get_running_loop', '_leave_task', '_register_task', '_set_running_loop', '_unregister_task', 'all_tasks', 'as_completed', 'coroutine', 'create_subprocess_exec', 'create_subprocess_shell', 'create_task', 'current_task', 'ensure_future', 'gather', 'get_child_watcher', 'get_event_loop', 'get_event_loop_policy', 'get_running_loop', 'iscoroutine', 'iscoroutinefunction', 'isfuture', 'new_event_loop', 'open_connection', 'run', 'run_coroutine_threadsafe', 'set_child_watcher', 'set_event_loop', 'set_event_loop_policy', 'shield', 'sleep', 'start_server', 'to_thread', 'wait', 'wait_for', 'wrap_future'] error: asyncio.__all__ is not present in stub Stub: MISSING Runtime: ('BaseEventLoop', 'coroutine', 'iscoroutinefunction', 'iscoroutine', 'AbstractEventLoopPolicy', 'AbstractEventLoop', 'AbstractServer', 'Handle', 'TimerHandle', 'get_event_loop_policy', 'set_event_loop_policy', 'get_event_loop', 'set_event_loop', 'new_event_loop', 'get_child_watcher', 'set_child_watcher', '_set_running_loop', 'get_running_loop', '_get_running_loop', 'CancelledError', 'InvalidStateError', 'TimeoutError', 'IncompleteReadError', 'LimitOverrunError', 'SendfileNotAvailableError', 'Future', 'wrap_future', 'isfuture', 'Lock', 'Event', 'Condition', 'Semaphore', 'BoundedSemaphore', 'BaseProtocol', 'Protocol', 'DatagramProtocol', 'SubprocessProtocol', 'BufferedProtocol', 'run', 'Queue', 'PriorityQueue', 'LifoQueue', 'QueueFull', 'QueueEmpty', 'StreamReader', 'StreamWriter', 'StreamReaderProtocol', 'open_connection', 'start_server', 'create_subprocess_exec', 'create_subprocess_shell', 'Task', 'create_task', 'FIRST_COMPLETED', 'FIRST_EXCEPTION', 'ALL_COMPLETED', 'wait', 'wait_for', 'as_completed', 'sleep', 'gather', 'shield', 'ensure_future', 'run_coroutine_threadsafe', 'current_task', 'all_tasks', '_register_task', '_unregister_task', '_enter_task', '_leave_task', 'to_thread', 'BaseTransport', 'ReadTransport', 'WriteTransport', 'Transport', 'DatagramTransport', 'SubprocessTransport', 'SelectorEventLoop', 'ProactorEventLoop', 'IocpProactor', 'DefaultEventLoopPolicy', 'WindowsSelectorEventLoopPolicy', 'WindowsProactorEventLoopPolicy') error: asyncio.base_futures module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['_CANCELLED', '_FINISHED', '_PENDING', '_format_callbacks', '_future_repr_info', 'isfuture'] Runtime: Names exported are: [] error: asyncio.base_futures.__all__ is not present in stub Stub: MISSING Runtime: () error: asyncio.selector_events.__all__ is not present in stub Stub: MISSING Runtime: ('BaseSelectorEventLoop',) error: asyncio.streams module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['StreamReader', 'StreamReaderProtocol', 'StreamWriter', 'open_connection', 'start_server', 'FlowControlMixin', '_ClientConnectedCallback'] Runtime: Names exported are: ['StreamReader', 'StreamReaderProtocol', 'StreamWriter', 'open_connection', 'start_server'] error: asyncio.streams.__all__ is not present in stub Stub: MISSING Runtime: ('StreamReader', 'StreamWriter', 'StreamReaderProtocol', 'open_connection', 'start_server') error: asyncio.windows_utils module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['PIPE', 'PipeHandle', 'pipe'] Runtime: Names exported are: ['PIPE', 'PipeHandle', 'pipe', 'Popen'] error: base64.__all__ is not present in stub Stub: MISSING Runtime: ['encode', 'decode', 'encodebytes', 'decodebytes', 'b64encode', 'b64decode', 'b32encode', 'b32decode', 'b32hexencode', 'b32hexdecode', 'b16encode', 'b16decode', 'b85encode', 'b85decode', 'a85encode', 'a85decode', 'standard_b64encode', 'standard_b64decode', 'urlsafe_b64encode', 'urlsafe_b64decode'] error: bz2 module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['BZ2Compressor', 'BZ2Decompressor', 'BZ2File', 'compress', 'decompress', 'open', '_ReadBinaryMode', '_ReadTextMode', '_ReadableFileobj', '_WritableFileobj', '_WriteBinaryMode', '_WriteTextMode'] Runtime: Names exported are: ['BZ2Compressor', 'BZ2Decompressor', 'BZ2File', 'compress', 'decompress', 'open'] error: bz2.__all__ is not present in stub Stub: MISSING Runtime: ['BZ2File', 'BZ2Compressor', 'BZ2Decompressor', 'open', 'compress', 'decompress'] error: cProfile module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Profile', 'run', 'runctx', '_Label', '_P', '_T', 'label'] Runtime: Names exported are: ['Profile', 'run', 'runctx'] error: cProfile.__all__ is not present in stub Stub: MISSING Runtime: ['run', 'runctx', 'Profile'] error: cgi module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['FieldStorage', 'MiniFieldStorage', 'parse', 'parse_header', 'parse_multipart', 'print_directory', 'print_environ', 'print_environ_usage', 'print_form', 'test', '_Environ', '_list'] Runtime: Names exported are: ['FieldStorage', 'MiniFieldStorage', 'parse', 'parse_header', 'parse_multipart', 'print_directory', 'print_environ', 'print_environ_usage', 'print_form', 'test', 'print_arguments', 'print_exception'] error: cgi.__all__ is not present in stub Stub: MISSING Runtime: ['MiniFieldStorage', 'FieldStorage', 'parse', 'parse_multipart', 'parse_header', 'test', 'print_exception', 'print_environ', 'print_form', 'print_directory', 'print_arguments', 'print_environ_usage'] error: code.__all__ is not present in stub Stub: MISSING Runtime: ['InteractiveInterpreter', 'InteractiveConsole', 'interact', 'compile_command'] error: codecs module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['BOM', 'BOM32_BE', 'BOM32_LE', 'BOM64_BE', 'BOM64_LE', 'BOM_BE', 'BOM_LE', 'BOM_UTF16', 'BOM_UTF16_BE', 'BOM_UTF16_LE', 'BOM_UTF32', 'BOM_UTF32_BE', 'BOM_UTF32_LE', 'BOM_UTF8', 'Codec', 'CodecInfo', 'EncodedFile', 'IncrementalDecoder', 'IncrementalEncoder', 'StreamReader', 'StreamReaderWriter', 'StreamRecoder', 'StreamWriter', 'backslashreplace_errors', 'decode', 'encode', 'getdecoder', 'getencoder', 'getincrementaldecoder', 'getincrementalencoder', 'getreader', 'getwriter', 'ignore_errors', 'iterdecode', 'iterencode', 'lookup', 'lookup_error', 'open', 'register', 'register_error', 'replace_errors', 'strict_errors', 'xmlcharrefreplace_errors', 'BufferedIncrementalDecoder', 'BufferedIncrementalEncoder', '_BytesToBytesEncoding', '_Decoder', '_Encoder', '_IncrementalDecoder', '_IncrementalEncoder', '_StrToStrEncoding', '_StreamReader', '_StreamWriter', 'unregister', 'utf_16_be_decode', 'utf_16_be_encode'] Runtime: Names exported are: ['BOM', 'BOM32_BE', 'BOM32_LE', 'BOM64_BE', 'BOM64_LE', 'BOM_BE', 'BOM_LE', 'BOM_UTF16', 'BOM_UTF16_BE', 'BOM_UTF16_LE', 'BOM_UTF32', 'BOM_UTF32_BE', 'BOM_UTF32_LE', 'BOM_UTF8', 'Codec', 'CodecInfo', 'EncodedFile', 'IncrementalDecoder', 'IncrementalEncoder', 'StreamReader', 'StreamReaderWriter', 'StreamRecoder', 'StreamWriter', 'backslashreplace_errors', 'decode', 'encode', 'getdecoder', 'getencoder', 'getincrementaldecoder', 'getincrementalencoder', 'getreader', 'getwriter', 'ignore_errors', 'iterdecode', 'iterencode', 'lookup', 'lookup_error', 'open', 'register', 'register_error', 'replace_errors', 'strict_errors', 'xmlcharrefreplace_errors', 'namereplace_errors'] error: codecs.__all__ is not present in stub Stub: MISSING Runtime: ['register', 'lookup', 'open', 'EncodedFile', 'BOM', 'BOM_BE', 'BOM_LE', 'BOM32_BE', 'BOM32_LE', 'BOM64_BE', 'BOM64_LE', 'BOM_UTF8', 'BOM_UTF16', 'BOM_UTF16_LE', 'BOM_UTF16_BE', 'BOM_UTF32', 'BOM_UTF32_LE', 'BOM_UTF32_BE', 'CodecInfo', 'Codec', 'IncrementalEncoder', 'IncrementalDecoder', 'StreamReader', 'StreamWriter', 'StreamReaderWriter', 'StreamRecoder', 'getencoder', 'getdecoder', 'getincrementalencoder', 'getincrementaldecoder', 'getreader', 'getwriter', 'encode', 'decode', 'iterencode', 'iterdecode', 'strict_errors', 'ignore_errors', 'replace_errors', 'xmlcharrefreplace_errors', 'backslashreplace_errors', 'namereplace_errors', 'register_error', 'lookup_error'] error: codeop.__all__ is not present in stub Stub: MISSING Runtime: ['compile_command', 'Compile', 'CommandCompiler'] error: collections module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['ChainMap', 'Counter', 'OrderedDict', 'UserDict', 'UserList', 'UserString', 'defaultdict', 'deque', 'namedtuple', '_KT', '_KT_co', '_OrderedDictItemsView', '_OrderedDictKeysView', '_OrderedDictValuesView', '_S', '_T', '_T1', '_T2', '_VT', '_VT_co', '__path__'] Runtime: Names exported are: ['ChainMap', 'Counter', 'OrderedDict', 'UserDict', 'UserList', 'UserString', 'defaultdict', 'deque', 'namedtuple'] error: collections.__all__ is not present in stub Stub: MISSING Runtime: ['ChainMap', 'Counter', 'OrderedDict', 'UserDict', 'UserList', 'UserString', 'defaultdict', 'deque', 'namedtuple'] error: colorsys module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['hls_to_rgb', 'hsv_to_rgb', 'rgb_to_hls', 'rgb_to_hsv', 'rgb_to_yiq', 'yiq_to_rgb', 'ONE_SIXTH', 'ONE_THIRD', 'TWO_THIRD'] Runtime: Names exported are: ['hls_to_rgb', 'hsv_to_rgb', 'rgb_to_hls', 'rgb_to_hsv', 'rgb_to_yiq', 'yiq_to_rgb'] error: colorsys.__all__ is not present in stub Stub: MISSING Runtime: ['rgb_to_yiq', 'yiq_to_rgb', 'rgb_to_hls', 'hls_to_rgb', 'rgb_to_hsv', 'hsv_to_rgb'] error: compileall module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['compile_dir', 'compile_file', 'compile_path', '_SupportsSearch'] Runtime: Names exported are: ['compile_dir', 'compile_file', 'compile_path'] error: compileall.__all__ is not present in stub Stub: MISSING Runtime: ['compile_dir', 'compile_file', 'compile_path'] error: concurrent.futures module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['ALL_COMPLETED', 'BrokenExecutor', 'CancelledError', 'Executor', 'FIRST_COMPLETED', 'FIRST_EXCEPTION', 'Future', 'ProcessPoolExecutor', 'ThreadPoolExecutor', 'TimeoutError', 'as_completed', 'wait', 'InvalidStateError', '__path__'] Runtime: Names exported are: ['ALL_COMPLETED', 'BrokenExecutor', 'CancelledError', 'Executor', 'FIRST_COMPLETED', 'FIRST_EXCEPTION', 'Future', 'ProcessPoolExecutor', 'ThreadPoolExecutor', 'TimeoutError', 'as_completed', 'wait'] error: concurrent.futures.__all__ is not present in stub Stub: MISSING Runtime: ('FIRST_COMPLETED', 'FIRST_EXCEPTION', 'ALL_COMPLETED', 'CancelledError', 'TimeoutError', 'BrokenExecutor', 'Future', 'Executor', 'wait', 'as_completed', 'ProcessPoolExecutor', 'ThreadPoolExecutor') error: configparser module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['BasicInterpolation', 'ConfigParser', 'ConverterMapping', 'DEFAULTSECT', 'DuplicateOptionError', 'DuplicateSectionError', 'ExtendedInterpolation', 'Interpolation', 'InterpolationDepthError', 'InterpolationError', 'InterpolationMissingOptionError', 'InterpolationSyntaxError', 'LegacyInterpolation', 'MAX_INTERPOLATION_DEPTH', 'MissingSectionHeaderError', 'NoOptionError', 'NoSectionError', 'ParsingError', 'RawConfigParser', 'SafeConfigParser', 'SectionProxy', 'Error', '_Path', '_T', '_converter', '_converters', '_parser', '_section'] Runtime: Names exported are: ['BasicInterpolation', 'ConfigParser', 'ConverterMapping', 'DEFAULTSECT', 'DuplicateOptionError', 'DuplicateSectionError', 'ExtendedInterpolation', 'Interpolation', 'InterpolationDepthError', 'InterpolationError', 'InterpolationMissingOptionError', 'InterpolationSyntaxError', 'LegacyInterpolation', 'MAX_INTERPOLATION_DEPTH', 'MissingSectionHeaderError', 'NoOptionError', 'NoSectionError', 'ParsingError', 'RawConfigParser', 'SafeConfigParser', 'SectionProxy'] error: configparser.__all__ is not present in stub Stub: MISSING Runtime: ['NoSectionError', 'DuplicateOptionError', 'DuplicateSectionError', 'NoOptionError', 'InterpolationError', 'InterpolationDepthError', 'InterpolationMissingOptionError', 'InterpolationSyntaxError', 'ParsingError', 'MissingSectionHeaderError', 'ConfigParser', 'SafeConfigParser', 'RawConfigParser', 'Interpolation', 'BasicInterpolation', 'ExtendedInterpolation', 'LegacyInterpolation', 'SectionProxy', 'ConverterMapping', 'DEFAULTSECT', 'MAX_INTERPOLATION_DEPTH'] error: contextlib module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['AbstractAsyncContextManager', 'AbstractContextManager', 'AsyncExitStack', 'ContextDecorator', 'ExitStack', 'aclosing', 'asynccontextmanager', 'closing', 'contextmanager', 'nullcontext', 'redirect_stderr', 'redirect_stdout', 'suppress', 'AsyncContextDecorator', '_ACM_EF', '_AF', '_AsyncGeneratorContextManager', '_CM_EF', '_ExitCoroFunc', '_ExitFunc', '_F', '_GeneratorContextManager', '_P', '_SupportsAclose', '_SupportsAcloseT', '_SupportsClose', '_SupportsCloseT', '_T', '_T_co', '_T_io'] Runtime: Names exported are: ['AbstractAsyncContextManager', 'AbstractContextManager', 'AsyncExitStack', 'ContextDecorator', 'ExitStack', 'aclosing', 'asynccontextmanager', 'closing', 'contextmanager', 'nullcontext', 'redirect_stderr', 'redirect_stdout', 'suppress'] error: contextlib.__all__ is not present in stub Stub: MISSING Runtime: ['asynccontextmanager', 'contextmanager', 'closing', 'nullcontext', 'AbstractContextManager', 'AbstractAsyncContextManager', 'AsyncExitStack', 'ContextDecorator', 'ExitStack', 'redirect_stdout', 'redirect_stderr', 'suppress', 'aclosing'] error: contextvars module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Context', 'ContextVar', 'Token', 'copy_context', '_D', '_P', '_T'] Runtime: Names exported are: ['Context', 'ContextVar', 'Token', 'copy_context'] error: contextvars.__all__ is not present in stub Stub: MISSING Runtime: ('Context', 'ContextVar', 'Token', 'copy_context') error: copy module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Error', 'copy', 'deepcopy', 'PyStringMap', '_T', 'error'] Runtime: Names exported are: ['Error', 'copy', 'deepcopy'] error: copy.__all__ is not present in stub Stub: MISSING Runtime: ['Error', 'copy', 'deepcopy'] error: csv module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Dialect', 'DictReader', 'DictWriter', 'Error', 'QUOTE_ALL', 'QUOTE_MINIMAL', 'QUOTE_NONE', 'QUOTE_NONNUMERIC', 'Sniffer', 'excel', 'excel_tab', 'field_size_limit', 'get_dialect', 'list_dialects', 'reader', 'register_dialect', 'unix_dialect', 'unregister_dialect', 'writer', '_T'] Runtime: Names exported are: ['Dialect', 'DictReader', 'DictWriter', 'Error', 'QUOTE_ALL', 'QUOTE_MINIMAL', 'QUOTE_NONE', 'QUOTE_NONNUMERIC', 'Sniffer', 'excel', 'excel_tab', 'field_size_limit', 'get_dialect', 'list_dialects', 'reader', 'register_dialect', 'unix_dialect', 'unregister_dialect', 'writer', '__doc__', '__version__'] error: csv.__all__ is not present in stub Stub: MISSING Runtime: ['QUOTE_MINIMAL', 'QUOTE_ALL', 'QUOTE_NONNUMERIC', 'QUOTE_NONE', 'Error', 'Dialect', '__doc__', 'excel', 'excel_tab', 'field_size_limit', 'reader', 'writer', 'register_dialect', 'get_dialect', 'list_dialects', 'Sniffer', 'unregister_dialect', '__version__', 'DictReader', 'DictWriter', 'unix_dialect'] error: dataclasses module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Field', 'FrozenInstanceError', 'InitVar', 'KW_ONLY', 'MISSING', 'asdict', 'astuple', 'dataclass', 'field', 'fields', 'is_dataclass', 'make_dataclass', 'replace', '_DefaultFactory', '_MISSING_TYPE', '_T', '_T_co'] Runtime: Names exported are: ['Field', 'FrozenInstanceError', 'InitVar', 'KW_ONLY', 'MISSING', 'asdict', 'astuple', 'dataclass', 'field', 'fields', 'is_dataclass', 'make_dataclass', 'replace'] error: dataclasses.__all__ is not present in stub Stub: MISSING Runtime: ['dataclass', 'field', 'Field', 'FrozenInstanceError', 'InitVar', 'KW_ONLY', 'MISSING', 'fields', 'asdict', 'astuple', 'make_dataclass', 'replace', 'is_dataclass'] error: datetime module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['MAXYEAR', 'MINYEAR', 'date', 'datetime', 'time', 'timedelta', 'timezone', 'tzinfo', '_D', '_IsoCalendarDate', '_date', '_time', '_tzinfo'] Runtime: Names exported are: ['MAXYEAR', 'MINYEAR', 'date', 'datetime', 'time', 'timedelta', 'timezone', 'tzinfo'] error: datetime.__all__ is not present in stub Stub: MISSING Runtime: ('date', 'datetime', 'time', 'timedelta', 'timezone', 'tzinfo', 'MINYEAR', 'MAXYEAR') error: dbm module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['error', 'open', 'whichdb', '_Database', '_KeyType', '_TFlags', '_ValueType', '__path__', '_error'] Runtime: Names exported are: ['error', 'open', 'whichdb'] error: dbm.__all__ is not present in stub Stub: MISSING Runtime: ['open', 'whichdb', 'error'] error: dbm.dumb module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['error', 'open', '_Database', '_KeyType', '_ValueType'] Runtime: Names exported are: ['error', 'open'] error: dbm.dumb.__all__ is not present in stub Stub: MISSING Runtime: ['error', 'open'] error: difflib module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Differ', 'HtmlDiff', 'IS_CHARACTER_JUNK', 'IS_LINE_JUNK', 'Match', 'SequenceMatcher', 'context_diff', 'diff_bytes', 'get_close_matches', 'ndiff', 'restore', 'unified_diff', '_T'] Runtime: Names exported are: ['Differ', 'HtmlDiff', 'IS_CHARACTER_JUNK', 'IS_LINE_JUNK', 'Match', 'SequenceMatcher', 'context_diff', 'diff_bytes', 'get_close_matches', 'ndiff', 'restore', 'unified_diff'] error: difflib.__all__ is not present in stub Stub: MISSING Runtime: ['get_close_matches', 'ndiff', 'restore', 'SequenceMatcher', 'Differ', 'IS_CHARACTER_JUNK', 'IS_LINE_JUNK', 'context_diff', 'unified_diff', 'diff_bytes', 'HtmlDiff', 'Match'] error: distutils.command module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['bdist_dumb', 'bdist_rpm', 'build', 'build_clib', 'build_ext', 'build_py', 'build_scripts', 'check', 'clean', 'install', 'install_data', 'install_headers', 'install_lib', 'register', 'sdist', 'upload'] Runtime: Names exported are: ['bdist_dumb', 'bdist_rpm', 'build', 'build_clib', 'build_ext', 'build_py', 'build_scripts', 'check', 'clean', 'install', 'install_data', 'install_headers', 'install_lib', 'register', 'sdist', 'upload', 'bdist', 'install_scripts'] error: doctest module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['COMPARISON_FLAGS', 'DONT_ACCEPT_BLANKLINE', 'DONT_ACCEPT_TRUE_FOR_1', 'DebugRunner', 'DocFileSuite', 'DocTest', 'DocTestFailure', 'DocTestFinder', 'DocTestParser', 'DocTestRunner', 'DocTestSuite', 'ELLIPSIS', 'Example', 'FAIL_FAST', 'IGNORE_EXCEPTION_DETAIL', 'NORMALIZE_WHITESPACE', 'OutputChecker', 'REPORTING_FLAGS', 'REPORT_CDIFF', 'REPORT_NDIFF', 'REPORT_ONLY_FIRST_FAILURE', 'REPORT_UDIFF', 'SKIP', 'UnexpectedException', 'debug', 'debug_src', 'register_optionflag', 'run_docstring_examples', 'script_from_examples', 'set_unittest_reportflags', 'testfile', 'testmod', 'testsource', 'BLANKLINE_MARKER', 'DocFileCase', 'DocFileTest', 'DocTestCase', 'ELLIPSIS_MARKER', 'OPTIONFLAGS_BY_NAME', 'SkipDocTestCase', 'TestResults', '_DocTestSuite', '_ExcInfo', '_Out', 'debug_script', 'master'] Runtime: Names exported are: ['COMPARISON_FLAGS', 'DONT_ACCEPT_BLANKLINE', 'DONT_ACCEPT_TRUE_FOR_1', 'DebugRunner', 'DocFileSuite', 'DocTest', 'DocTestFailure', 'DocTestFinder', 'DocTestParser', 'DocTestRunner', 'DocTestSuite', 'ELLIPSIS', 'Example', 'FAIL_FAST', 'IGNORE_EXCEPTION_DETAIL', 'NORMALIZE_WHITESPACE', 'OutputChecker', 'REPORTING_FLAGS', 'REPORT_CDIFF', 'REPORT_NDIFF', 'REPORT_ONLY_FIRST_FAILURE', 'REPORT_UDIFF', 'SKIP', 'UnexpectedException', 'debug', 'debug_src', 'register_optionflag', 'run_docstring_examples', 'script_from_examples', 'set_unittest_reportflags', 'testfile', 'testmod', 'testsource'] error: doctest.__all__ is not present in stub Stub: MISSING Runtime: ['register_optionflag', 'DONT_ACCEPT_TRUE_FOR_1', 'DONT_ACCEPT_BLANKLINE', 'NORMALIZE_WHITESPACE', 'ELLIPSIS', 'SKIP', 'IGNORE_EXCEPTION_DETAIL', 'COMPARISON_FLAGS', 'REPORT_UDIFF', 'REPORT_CDIFF', 'REPORT_NDIFF', 'REPORT_ONLY_FIRST_FAILURE', 'REPORTING_FLAGS', 'FAIL_FAST', 'Example', 'DocTest', 'DocTestParser', 'DocTestFinder', 'DocTestRunner', 'OutputChecker', 'DocTestFailure', 'UnexpectedException', 'DebugRunner', 'testmod', 'testfile', 'run_docstring_examples', 'DocTestSuite', 'DocFileSuite', 'set_unittest_reportflags', 'script_from_examples', 'testsource', 'debug_src', 'debug'] error: email module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['message_from_binary_file', 'message_from_bytes', 'message_from_file', 'message_from_string', '__path__'] Runtime: Names exported are: ['message_from_binary_file', 'message_from_bytes', 'message_from_file', 'message_from_string', 'base64mime', 'charset', 'encoders', 'errors', 'feedparser', 'generator', 'header', 'iterators', 'message', 'mime', 'parser', 'quoprimime', 'utils'] error: email.__all__ is not present in stub Stub: MISSING Runtime: ['base64mime', 'charset', 'encoders', 'errors', 'feedparser', 'generator', 'header', 'iterators', 'message', 'message_from_file', 'message_from_binary_file', 'message_from_string', 'message_from_bytes', 'mime', 'parser', 'quoprimime', 'utils'] error: email.base64mime.__all__ is not present in stub Stub: MISSING Runtime: ['body_decode', 'body_encode', 'decode', 'decodestring', 'header_encode', 'header_length'] error: email.charset.__all__ is not present in stub Stub: MISSING Runtime: ['Charset', 'add_alias', 'add_charset', 'add_codec'] error: email.encoders.__all__ is not present in stub Stub: MISSING Runtime: ['encode_7or8bit', 'encode_base64', 'encode_noop', 'encode_quopri'] error: email.feedparser.__all__ is not present in stub Stub: MISSING Runtime: ['FeedParser', 'BytesFeedParser'] error: email.generator.__all__ is not present in stub Stub: MISSING Runtime: ['Generator', 'DecodedGenerator', 'BytesGenerator'] error: email.header.__all__ is not present in stub Stub: MISSING Runtime: ['Header', 'decode_header', 'make_header'] error: email.iterators.__all__ is not present in stub Stub: MISSING Runtime: ['body_line_iterator', 'typed_subpart_iterator', 'walk'] error: email.message.__all__ is not present in stub Stub: MISSING Runtime: ['Message', 'EmailMessage'] error: email.mime.application module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['MIMEApplication', '_ParamsType'] Runtime: Names exported are: ['MIMEApplication'] error: email.mime.application.__all__ is not present in stub Stub: MISSING Runtime: ['MIMEApplication'] error: email.mime.audio module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['MIMEAudio', '_ParamsType'] Runtime: Names exported are: ['MIMEAudio'] error: email.mime.audio.__all__ is not present in stub Stub: MISSING Runtime: ['MIMEAudio'] error: email.mime.base module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['MIMEBase', '_ParamsType'] Runtime: Names exported are: ['MIMEBase'] error: email.mime.base.__all__ is not present in stub Stub: MISSING Runtime: ['MIMEBase'] error: email.mime.image module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['MIMEImage', '_ParamsType'] Runtime: Names exported are: ['MIMEImage'] error: email.mime.image.__all__ is not present in stub Stub: MISSING Runtime: ['MIMEImage'] error: email.mime.message.__all__ is not present in stub Stub: MISSING Runtime: ['MIMEMessage'] error: email.mime.multipart module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['MIMEMultipart', '_ParamsType'] Runtime: Names exported are: ['MIMEMultipart'] error: email.mime.multipart.__all__ is not present in stub Stub: MISSING Runtime: ['MIMEMultipart'] error: email.mime.nonmultipart.__all__ is not present in stub Stub: MISSING Runtime: ['MIMENonMultipart'] error: email.mime.text.__all__ is not present in stub Stub: MISSING Runtime: ['MIMEText'] error: email.parser.__all__ is not present in stub Stub: MISSING Runtime: ['Parser', 'HeaderParser', 'BytesParser', 'BytesHeaderParser', 'FeedParser', 'BytesFeedParser'] error: email.policy module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Compat32', 'EmailPolicy', 'HTTP', 'Policy', 'SMTP', 'compat32', 'default', 'strict', 'SMTPUTF8'] Runtime: Names exported are: ['Compat32', 'EmailPolicy', 'HTTP', 'Policy', 'SMTP', 'compat32', 'default', 'strict'] error: email.policy.__all__ is not present in stub Stub: MISSING Runtime: ['Compat32', 'compat32', 'Policy', 'EmailPolicy', 'default', 'strict', 'SMTP', 'HTTP'] error: email.quoprimime.__all__ is not present in stub Stub: MISSING Runtime: ['body_decode', 'body_encode', 'body_length', 'decode', 'decodestring', 'header_decode', 'header_encode', 'header_length', 'quote', 'unquote'] error: email.utils.__all__ is not present in stub Stub: MISSING Runtime: ['collapse_rfc2231_value', 'decode_params', 'decode_rfc2231', 'encode_rfc2231', 'formataddr', 'formatdate', 'format_datetime', 'getaddresses', 'make_msgid', 'mktime_tz', 'parseaddr', 'parsedate', 'parsedate_tz', 'parsedate_to_datetime', 'unquote'] error: ensurepip module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['bootstrap', 'version', '__path__'] Runtime: Names exported are: ['bootstrap', 'version'] error: ensurepip.__all__ is not present in stub Stub: MISSING Runtime: ['version', 'bootstrap'] error: enum module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Enum', 'EnumMeta', 'Flag', 'IntEnum', 'IntFlag', 'auto', 'unique', '_EnumDict', '_EnumNames', '_S', '_T', '_auto_null'] Runtime: Names exported are: ['Enum', 'EnumMeta', 'Flag', 'IntEnum', 'IntFlag', 'auto', 'unique'] error: enum.__all__ is not present in stub Stub: MISSING Runtime: ['EnumMeta', 'Enum', 'IntEnum', 'Flag', 'IntFlag', 'auto', 'unique'] error: fileinput.__all__ is not present in stub Stub: MISSING Runtime: ['input', 'close', 'nextfile', 'filename', 'lineno', 'filelineno', 'fileno', 'isfirstline', 'isstdin', 'FileInput', 'hook_compressed', 'hook_encoded'] error: fnmatch.__all__ is not present in stub Stub: MISSING Runtime: ['filter', 'fnmatch', 'fnmatchcase', 'translate'] error: fractions module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Fraction', '_ComparableNum'] Runtime: Names exported are: ['Fraction'] error: fractions.__all__ is not present in stub Stub: MISSING Runtime: ['Fraction'] error: ftplib module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['FTP', 'all_errors', 'error_perm', 'error_proto', 'error_reply', 'error_temp'] Runtime: Names exported are: ['FTP', 'all_errors', 'error_perm', 'error_proto', 'error_reply', 'error_temp', 'FTP_TLS'] error: functools module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['WRAPPER_ASSIGNMENTS', 'WRAPPER_UPDATES', 'cache', 'cached_property', 'cmp_to_key', 'lru_cache', 'partial', 'partialmethod', 'reduce', 'singledispatch', 'singledispatchmethod', 'total_ordering', 'update_wrapper', 'wraps', '_AnyCallable', '_CacheInfo', '_Descriptor', '_S', '_SingleDispatchCallable', '_T', '_lru_cache_wrapper', '_make_key'] Runtime: Names exported are: ['WRAPPER_ASSIGNMENTS', 'WRAPPER_UPDATES', 'cache', 'cached_property', 'cmp_to_key', 'lru_cache', 'partial', 'partialmethod', 'reduce', 'singledispatch', 'singledispatchmethod', 'total_ordering', 'update_wrapper', 'wraps'] error: functools.__all__ is not present in stub Stub: MISSING Runtime: ['update_wrapper', 'wraps', 'WRAPPER_ASSIGNMENTS', 'WRAPPER_UPDATES', 'total_ordering', 'cache', 'cmp_to_key', 'lru_cache', 'reduce', 'partial', 'partialmethod', 'singledispatch', 'singledispatchmethod', 'cached_property'] error: genericpath.__all__ is not present in stub Stub: MISSING Runtime: ['commonprefix', 'exists', 'getatime', 'getctime', 'getmtime', 'getsize', 'isdir', 'isfile', 'samefile', 'sameopenfile', 'samestat'] error: getopt.__all__ is not present in stub Stub: MISSING Runtime: ['GetoptError', 'error', 'getopt', 'gnu_getopt'] error: getpass.__all__ is not present in stub Stub: MISSING Runtime: ['getpass', 'getuser', 'GetPassWarning'] error: gettext module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Catalog', 'GNUTranslations', 'NullTranslations', 'bind_textdomain_codeset', 'bindtextdomain', 'dgettext', 'dngettext', 'dnpgettext', 'dpgettext', 'find', 'gettext', 'install', 'ldgettext', 'ldngettext', 'lgettext', 'lngettext', 'ngettext', 'npgettext', 'pgettext', 'textdomain', 'translation', '_T'] Runtime: Names exported are: ['Catalog', 'GNUTranslations', 'NullTranslations', 'bind_textdomain_codeset', 'bindtextdomain', 'dgettext', 'dngettext', 'dnpgettext', 'dpgettext', 'find', 'gettext', 'install', 'ldgettext', 'ldngettext', 'lgettext', 'lngettext', 'ngettext', 'npgettext', 'pgettext', 'textdomain', 'translation'] error: gettext.__all__ is not present in stub Stub: MISSING Runtime: ['NullTranslations', 'GNUTranslations', 'Catalog', 'find', 'translation', 'install', 'textdomain', 'bindtextdomain', 'bind_textdomain_codeset', 'dgettext', 'dngettext', 'gettext', 'lgettext', 'ldgettext', 'ldngettext', 'lngettext', 'ngettext', 'pgettext', 'dpgettext', 'npgettext', 'dnpgettext'] error: glob module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['escape', 'glob', 'iglob', 'glob0', 'glob1', 'has_magic'] Runtime: Names exported are: ['escape', 'glob', 'iglob'] error: glob.__all__ is not present in stub Stub: MISSING Runtime: ['glob', 'iglob', 'escape'] error: graphlib module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['CycleError', 'TopologicalSorter', '_T'] Runtime: Names exported are: ['CycleError', 'TopologicalSorter'] error: graphlib.__all__ is not present in stub Stub: MISSING Runtime: ['TopologicalSorter', 'CycleError'] error: gzip module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['BadGzipFile', 'GzipFile', 'compress', 'decompress', 'open', 'READ', 'WRITE', '_GzipReader', '_OpenTextMode', '_PaddedFile', '_ReadBinaryMode', '_ReadableFileobj', '_WritableFileobj', '_WriteBinaryMode'] Runtime: Names exported are: ['BadGzipFile', 'GzipFile', 'compress', 'decompress', 'open'] error: gzip.__all__ is not present in stub Stub: MISSING Runtime: ['BadGzipFile', 'GzipFile', 'open', 'compress', 'decompress'] error: hashlib module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['algorithms_available', 'algorithms_guaranteed', 'blake2b', 'blake2s', 'md5', 'new', 'pbkdf2_hmac', 'sha1', 'sha224', 'sha256', 'sha384', 'sha3_224', 'sha3_256', 'sha3_384', 'sha3_512', 'sha512', 'shake_128', 'shake_256', '_BlakeHash', '_Hash', '_VarLenHash', 'scrypt'] Runtime: Names exported are: ['algorithms_available', 'algorithms_guaranteed', 'blake2b', 'blake2s', 'md5', 'new', 'pbkdf2_hmac', 'sha1', 'sha224', 'sha256', 'sha384', 'sha3_224', 'sha3_256', 'sha3_384', 'sha3_512', 'sha512', 'shake_128', 'shake_256'] error: hashlib.__all__ is not present in stub Stub: MISSING Runtime: ('md5', 'sha1', 'sha224', 'sha256', 'sha384', 'sha512', 'blake2b', 'blake2s', 'sha3_224', 'sha3_256', 'sha3_384', 'sha3_512', 'shake_128', 'shake_256', 'new', 'algorithms_guaranteed', 'algorithms_available', 'pbkdf2_hmac') error: heapq module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['heapify', 'heappop', 'heappush', 'heappushpop', 'heapreplace', 'merge', 'nlargest', 'nsmallest', '_T', '_heapify_max'] Runtime: Names exported are: ['heapify', 'heappop', 'heappush', 'heappushpop', 'heapreplace', 'merge', 'nlargest', 'nsmallest'] error: heapq.__all__ is not present in stub Stub: MISSING Runtime: ['heappush', 'heappop', 'heapify', 'heapreplace', 'merge', 'nlargest', 'nsmallest', 'heappushpop'] error: html module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['escape', 'unescape', '__path__'] Runtime: Names exported are: ['escape', 'unescape'] error: html.__all__ is not present in stub Stub: MISSING Runtime: ['escape', 'unescape'] error: html.entities.__all__ is not present in stub Stub: MISSING Runtime: ['html5', 'name2codepoint', 'codepoint2name', 'entitydefs'] error: html.parser.__all__ is not present in stub Stub: MISSING Runtime: ['HTMLParser'] error: http module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['HTTPStatus', '__path__'] Runtime: Names exported are: ['HTTPStatus'] error: http.__all__ is not present in stub Stub: MISSING Runtime: ['HTTPStatus'] error: http.client module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['BadStatusLine', 'CannotSendHeader', 'CannotSendRequest', 'HTTPConnection', 'HTTPException', 'HTTPResponse', 'HTTPSConnection', 'ImproperConnectionState', 'IncompleteRead', 'InvalidURL', 'LineTooLong', 'NotConnected', 'RemoteDisconnected', 'ResponseNotReady', 'UnimplementedFileMode', 'UnknownProtocol', 'UnknownTransferEncoding', 'error', 'responses', 'ACCEPTED', 'BAD_GATEWAY', 'BAD_REQUEST', 'CONFLICT', 'CONTINUE', 'CREATED', 'EXPECTATION_FAILED', 'FAILED_DEPENDENCY', 'FORBIDDEN', 'FOUND', 'GATEWAY_TIMEOUT', 'GONE', 'HTTPMessage', 'HTTPS_PORT', 'HTTP_PORT', 'HTTP_VERSION_NOT_SUPPORTED', 'IM_USED', 'INSUFFICIENT_STORAGE', 'INTERNAL_SERVER_ERROR', 'LENGTH_REQUIRED', 'LOCKED', 'METHOD_NOT_ALLOWED', 'MOVED_PERMANENTLY', 'MULTIPLE_CHOICES', 'MULTI_STATUS', 'NETWORK_AUTHENTICATION_REQUIRED', 'NON_AUTHORITATIVE_INFORMATION', 'NOT_ACCEPTABLE', 'NOT_EXTENDED', 'NOT_FOUND', 'NOT_IMPLEMENTED', 'NOT_MODIFIED', 'NO_CONTENT', 'OK', 'PARTIAL_CONTENT', 'PAYMENT_REQUIRED', 'PRECONDITION_FAILED', 'PRECONDITION_REQUIRED', 'PROCESSING', 'PROXY_AUTHENTICATION_REQUIRED', 'REQUESTED_RANGE_NOT_SATISFIABLE', 'REQUEST_ENTITY_TOO_LARGE', 'REQUEST_HEADER_FIELDS_TOO_LARGE', 'REQUEST_TIMEOUT', 'REQUEST_URI_TOO_LONG', 'RESET_CONTENT', 'SEE_OTHER', 'SERVICE_UNAVAILABLE', 'SWITCHING_PROTOCOLS', 'TEMPORARY_REDIRECT', 'TOO_MANY_REQUESTS', 'UNAUTHORIZED', 'UNPROCESSABLE_ENTITY', 'UNSUPPORTED_MEDIA_TYPE', 'UPGRADE_REQUIRED', 'USE_PROXY', '_DataType', '_HTTPConnectionProtocol', '_T', 'parse_headers'] Runtime: Names exported are: ['BadStatusLine', 'CannotSendHeader', 'CannotSendRequest', 'HTTPConnection', 'HTTPException', 'HTTPResponse', 'HTTPSConnection', 'ImproperConnectionState', 'IncompleteRead', 'InvalidURL', 'LineTooLong', 'NotConnected', 'RemoteDisconnected', 'ResponseNotReady', 'UnimplementedFileMode', 'UnknownProtocol', 'UnknownTransferEncoding', 'error', 'responses'] error: http.client.__all__ is not present in stub Stub: MISSING Runtime: ['HTTPResponse', 'HTTPConnection', 'HTTPException', 'NotConnected', 'UnknownProtocol', 'UnknownTransferEncoding', 'UnimplementedFileMode', 'IncompleteRead', 'InvalidURL', 'ImproperConnectionState', 'CannotSendRequest', 'CannotSendHeader', 'ResponseNotReady', 'BadStatusLine', 'LineTooLong', 'RemoteDisconnected', 'error', 'responses', 'HTTPSConnection'] error: http.cookiejar module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Cookie', 'CookieJar', 'CookiePolicy', 'DefaultCookiePolicy', 'FileCookieJar', 'LWPCookieJar', 'LoadError', 'MozillaCookieJar', '_T'] Runtime: Names exported are: ['Cookie', 'CookieJar', 'CookiePolicy', 'DefaultCookiePolicy', 'FileCookieJar', 'LWPCookieJar', 'LoadError', 'MozillaCookieJar'] error: http.cookiejar.__all__ is not present in stub Stub: MISSING Runtime: ['Cookie', 'CookieJar', 'CookiePolicy', 'DefaultCookiePolicy', 'FileCookieJar', 'LWPCookieJar', 'LoadError', 'MozillaCookieJar'] error: http.cookies module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['BaseCookie', 'CookieError', 'SimpleCookie', 'Morsel', '_DataType', '_T', '_quote', '_unquote'] Runtime: Names exported are: ['BaseCookie', 'CookieError', 'SimpleCookie'] error: http.cookies.__all__ is not present in stub Stub: MISSING Runtime: ['CookieError', 'BaseCookie', 'SimpleCookie'] error: http.server module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['BaseHTTPRequestHandler', 'CGIHTTPRequestHandler', 'HTTPServer', 'SimpleHTTPRequestHandler', 'ThreadingHTTPServer', 'executable'] Runtime: Names exported are: ['BaseHTTPRequestHandler', 'CGIHTTPRequestHandler', 'HTTPServer', 'SimpleHTTPRequestHandler', 'ThreadingHTTPServer'] error: http.server.__all__ is not present in stub Stub: MISSING Runtime: ['HTTPServer', 'ThreadingHTTPServer', 'BaseHTTPRequestHandler', 'SimpleHTTPRequestHandler', 'CGIHTTPRequestHandler'] error: imaplib module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['IMAP4', 'IMAP4_SSL', 'IMAP4_stream', 'Int2AP', 'Internaldate2tuple', 'ParseFlags', 'Time2Internaldate', '_AnyResponseData', '_Authenticator', '_CommandResults', '_list'] Runtime: Names exported are: ['IMAP4', 'IMAP4_SSL', 'IMAP4_stream', 'Int2AP', 'Internaldate2tuple', 'ParseFlags', 'Time2Internaldate'] error: imaplib.__all__ is not present in stub Stub: MISSING Runtime: ['IMAP4', 'IMAP4_stream', 'Internaldate2tuple', 'Int2AP', 'ParseFlags', 'Time2Internaldate', 'IMAP4_SSL'] error: imghdr module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['what', '_ReadableBinary', 'tests'] Runtime: Names exported are: ['what'] error: imghdr.__all__ is not present in stub Stub: MISSING Runtime: ['what'] error: importlib module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['__import__', 'import_module', 'invalidate_caches', 'reload', '__path__', 'find_loader'] Runtime: Names exported are: ['__import__', 'import_module', 'invalidate_caches', 'reload'] error: importlib.__all__ is not present in stub Stub: MISSING Runtime: ['__import__', 'import_module', 'invalidate_caches', 'reload'] error: importlib.metadata module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Distribution', 'DistributionFinder', 'PackageMetadata', 'PackageNotFoundError', 'distribution', 'distributions', 'entry_points', 'files', 'metadata', 'packages_distributions', 'requires', 'version', 'EntryPoint', 'FileHash', 'MetadataPathFinder', 'PackagePath', 'PathDistribution', '_EntryPointBase', '__path__'] Runtime: Names exported are: ['Distribution', 'DistributionFinder', 'PackageMetadata', 'PackageNotFoundError', 'distribution', 'distributions', 'entry_points', 'files', 'metadata', 'packages_distributions', 'requires', 'version'] error: importlib.metadata.__all__ is not present in stub Stub: MISSING Runtime: ['Distribution', 'DistributionFinder', 'PackageMetadata', 'PackageNotFoundError', 'distribution', 'distributions', 'entry_points', 'files', 'metadata', 'packages_distributions', 'requires', 'version'] error: importlib.resources.__all__ is not present in stub Stub: MISSING Runtime: ['Package', 'Resource', 'ResourceReader', 'as_file', 'contents', 'files', 'is_resource', 'open_binary', 'open_text', 'path', 'read_binary', 'read_text'] error: io module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['BlockingIOError', 'BufferedIOBase', 'BufferedRWPair', 'BufferedRandom', 'BufferedReader', 'BufferedWriter', 'BytesIO', 'FileIO', 'IOBase', 'RawIOBase', 'SEEK_CUR', 'SEEK_END', 'SEEK_SET', 'StringIO', 'TextIOBase', 'TextIOWrapper', 'UnsupportedOperation', 'open', 'open_code', 'DEFAULT_BUFFER_SIZE', 'IncrementalNewlineDecoder'] Runtime: Names exported are: ['BlockingIOError', 'BufferedIOBase', 'BufferedRWPair', 'BufferedRandom', 'BufferedReader', 'BufferedWriter', 'BytesIO', 'FileIO', 'IOBase', 'RawIOBase', 'SEEK_CUR', 'SEEK_END', 'SEEK_SET', 'StringIO', 'TextIOBase', 'TextIOWrapper', 'UnsupportedOperation', 'open', 'open_code'] error: io.__all__ is not present in stub Stub: MISSING Runtime: ['BlockingIOError', 'open', 'open_code', 'IOBase', 'RawIOBase', 'FileIO', 'BytesIO', 'StringIO', 'BufferedIOBase', 'BufferedReader', 'BufferedWriter', 'BufferedRWPair', 'BufferedRandom', 'TextIOBase', 'TextIOWrapper', 'UnsupportedOperation', 'SEEK_SET', 'SEEK_CUR', 'SEEK_END'] error: json module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['JSONDecodeError', 'JSONDecoder', 'JSONEncoder', 'dump', 'dumps', 'load', 'loads', '__path__', 'detect_encoding'] Runtime: Names exported are: ['JSONDecodeError', 'JSONDecoder', 'JSONEncoder', 'dump', 'dumps', 'load', 'loads'] error: json.__all__ is not present in stub Stub: MISSING Runtime: ['dump', 'dumps', 'load', 'loads', 'JSONDecoder', 'JSONDecodeError', 'JSONEncoder'] error: json.decoder.__all__ is not present in stub Stub: MISSING Runtime: ['JSONDecoder', 'JSONDecodeError'] error: keyword.__all__ is not present in stub Stub: MISSING Runtime: ['iskeyword', 'issoftkeyword', 'kwlist', 'softkwlist'] error: lib2to3.pgen2.driver.__all__ is not present in stub Stub: MISSING Runtime: ['Driver', 'load_grammar'] error: lib2to3.pgen2.tokenize module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['AMPER', 'AMPEREQUAL', 'ASYNC', 'AT', 'ATEQUAL', 'AWAIT', 'BACKQUOTE', 'CIRCUMFLEX', 'CIRCUMFLEXEQUAL', 'COLON', 'COLONEQUAL', 'COMMA', 'COMMENT', 'DEDENT', 'DOT', 'DOUBLESLASH', 'DOUBLESLASHEQUAL', 'DOUBLESTAR', 'DOUBLESTAREQUAL', 'ENDMARKER', 'EQEQUAL', 'EQUAL', 'ERRORTOKEN', 'GREATER', 'GREATEREQUAL', 'INDENT', 'ISEOF', 'ISNONTERMINAL', 'ISTERMINAL', 'LBRACE', 'LEFTSHIFT', 'LEFTSHIFTEQUAL', 'LESS', 'LESSEQUAL', 'LPAR', 'LSQB', 'MINEQUAL', 'MINUS', 'NAME', 'NEWLINE', 'NL', 'NOTEQUAL', 'NT_OFFSET', 'NUMBER', 'N_TOKENS', 'OP', 'PERCENT', 'PERCENTEQUAL', 'PLUS', 'PLUSEQUAL', 'RARROW', 'RBRACE', 'RIGHTSHIFT', 'RIGHTSHIFTEQUAL', 'RPAR', 'RSQB', 'SEMI', 'SLASH', 'SLASHEQUAL', 'STAR', 'STAREQUAL', 'STRING', 'TILDE', 'VBAR', 'VBAREQUAL', 'generate_tokens', 'tok_name', 'tokenize', 'untokenize', 'StopTokenizing', 'TokenError', 'Untokenizer', '_Coord', '_TokenEater', '_TokenInfo'] Runtime: Names exported are: ['AMPER', 'AMPEREQUAL', 'ASYNC', 'AT', 'ATEQUAL', 'AWAIT', 'BACKQUOTE', 'CIRCUMFLEX', 'CIRCUMFLEXEQUAL', 'COLON', 'COLONEQUAL', 'COMMA', 'COMMENT', 'DEDENT', 'DOT', 'DOUBLESLASH', 'DOUBLESLASHEQUAL', 'DOUBLESTAR', 'DOUBLESTAREQUAL', 'ENDMARKER', 'EQEQUAL', 'EQUAL', 'ERRORTOKEN', 'GREATER', 'GREATEREQUAL', 'INDENT', 'ISEOF', 'ISNONTERMINAL', 'ISTERMINAL', 'LBRACE', 'LEFTSHIFT', 'LEFTSHIFTEQUAL', 'LESS', 'LESSEQUAL', 'LPAR', 'LSQB', 'MINEQUAL', 'MINUS', 'NAME', 'NEWLINE', 'NL', 'NOTEQUAL', 'NT_OFFSET', 'NUMBER', 'N_TOKENS', 'OP', 'PERCENT', 'PERCENTEQUAL', 'PLUS', 'PLUSEQUAL', 'RARROW', 'RBRACE', 'RIGHTSHIFT', 'RIGHTSHIFTEQUAL', 'RPAR', 'RSQB', 'SEMI', 'SLASH', 'SLASHEQUAL', 'STAR', 'STAREQUAL', 'STRING', 'TILDE', 'VBAR', 'VBAREQUAL', 'generate_tokens', 'tok_name', 'tokenize', 'untokenize'] error: lib2to3.pgen2.tokenize.__all__ is not present in stub Stub: MISSING Runtime: ['AMPER', 'AMPEREQUAL', 'ASYNC', 'AT', 'ATEQUAL', 'AWAIT', 'BACKQUOTE', 'CIRCUMFLEX', 'CIRCUMFLEXEQUAL', 'COLON', 'COLONEQUAL', 'COMMA', 'COMMENT', 'DEDENT', 'DOT', 'DOUBLESLASH', 'DOUBLESLASHEQUAL', 'DOUBLESTAR', 'DOUBLESTAREQUAL', 'ENDMARKER', 'EQEQUAL', 'EQUAL', 'ERRORTOKEN', 'GREATER', 'GREATEREQUAL', 'INDENT', 'ISEOF', 'ISNONTERMINAL', 'ISTERMINAL', 'LBRACE', 'LEFTSHIFT', 'LEFTSHIFTEQUAL', 'LESS', 'LESSEQUAL', 'LPAR', 'LSQB', 'MINEQUAL', 'MINUS', 'NAME', 'NEWLINE', 'NL', 'NOTEQUAL', 'NT_OFFSET', 'NUMBER', 'N_TOKENS', 'OP', 'PERCENT', 'PERCENTEQUAL', 'PLUS', 'PLUSEQUAL', 'RARROW', 'RBRACE', 'RIGHTSHIFT', 'RIGHTSHIFTEQUAL', 'RPAR', 'RSQB', 'SEMI', 'SLASH', 'SLASHEQUAL', 'STAR', 'STAREQUAL', 'STRING', 'TILDE', 'VBAR', 'VBAREQUAL', 'tok_name', 'tokenize', 'generate_tokens', 'untokenize'] error: linecache module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['checkcache', 'clearcache', 'getline', 'lazycache', '_ModuleGlobals', '_ModuleMetadata', '_SourceLoader', 'cache', 'getlines', 'updatecache'] Runtime: Names exported are: ['checkcache', 'clearcache', 'getline', 'lazycache'] error: linecache.__all__ is not present in stub Stub: MISSING Runtime: ['getline', 'clearcache', 'checkcache', 'lazycache'] error: locale module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['CHAR_MAX', 'Error', 'LC_ALL', 'LC_COLLATE', 'LC_CTYPE', 'LC_MONETARY', 'LC_NUMERIC', 'LC_TIME', 'atof', 'atoi', 'currency', 'format', 'format_string', 'getdefaultlocale', 'getlocale', 'getpreferredencoding', 'localeconv', 'normalize', 'resetlocale', 'setlocale', 'str', 'strcoll', 'strxfrm', 'ABDAY_1', 'ABDAY_2', 'ABDAY_3', 'ABDAY_4', 'ABDAY_5', 'ABDAY_6', 'ABDAY_7', 'ABMON_1', 'ABMON_10', 'ABMON_11', 'ABMON_12', 'ABMON_2', 'ABMON_3', 'ABMON_4', 'ABMON_5', 'ABMON_6', 'ABMON_7', 'ABMON_8', 'ABMON_9', 'ALT_DIGITS', 'AM_STR', 'CODESET', 'CRNCYSTR', 'DAY_1', 'DAY_2', 'DAY_3', 'DAY_4', 'DAY_5', 'DAY_6', 'DAY_7', 'D_FMT', 'D_T_FMT', 'ERA', 'ERA_D_FMT', 'ERA_D_T_FMT', 'ERA_T_FMT', 'LC_MESSAGES', 'MON_1', 'MON_10', 'MON_11', 'MON_12', 'MON_2', 'MON_3', 'MON_4', 'MON_5', 'MON_6', 'MON_7', 'MON_8', 'MON_9', 'NOEXPR', 'PM_STR', 'RADIXCHAR', 'THOUSEP', 'T_FMT', 'T_FMT_AMPM', 'YESEXPR', 'delocalize', 'locale_alias', 'locale_encoding_alias', 'nl_langinfo', 'windows_locale'] Runtime: Names exported are: ['CHAR_MAX', 'Error', 'LC_ALL', 'LC_COLLATE', 'LC_CTYPE', 'LC_MONETARY', 'LC_NUMERIC', 'LC_TIME', 'atof', 'atoi', 'currency', 'format', 'format_string', 'getdefaultlocale', 'getlocale', 'getpreferredencoding', 'localeconv', 'normalize', 'resetlocale', 'setlocale', 'str', 'strcoll', 'strxfrm'] error: locale.__all__ is not present in stub Stub: MISSING Runtime: ['getlocale', 'getdefaultlocale', 'getpreferredencoding', 'Error', 'setlocale', 'resetlocale', 'localeconv', 'strcoll', 'strxfrm', 'str', 'atof', 'atoi', 'format', 'format_string', 'currency', 'normalize', 'LC_CTYPE', 'LC_COLLATE', 'LC_TIME', 'LC_MONETARY', 'LC_NUMERIC', 'LC_ALL', 'CHAR_MAX'] error: logging module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['BASIC_FORMAT', 'BufferingFormatter', 'CRITICAL', 'DEBUG', 'ERROR', 'FATAL', 'FileHandler', 'Filter', 'Formatter', 'Handler', 'INFO', 'LogRecord', 'Logger', 'LoggerAdapter', 'NOTSET', 'NullHandler', 'StreamHandler', 'WARN', 'WARNING', 'addLevelName', 'basicConfig', 'captureWarnings', 'critical', 'debug', 'disable', 'error', 'exception', 'fatal', 'getLevelName', 'getLogRecordFactory', 'getLogger', 'getLoggerClass', 'info', 'lastResort', 'log', 'makeLogRecord', 'raiseExceptions', 'setLogRecordFactory', 'setLoggerClass', 'shutdown', 'warn', 'warning', 'Filterer', 'Manager', 'PercentStyle', 'PlaceHolder', 'RootLogger', 'StrFormatStyle', 'StringTemplateStyle', '_ArgsType', '_ExcInfoType', '_FilterType', '_FormatStyle', '_L', '_Level', '_STYLES', '_StreamT', '_SysExcInfoType', '__path__', '_levelToName', '_nameToLevel', '_srcfile', 'currentframe', 'logMultiprocessing', 'logProcesses', 'logThreads', 'root'] Runtime: Names exported are: ['BASIC_FORMAT', 'BufferingFormatter', 'CRITICAL', 'DEBUG', 'ERROR', 'FATAL', 'FileHandler', 'Filter', 'Formatter', 'Handler', 'INFO', 'LogRecord', 'Logger', 'LoggerAdapter', 'NOTSET', 'NullHandler', 'StreamHandler', 'WARN', 'WARNING', 'addLevelName', 'basicConfig', 'captureWarnings', 'critical', 'debug', 'disable', 'error', 'exception', 'fatal', 'getLevelName', 'getLogRecordFactory', 'getLogger', 'getLoggerClass', 'info', 'lastResort', 'log', 'makeLogRecord', 'raiseExceptions', 'setLogRecordFactory', 'setLoggerClass', 'shutdown', 'warn', 'warning'] error: logging.__all__ is not present in stub Stub: MISSING Runtime: ['BASIC_FORMAT', 'BufferingFormatter', 'CRITICAL', 'DEBUG', 'ERROR', 'FATAL', 'FileHandler', 'Filter', 'Formatter', 'Handler', 'INFO', 'LogRecord', 'Logger', 'LoggerAdapter', 'NOTSET', 'NullHandler', 'StreamHandler', 'WARN', 'WARNING', 'addLevelName', 'basicConfig', 'captureWarnings', 'critical', 'debug', 'disable', 'error', 'exception', 'fatal', 'getLevelName', 'getLogger', 'getLoggerClass', 'info', 'log', 'makeLogRecord', 'setLoggerClass', 'shutdown', 'warn', 'warning', 'getLogRecordFactory', 'setLogRecordFactory', 'lastResort', 'raiseExceptions'] error: lzma module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['CHECK_CRC32', 'CHECK_CRC64', 'CHECK_ID_MAX', 'CHECK_NONE', 'CHECK_SHA256', 'CHECK_UNKNOWN', 'FILTER_ARM', 'FILTER_ARMTHUMB', 'FILTER_DELTA', 'FILTER_IA64', 'FILTER_LZMA1', 'FILTER_LZMA2', 'FILTER_POWERPC', 'FILTER_SPARC', 'FILTER_X86', 'FORMAT_ALONE', 'FORMAT_AUTO', 'FORMAT_RAW', 'FORMAT_XZ', 'LZMACompressor', 'LZMADecompressor', 'LZMAError', 'LZMAFile', 'MF_BT2', 'MF_BT3', 'MF_BT4', 'MF_HC3', 'MF_HC4', 'MODE_FAST', 'MODE_NORMAL', 'PRESET_DEFAULT', 'PRESET_EXTREME', 'compress', 'decompress', 'is_check_supported', 'open', '_FilterChain', '_OpenBinaryWritingMode', '_OpenTextWritingMode', '_PathOrFile'] Runtime: Names exported are: ['CHECK_CRC32', 'CHECK_CRC64', 'CHECK_ID_MAX', 'CHECK_NONE', 'CHECK_SHA256', 'CHECK_UNKNOWN', 'FILTER_ARM', 'FILTER_ARMTHUMB', 'FILTER_DELTA', 'FILTER_IA64', 'FILTER_LZMA1', 'FILTER_LZMA2', 'FILTER_POWERPC', 'FILTER_SPARC', 'FILTER_X86', 'FORMAT_ALONE', 'FORMAT_AUTO', 'FORMAT_RAW', 'FORMAT_XZ', 'LZMACompressor', 'LZMADecompressor', 'LZMAError', 'LZMAFile', 'MF_BT2', 'MF_BT3', 'MF_BT4', 'MF_HC3', 'MF_HC4', 'MODE_FAST', 'MODE_NORMAL', 'PRESET_DEFAULT', 'PRESET_EXTREME', 'compress', 'decompress', 'is_check_supported', 'open'] error: lzma.__all__ is not present in stub Stub: MISSING Runtime: ['CHECK_NONE', 'CHECK_CRC32', 'CHECK_CRC64', 'CHECK_SHA256', 'CHECK_ID_MAX', 'CHECK_UNKNOWN', 'FILTER_LZMA1', 'FILTER_LZMA2', 'FILTER_DELTA', 'FILTER_X86', 'FILTER_IA64', 'FILTER_ARM', 'FILTER_ARMTHUMB', 'FILTER_POWERPC', 'FILTER_SPARC', 'FORMAT_AUTO', 'FORMAT_XZ', 'FORMAT_ALONE', 'FORMAT_RAW', 'MF_HC3', 'MF_HC4', 'MF_BT2', 'MF_BT3', 'MF_BT4', 'MODE_FAST', 'MODE_NORMAL', 'PRESET_DEFAULT', 'PRESET_EXTREME', 'LZMACompressor', 'LZMADecompressor', 'LZMAFile', 'LZMAError', 'open', 'compress', 'decompress', 'is_check_supported'] error: mailbox module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Babyl', 'BabylMessage', 'Error', 'ExternalClashError', 'FormatError', 'MH', 'MHMessage', 'MMDF', 'MMDFMessage', 'Mailbox', 'Maildir', 'MaildirMessage', 'Message', 'NoSuchMailboxError', 'NotEmptyError', 'mbox', 'mboxMessage', '_HasItems', '_HasIteritems', '_MessageData', '_MessageT', '_PartialFile', '_ProxyFile', '_T', '_mboxMMDF', '_mboxMMDFMessage', '_singlefileMailbox', 'linesep'] Runtime: Names exported are: ['Babyl', 'BabylMessage', 'Error', 'ExternalClashError', 'FormatError', 'MH', 'MHMessage', 'MMDF', 'MMDFMessage', 'Mailbox', 'Maildir', 'MaildirMessage', 'Message', 'NoSuchMailboxError', 'NotEmptyError', 'mbox', 'mboxMessage'] error: mailbox.__all__ is not present in stub Stub: MISSING Runtime: ['Mailbox', 'Maildir', 'mbox', 'MH', 'Babyl', 'MMDF', 'Message', 'MaildirMessage', 'mboxMessage', 'MHMessage', 'BabylMessage', 'MMDFMessage', 'Error', 'NoSuchMailboxError', 'NotEmptyError', 'ExternalClashError', 'FormatError'] error: mailcap module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['findmatch', 'getcaps', '_Cap'] Runtime: Names exported are: ['findmatch', 'getcaps'] error: mailcap.__all__ is not present in stub Stub: MISSING Runtime: ['getcaps', 'findmatch'] error: mimetypes.__all__ is not present in stub Stub: MISSING Runtime: ['knownfiles', 'inited', 'MimeTypes', 'guess_type', 'guess_all_extensions', 'guess_extension', 'add_type', 'init', 'read_mime_types', 'suffix_map', 'encodings_map', 'types_map', 'common_types'] error: multiprocessing module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Array', 'AuthenticationError', 'Barrier', 'BoundedSemaphore', 'BufferTooShort', 'Condition', 'Event', 'JoinableQueue', 'Lock', 'Manager', 'Pipe', 'Pool', 'Process', 'ProcessError', 'Queue', 'RLock', 'RawArray', 'RawValue', 'Semaphore', 'SimpleQueue', 'TimeoutError', 'Value', 'active_children', 'allow_connection_pickling', 'cpu_count', 'current_process', 'freeze_support', 'get_all_start_methods', 'get_context', 'get_logger', 'get_start_method', 'log_to_stderr', 'parent_process', 'set_executable', 'set_forkserver_preload', 'set_start_method', '_BarrierType', '_BoundedSemaphoreType', '_ConditionType', '_EventType', '_JoinableQueueType', '_LockLike', '_LockType', '_QueueType', '_RLockType', '_SemaphoreType', '_SimpleQueueType', '__path__'] Runtime: Names exported are: ['Array', 'AuthenticationError', 'Barrier', 'BoundedSemaphore', 'BufferTooShort', 'Condition', 'Event', 'JoinableQueue', 'Lock', 'Manager', 'Pipe', 'Pool', 'Process', 'ProcessError', 'Queue', 'RLock', 'RawArray', 'RawValue', 'Semaphore', 'SimpleQueue', 'TimeoutError', 'Value', 'active_children', 'allow_connection_pickling', 'cpu_count', 'current_process', 'freeze_support', 'get_all_start_methods', 'get_context', 'get_logger', 'get_start_method', 'log_to_stderr', 'parent_process', 'set_executable', 'set_forkserver_preload', 'set_start_method', 'reducer'] error: multiprocessing.__all__ is not present in stub Stub: MISSING Runtime: ['Array', 'AuthenticationError', 'Barrier', 'BoundedSemaphore', 'BufferTooShort', 'Condition', 'Event', 'JoinableQueue', 'Lock', 'Manager', 'Pipe', 'Pool', 'Process', 'ProcessError', 'Queue', 'RLock', 'RawArray', 'RawValue', 'Semaphore', 'SimpleQueue', 'TimeoutError', 'Value', 'active_children', 'allow_connection_pickling', 'cpu_count', 'current_process', 'freeze_support', 'get_all_start_methods', 'get_context', 'get_logger', 'get_start_method', 'log_to_stderr', 'parent_process', 'reducer', 'set_executable', 'set_forkserver_preload', 'set_start_method'] error: multiprocessing.connection module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Client', 'Listener', 'Pipe', 'wait', 'Connection', 'PipeConnection', '_Address', '_ConnectionBase', 'answer_challenge', 'deliver_challenge'] Runtime: Names exported are: ['Client', 'Listener', 'Pipe', 'wait'] error: multiprocessing.connection.__all__ is not present in stub Stub: MISSING Runtime: ['Client', 'Listener', 'Pipe', 'wait'] error: multiprocessing.context module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['AuthenticationError', 'BaseContext', 'BufferTooShort', 'DefaultContext', 'Process', 'ProcessError', 'SpawnContext', 'SpawnProcess', 'TimeoutError', '_CT', '_LockLike', '_default_context', '_force_start_method', 'assert_spawning', 'get_spawning_popen', 'set_spawning_popen'] Runtime: Names exported are: [] error: multiprocessing.context.__all__ is not present in stub Stub: MISSING Runtime: () error: multiprocessing.dummy module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Barrier', 'BoundedSemaphore', 'Condition', 'Event', 'JoinableQueue', 'Lock', 'Manager', 'Pool', 'Process', 'Queue', 'RLock', 'Semaphore', 'active_children', 'current_process', 'freeze_support', 'Array', 'DummyProcess', 'Namespace', 'Value', '__path__', 'shutdown'] Runtime: Names exported are: ['Barrier', 'BoundedSemaphore', 'Condition', 'Event', 'JoinableQueue', 'Lock', 'Manager', 'Pool', 'Process', 'Queue', 'RLock', 'Semaphore', 'active_children', 'current_process', 'freeze_support', 'Pipe'] error: multiprocessing.dummy.__all__ is not present in stub Stub: MISSING Runtime: ['Process', 'current_process', 'active_children', 'freeze_support', 'Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition', 'Event', 'Barrier', 'Queue', 'Manager', 'Pipe', 'Pool', 'JoinableQueue'] error: multiprocessing.dummy.connection module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Client', 'Listener', 'Pipe', 'Connection', '_Address', 'families'] Runtime: Names exported are: ['Client', 'Listener', 'Pipe'] error: multiprocessing.dummy.connection.__all__ is not present in stub Stub: MISSING Runtime: ['Client', 'Listener', 'Pipe'] error: multiprocessing.managers module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['BaseManager', 'BaseProxy', 'SharedMemoryManager', 'SyncManager', 'Token', 'Namespace', 'RemoteError', 'Server', 'SharedMemoryServer', 'ValueProxy', '_KT', '_Namespace', '_ShareableList', '_SharedMemory', '_T', '_VT', '_dict', '_list'] Runtime: Names exported are: ['BaseManager', 'BaseProxy', 'SharedMemoryManager', 'SyncManager', 'Token'] error: multiprocessing.managers.__all__ is not present in stub Stub: MISSING Runtime: ['BaseManager', 'SyncManager', 'BaseProxy', 'Token', 'SharedMemoryManager'] error: multiprocessing.process.__all__ is not present in stub Stub: MISSING Runtime: ['BaseProcess', 'current_process', 'active_children', 'parent_process'] error: multiprocessing.queues module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['JoinableQueue', 'Queue', 'SimpleQueue', '_T'] Runtime: Names exported are: ['JoinableQueue', 'Queue', 'SimpleQueue'] error: multiprocessing.queues.__all__ is not present in stub Stub: MISSING Runtime: ['Queue', 'SimpleQueue', 'JoinableQueue'] error: multiprocessing.shared_memory module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['ShareableList', 'SharedMemory', '_SLT'] Runtime: Names exported are: ['ShareableList', 'SharedMemory'] error: multiprocessing.shared_memory.__all__ is not present in stub Stub: MISSING Runtime: ['SharedMemory', 'ShareableList'] error: multiprocessing.sharedctypes module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Array', 'RawArray', 'RawValue', 'Value', 'copy', 'synchronized', 'Synchronized', 'SynchronizedArray', 'SynchronizedBase', 'SynchronizedString', '_AcquireFunc', '_CT', '_T'] Runtime: Names exported are: ['Array', 'RawArray', 'RawValue', 'Value', 'copy', 'synchronized'] error: multiprocessing.sharedctypes.__all__ is not present in stub Stub: MISSING Runtime: ['RawValue', 'RawArray', 'Value', 'Array', 'copy', 'synchronized'] error: multiprocessing.spawn module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['_main', 'freeze_support', 'get_command_line', 'get_executable', 'get_preparation_data', 'import_main_path', 'set_executable', 'WINEXE', 'WINSERVICE', 'is_forking', 'old_main_modules', 'prepare', 'spawn_main'] Runtime: Names exported are: ['_main', 'freeze_support', 'get_command_line', 'get_executable', 'get_preparation_data', 'import_main_path', 'set_executable'] error: multiprocessing.spawn.__all__ is not present in stub Stub: MISSING Runtime: ['_main', 'freeze_support', 'set_executable', 'get_executable', 'get_preparation_data', 'get_command_line', 'import_main_path'] error: multiprocessing.synchronize module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['BoundedSemaphore', 'Condition', 'Event', 'Lock', 'RLock', 'Semaphore', 'Barrier', 'SemLock', '_LockLike'] Runtime: Names exported are: ['BoundedSemaphore', 'Condition', 'Event', 'Lock', 'RLock', 'Semaphore'] error: multiprocessing.synchronize.__all__ is not present in stub Stub: MISSING Runtime: ['Lock', 'RLock', 'Semaphore', 'BoundedSemaphore', 'Condition', 'Event'] error: netrc module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['NetrcParseError', 'netrc', '_NetrcTuple'] Runtime: Names exported are: ['NetrcParseError', 'netrc'] error: netrc.__all__ is not present in stub Stub: MISSING Runtime: ['netrc', 'NetrcParseError'] error: nntplib module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['NNTP', 'NNTPDataError', 'NNTPError', 'NNTPPermanentError', 'NNTPProtocolError', 'NNTPReplyError', 'NNTPTemporaryError', 'NNTP_SSL', 'decode_header', 'ArticleInfo', 'GroupInfo', 'NNTP_PORT', 'NNTP_SSL_PORT', '_File', '_list'] Runtime: Names exported are: ['NNTP', 'NNTPDataError', 'NNTPError', 'NNTPPermanentError', 'NNTPProtocolError', 'NNTPReplyError', 'NNTPTemporaryError', 'NNTP_SSL', 'decode_header'] error: nntplib.__all__ is not present in stub Stub: MISSING Runtime: ['NNTP', 'NNTPError', 'NNTPReplyError', 'NNTPTemporaryError', 'NNTPPermanentError', 'NNTPProtocolError', 'NNTPDataError', 'decode_header', 'NNTP_SSL'] error: ntpath.__all__ is not present in stub Stub: MISSING Runtime: ['normcase', 'isabs', 'join', 'splitdrive', 'split', 'splitext', 'basename', 'dirname', 'commonprefix', 'getsize', 'getmtime', 'getatime', 'getctime', 'islink', 'exists', 'lexists', 'isdir', 'isfile', 'ismount', 'expanduser', 'expandvars', 'normpath', 'abspath', 'curdir', 'pardir', 'sep', 'pathsep', 'defpath', 'altsep', 'extsep', 'devnull', 'realpath', 'supports_unicode_filenames', 'relpath', 'samefile', 'sameopenfile', 'samestat', 'commonpath'] error: numbers.__all__ is not present in stub Stub: MISSING Runtime: ['Number', 'Complex', 'Real', 'Rational', 'Integral'] error: operator module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['abs', 'add', 'and_', 'attrgetter', 'concat', 'contains', 'countOf', 'delitem', 'eq', 'floordiv', 'ge', 'getitem', 'gt', 'iadd', 'iand', 'iconcat', 'ifloordiv', 'ilshift', 'imatmul', 'imod', 'imul', 'index', 'indexOf', 'inv', 'invert', 'ior', 'ipow', 'irshift', 'is_', 'is_not', 'isub', 'itemgetter', 'itruediv', 'ixor', 'le', 'length_hint', 'lshift', 'lt', 'matmul', 'methodcaller', 'mod', 'mul', 'ne', 'neg', 'not_', 'or_', 'pos', 'pow', 'rshift', 'setitem', 'sub', 'truediv', 'truth', 'xor', '__abs__', '__add__', '__and__', '__concat__', '__contains__', '__delitem__', '__eq__', '__floordiv__', '__ge__', '__getitem__', '__gt__', '__iadd__', '__iand__', '__iconcat__', '__ifloordiv__', '__ilshift__', '__imatmul__', '__imod__', '__imul__', '__index__', '__inv__', '__invert__', '__ior__', '__ipow__', '__irshift__', '__isub__', '__itruediv__', '__ixor__', '__le__', '__lshift__', '__lt__', '__matmul__', '__mod__', '__mul__', '__ne__', '__neg__', '__not__', '__or__', '__pos__', '__pow__', '__rshift__', '__setitem__', '__sub__', '__truediv__', '__xor__'] Runtime: Names exported are: ['abs', 'add', 'and_', 'attrgetter', 'concat', 'contains', 'countOf', 'delitem', 'eq', 'floordiv', 'ge', 'getitem', 'gt', 'iadd', 'iand', 'iconcat', 'ifloordiv', 'ilshift', 'imatmul', 'imod', 'imul', 'index', 'indexOf', 'inv', 'invert', 'ior', 'ipow', 'irshift', 'is_', 'is_not', 'isub', 'itemgetter', 'itruediv', 'ixor', 'le', 'length_hint', 'lshift', 'lt', 'matmul', 'methodcaller', 'mod', 'mul', 'ne', 'neg', 'not_', 'or_', 'pos', 'pow', 'rshift', 'setitem', 'sub', 'truediv', 'truth', 'xor'] error: operator.__all__ is not present in stub Stub: MISSING Runtime: ['abs', 'add', 'and_', 'attrgetter', 'concat', 'contains', 'countOf', 'delitem', 'eq', 'floordiv', 'ge', 'getitem', 'gt', 'iadd', 'iand', 'iconcat', 'ifloordiv', 'ilshift', 'imatmul', 'imod', 'imul', 'index', 'indexOf', 'inv', 'invert', 'ior', 'ipow', 'irshift', 'is_', 'is_not', 'isub', 'itemgetter', 'itruediv', 'ixor', 'le', 'length_hint', 'lshift', 'lt', 'matmul', 'methodcaller', 'mod', 'mul', 'ne', 'neg', 'not_', 'or_', 'pos', 'pow', 'rshift', 'setitem', 'sub', 'truediv', 'truth', 'xor'] error: optparse module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['BadOptionError', 'HelpFormatter', 'IndentedHelpFormatter', 'OptParseError', 'Option', 'OptionConflictError', 'OptionContainer', 'OptionError', 'OptionGroup', 'OptionParser', 'OptionValueError', 'SUPPRESS_HELP', 'SUPPRESS_USAGE', 'TitledHelpFormatter', 'Values', 'check_choice', 'make_option', 'AmbiguousOptionError', 'NO_DEFAULT', 'check_builtin'] Runtime: Names exported are: ['BadOptionError', 'HelpFormatter', 'IndentedHelpFormatter', 'OptParseError', 'Option', 'OptionConflictError', 'OptionContainer', 'OptionError', 'OptionGroup', 'OptionParser', 'OptionValueError', 'SUPPRESS_HELP', 'SUPPRESS_USAGE', 'TitledHelpFormatter', 'Values', 'check_choice', 'make_option'] error: optparse.__all__ is not present in stub Stub: MISSING Runtime: ['Option', 'make_option', 'SUPPRESS_HELP', 'SUPPRESS_USAGE', 'Values', 'OptionContainer', 'OptionGroup', 'OptionParser', 'HelpFormatter', 'IndentedHelpFormatter', 'TitledHelpFormatter', 'OptParseError', 'OptionError', 'OptionConflictError', 'OptionValueError', 'BadOptionError', 'check_choice'] error: os module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['DirEntry', 'F_OK', 'O_APPEND', 'O_BINARY', 'O_CREAT', 'O_EXCL', 'O_NOINHERIT', 'O_RANDOM', 'O_RDONLY', 'O_RDWR', 'O_SEQUENTIAL', 'O_SHORT_LIVED', 'O_TEMPORARY', 'O_TEXT', 'O_TRUNC', 'O_WRONLY', 'P_DETACH', 'P_NOWAIT', 'P_NOWAITO', 'P_OVERLAY', 'P_WAIT', 'R_OK', 'SEEK_CUR', 'SEEK_END', 'SEEK_SET', 'TMP_MAX', 'W_OK', 'X_OK', '_exit', 'abort', 'access', 'altsep', 'chdir', 'chmod', 'close', 'closerange', 'cpu_count', 'curdir', 'defpath', 'device_encoding', 'devnull', 'dup', 'dup2', 'environ', 'error', 'execl', 'execle', 'execlp', 'execlpe', 'execv', 'execve', 'execvp', 'execvpe', 'extsep', 'fdopen', 'fsdecode', 'fsencode', 'fspath', 'fstat', 'fsync', 'ftruncate', 'get_exec_path', 'get_inheritable', 'get_terminal_size', 'getcwd', 'getcwdb', 'getenv', 'getlogin', 'getpid', 'getppid', 'isatty', 'kill', 'linesep', 'link', 'listdir', 'lseek', 'lstat', 'makedirs', 'mkdir', 'name', 'open', 'pardir', 'path', 'pathsep', 'pipe', 'popen', 'putenv', 'read', 'readlink', 'remove', 'removedirs', 'rename', 'renames', 'replace', 'rmdir', 'scandir', 'sep', 'set_inheritable', 'spawnl', 'spawnle', 'spawnv', 'spawnve', 'startfile', 'stat', 'stat_result', 'statvfs_result', 'strerror', 'supports_bytes_environ', 'symlink', 'system', 'terminal_size', 'times', 'times_result', 'truncate', 'umask', 'uname_result', 'unlink', 'unsetenv', 'urandom', 'utime', 'waitpid', 'waitstatus_to_exitcode', 'walk', 'write', 'O_ACCMODE', 'O_ASYNC', 'O_CLOEXEC', 'O_DIRECT', 'O_DIRECTORY', 'O_DSYNC', 'O_EXLOCK', 'O_LARGEFILE', 'O_NDELAY', 'O_NOATIME', 'O_NOCTTY', 'O_NOFOLLOW', 'O_NONBLOCK', 'O_PATH', 'O_RSYNC', 'O_SHLOCK', 'O_SYNC', 'O_TMPFILE', 'PathLike', '_AddedDllDirectory', '_AnyStr_co', '_Environ', '_EnvironCodeFunc', '_ExecEnv', '_ExecVArgs', '_FdOrAnyPath', '_OnError', '_Opener', '_ScandirIterator', '_StatVfsTuple', '_T', '_T1', '_T2', '__path__', '_wrap_close', 'add_dll_directory', 'supports_dir_fd', 'supports_effective_ids', 'supports_fd', 'supports_follow_symlinks'] Runtime: Names exported are: ['DirEntry', 'F_OK', 'O_APPEND', 'O_BINARY', 'O_CREAT', 'O_EXCL', 'O_NOINHERIT', 'O_RANDOM', 'O_RDONLY', 'O_RDWR', 'O_SEQUENTIAL', 'O_SHORT_LIVED', 'O_TEMPORARY', 'O_TEXT', 'O_TRUNC', 'O_WRONLY', 'P_DETACH', 'P_NOWAIT', 'P_NOWAITO', 'P_OVERLAY', 'P_WAIT', 'R_OK', 'SEEK_CUR', 'SEEK_END', 'SEEK_SET', 'TMP_MAX', 'W_OK', 'X_OK', '_exit', 'abort', 'access', 'altsep', 'chdir', 'chmod', 'close', 'closerange', 'cpu_count', 'curdir', 'defpath', 'device_encoding', 'devnull', 'dup', 'dup2', 'environ', 'error', 'execl', 'execle', 'execlp', 'execlpe', 'execv', 'execve', 'execvp', 'execvpe', 'extsep', 'fdopen', 'fsdecode', 'fsencode', 'fspath', 'fstat', 'fsync', 'ftruncate', 'get_exec_path', 'get_inheritable', 'get_terminal_size', 'getcwd', 'getcwdb', 'getenv', 'getlogin', 'getpid', 'getppid', 'isatty', 'kill', 'linesep', 'link', 'listdir', 'lseek', 'lstat', 'makedirs', 'mkdir', 'name', 'open', 'pardir', 'path', 'pathsep', 'pipe', 'popen', 'putenv', 'read', 'readlink', 'remove', 'removedirs', 'rename', 'renames', 'replace', 'rmdir', 'scandir', 'sep', 'set_inheritable', 'spawnl', 'spawnle', 'spawnv', 'spawnve', 'startfile', 'stat', 'stat_result', 'statvfs_result', 'strerror', 'supports_bytes_environ', 'symlink', 'system', 'terminal_size', 'times', 'times_result', 'truncate', 'umask', 'uname_result', 'unlink', 'unsetenv', 'urandom', 'utime', 'waitpid', 'waitstatus_to_exitcode', 'walk', 'write', 'get_handle_inheritable', 'set_handle_inheritable'] error: os.__all__ is not present in stub Stub: MISSING Runtime: ['altsep', 'curdir', 'pardir', 'sep', 'pathsep', 'linesep', 'defpath', 'name', 'path', 'devnull', 'SEEK_SET', 'SEEK_CUR', 'SEEK_END', 'fsencode', 'fsdecode', 'get_exec_path', 'fdopen', 'extsep', '_exit', 'DirEntry', 'F_OK', 'O_APPEND', 'O_BINARY', 'O_CREAT', 'O_EXCL', 'O_NOINHERIT', 'O_RANDOM', 'O_RDONLY', 'O_RDWR', 'O_SEQUENTIAL', 'O_SHORT_LIVED', 'O_TEMPORARY', 'O_TEXT', 'O_TRUNC', 'O_WRONLY', 'P_DETACH', 'P_NOWAIT', 'P_NOWAITO', 'P_OVERLAY', 'P_WAIT', 'R_OK', 'TMP_MAX', 'W_OK', 'X_OK', 'abort', 'access', 'chdir', 'chmod', 'close', 'closerange', 'cpu_count', 'device_encoding', 'dup', 'dup2', 'environ', 'error', 'execv', 'execve', 'fspath', 'fstat', 'fsync', 'ftruncate', 'get_handle_inheritable', 'get_inheritable', 'get_terminal_size', 'getcwd', 'getcwdb', 'getlogin', 'getpid', 'getppid', 'isatty', 'kill', 'link', 'listdir', 'lseek', 'lstat', 'mkdir', 'open', 'pipe', 'putenv', 'read', 'readlink', 'remove', 'rename', 'replace', 'rmdir', 'scandir', 'set_handle_inheritable', 'set_inheritable', 'spawnv', 'spawnve', 'startfile', 'stat', 'stat_result', 'statvfs_result', 'strerror', 'symlink', 'system', 'terminal_size', 'times', 'times_result', 'truncate', 'umask', 'uname_result', 'unlink', 'unsetenv', 'urandom', 'utime', 'waitpid', 'waitstatus_to_exitcode', 'write', 'makedirs', 'removedirs', 'renames', 'walk', 'execl', 'execle', 'execlp', 'execlpe', 'execvp', 'execvpe', 'getenv', 'supports_bytes_environ', 'spawnl', 'spawnle', 'popen'] error: os.path.__all__ is not present in stub Stub: MISSING Runtime: ['normcase', 'isabs', 'join', 'splitdrive', 'split', 'splitext', 'basename', 'dirname', 'commonprefix', 'getsize', 'getmtime', 'getatime', 'getctime', 'islink', 'exists', 'lexists', 'isdir', 'isfile', 'ismount', 'expanduser', 'expandvars', 'normpath', 'abspath', 'curdir', 'pardir', 'sep', 'pathsep', 'defpath', 'altsep', 'extsep', 'devnull', 'realpath', 'supports_unicode_filenames', 'relpath', 'samefile', 'sameopenfile', 'samestat', 'commonpath'] error: pathlib.__all__ is not present in stub Stub: MISSING Runtime: ['PurePath', 'PurePosixPath', 'PureWindowsPath', 'Path', 'PosixPath', 'WindowsPath'] error: pdb module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Pdb', 'help', 'pm', 'post_mortem', 'run', 'runcall', 'runctx', 'runeval', 'set_trace', 'Restart', '_P', '_T', '_rstr', 'find_function', 'getsourcelines', 'lasti2lineno', 'line_prefix', 'main'] Runtime: Names exported are: ['Pdb', 'help', 'pm', 'post_mortem', 'run', 'runcall', 'runctx', 'runeval', 'set_trace'] error: pdb.__all__ is not present in stub Stub: MISSING Runtime: ['run', 'pm', 'Pdb', 'runeval', 'runctx', 'runcall', 'set_trace', 'post_mortem', 'help'] error: pickle module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['ADDITEMS', 'APPEND', 'APPENDS', 'BINBYTES', 'BINBYTES8', 'BINFLOAT', 'BINGET', 'BININT', 'BININT1', 'BININT2', 'BINPERSID', 'BINPUT', 'BINSTRING', 'BINUNICODE', 'BINUNICODE8', 'BUILD', 'BYTEARRAY8', 'DEFAULT_PROTOCOL', 'DICT', 'DUP', 'EMPTY_DICT', 'EMPTY_LIST', 'EMPTY_SET', 'EMPTY_TUPLE', 'EXT1', 'EXT2', 'EXT4', 'FALSE', 'FLOAT', 'FRAME', 'FROZENSET', 'GET', 'GLOBAL', 'HIGHEST_PROTOCOL', 'INST', 'INT', 'LIST', 'LONG', 'LONG1', 'LONG4', 'LONG_BINGET', 'LONG_BINPUT', 'MARK', 'MEMOIZE', 'NEWFALSE', 'NEWOBJ', 'NEWOBJ_EX', 'NEWTRUE', 'NEXT_BUFFER', 'NONE', 'OBJ', 'PERSID', 'POP', 'POP_MARK', 'PROTO', 'PUT', 'PickleBuffer', 'PickleError', 'Pickler', 'PicklingError', 'READONLY_BUFFER', 'REDUCE', 'SETITEM', 'SETITEMS', 'SHORT_BINBYTES', 'SHORT_BINSTRING', 'SHORT_BINUNICODE', 'STACK_GLOBAL', 'STOP', 'STRING', 'TRUE', 'TUPLE', 'TUPLE1', 'TUPLE2', 'TUPLE3', 'UNICODE', 'Unpickler', 'UnpicklingError', 'dump', 'dumps', 'load', 'loads', '_BufferCallback', '_Pickler', '_ReadableFileobj', '_Unpickler', '_WritableFileobj', '_reducedtype', 'bytes_types', 'decode_long', 'encode_long'] Runtime: Names exported are: ['ADDITEMS', 'APPEND', 'APPENDS', 'BINBYTES', 'BINBYTES8', 'BINFLOAT', 'BINGET', 'BININT', 'BININT1', 'BININT2', 'BINPERSID', 'BINPUT', 'BINSTRING', 'BINUNICODE', 'BINUNICODE8', 'BUILD', 'BYTEARRAY8', 'DEFAULT_PROTOCOL', 'DICT', 'DUP', 'EMPTY_DICT', 'EMPTY_LIST', 'EMPTY_SET', 'EMPTY_TUPLE', 'EXT1', 'EXT2', 'EXT4', 'FALSE', 'FLOAT', 'FRAME', 'FROZENSET', 'GET', 'GLOBAL', 'HIGHEST_PROTOCOL', 'INST', 'INT', 'LIST', 'LONG', 'LONG1', 'LONG4', 'LONG_BINGET', 'LONG_BINPUT', 'MARK', 'MEMOIZE', 'NEWFALSE', 'NEWOBJ', 'NEWOBJ_EX', 'NEWTRUE', 'NEXT_BUFFER', 'NONE', 'OBJ', 'PERSID', 'POP', 'POP_MARK', 'PROTO', 'PUT', 'PickleBuffer', 'PickleError', 'Pickler', 'PicklingError', 'READONLY_BUFFER', 'REDUCE', 'SETITEM', 'SETITEMS', 'SHORT_BINBYTES', 'SHORT_BINSTRING', 'SHORT_BINUNICODE', 'STACK_GLOBAL', 'STOP', 'STRING', 'TRUE', 'TUPLE', 'TUPLE1', 'TUPLE2', 'TUPLE3', 'UNICODE', 'Unpickler', 'UnpicklingError', 'dump', 'dumps', 'load', 'loads'] error: pickle.__all__ is not present in stub Stub: MISSING Runtime: ['PickleError', 'PicklingError', 'UnpicklingError', 'Pickler', 'Unpickler', 'dump', 'dumps', 'load', 'loads', 'PickleBuffer', 'ADDITEMS', 'APPEND', 'APPENDS', 'BINBYTES', 'BINBYTES8', 'BINFLOAT', 'BINGET', 'BININT', 'BININT1', 'BININT2', 'BINPERSID', 'BINPUT', 'BINSTRING', 'BINUNICODE', 'BINUNICODE8', 'BUILD', 'BYTEARRAY8', 'DEFAULT_PROTOCOL', 'DICT', 'DUP', 'EMPTY_DICT', 'EMPTY_LIST', 'EMPTY_SET', 'EMPTY_TUPLE', 'EXT1', 'EXT2', 'EXT4', 'FALSE', 'FLOAT', 'FRAME', 'FROZENSET', 'GET', 'GLOBAL', 'HIGHEST_PROTOCOL', 'INST', 'INT', 'LIST', 'LONG', 'LONG1', 'LONG4', 'LONG_BINGET', 'LONG_BINPUT', 'MARK', 'MEMOIZE', 'NEWFALSE', 'NEWOBJ', 'NEWOBJ_EX', 'NEWTRUE', 'NEXT_BUFFER', 'NONE', 'OBJ', 'PERSID', 'POP', 'POP_MARK', 'PROTO', 'PUT', 'READONLY_BUFFER', 'REDUCE', 'SETITEM', 'SETITEMS', 'SHORT_BINBYTES', 'SHORT_BINSTRING', 'SHORT_BINUNICODE', 'STACK_GLOBAL', 'STOP', 'STRING', 'TRUE', 'TUPLE', 'TUPLE1', 'TUPLE2', 'TUPLE3', 'UNICODE'] error: pickletools module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['dis', 'genops', 'optimize', 'ArgumentDescriptor', 'OpcodeInfo', 'StackObject', 'TAKEN_FROM_ARGUMENT1', 'TAKEN_FROM_ARGUMENT4', 'TAKEN_FROM_ARGUMENT4U', 'TAKEN_FROM_ARGUMENT8U', 'UP_TO_NEWLINE', '_Reader', 'anyobject', 'bytes1', 'bytes4', 'bytes8', 'bytes_types', 'decimalnl_long', 'decimalnl_short', 'float8', 'floatnl', 'int4', 'long1', 'long4', 'markobject', 'opcodes', 'pybool', 'pybytes', 'pybytes_or_str', 'pydict', 'pyfloat', 'pyfrozenset', 'pyint', 'pyinteger_or_bool', 'pylist', 'pylong', 'pynone', 'pyset', 'pystring', 'pytuple', 'pyunicode', 'read_bytes1', 'read_bytes4', 'read_bytes8', 'read_decimalnl_long', 'read_decimalnl_short', 'read_float8', 'read_floatnl', 'read_int4', 'read_long1', 'read_long4', 'read_string1', 'read_string4', 'read_stringnl', 'read_stringnl_noescape', 'read_stringnl_noescape_pair', 'read_uint1', 'read_uint2', 'read_uint4', 'read_uint8', 'read_unicodestring1', 'read_unicodestring4', 'read_unicodestring8', 'read_unicodestringnl', 'stackslice', 'string1', 'string4', 'stringnl', 'stringnl_noescape', 'stringnl_noescape_pair', 'uint1', 'uint2', 'uint4', 'uint8', 'unicodestring1', 'unicodestring4', 'unicodestring8', 'unicodestringnl'] Runtime: Names exported are: ['dis', 'genops', 'optimize'] error: pickletools.__all__ is not present in stub Stub: MISSING Runtime: ['dis', 'genops', 'optimize'] error: pipes module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Template', 'quote'] Runtime: Names exported are: ['Template'] error: pipes.__all__ is not present in stub Stub: MISSING Runtime: ['Template'] error: pkgutil module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['ImpImporter', 'ImpLoader', 'ModuleInfo', 'extend_path', 'find_loader', 'get_data', 'get_importer', 'get_loader', 'iter_importers', 'iter_modules', 'read_code', 'walk_packages', 'resolve_name'] Runtime: Names exported are: ['ImpImporter', 'ImpLoader', 'ModuleInfo', 'extend_path', 'find_loader', 'get_data', 'get_importer', 'get_loader', 'iter_importers', 'iter_modules', 'read_code', 'walk_packages'] error: pkgutil.__all__ is not present in stub Stub: MISSING Runtime: ['get_importer', 'iter_importers', 'get_loader', 'find_loader', 'walk_packages', 'iter_modules', 'get_data', 'ImpImporter', 'ImpLoader', 'read_code', 'extend_path', 'ModuleInfo'] error: platform.uname_result.__match_args__ variable differs from runtime type Tuple[Literal['system'], Literal['node'], Literal['release'], Literal['version'], Literal['machine']] Stub: at line -1 Tuple[Literal['system'], Literal['node'], Literal['release'], Literal['version'], Literal['machine'], Literal['processor']] Runtime: ('system', 'node', 'release', 'version', 'machine') error: plistlib module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['FMT_BINARY', 'FMT_XML', 'InvalidFileException', 'UID', 'dump', 'dumps', 'load', 'loads', 'PlistFormat'] Runtime: Names exported are: ['FMT_BINARY', 'FMT_XML', 'InvalidFileException', 'UID', 'dump', 'dumps', 'load', 'loads'] error: plistlib.__all__ is not present in stub Stub: MISSING Runtime: ['InvalidFileException', 'FMT_XML', 'FMT_BINARY', 'load', 'dump', 'loads', 'dumps', 'UID'] error: poplib module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['POP3', 'POP3_SSL', 'error_proto', 'CR', 'CRLF', 'HAVE_SSL', 'LF', 'POP3_PORT', 'POP3_SSL_PORT', '_LongResp', '_list'] Runtime: Names exported are: ['POP3', 'POP3_SSL', 'error_proto'] error: poplib.__all__ is not present in stub Stub: MISSING Runtime: ['POP3', 'error_proto', 'POP3_SSL'] error: posixpath.__all__ is not present in stub Stub: MISSING Runtime: ['normcase', 'isabs', 'join', 'splitdrive', 'split', 'splitext', 'basename', 'dirname', 'commonprefix', 'getsize', 'getmtime', 'getatime', 'getctime', 'islink', 'exists', 'lexists', 'isdir', 'isfile', 'ismount', 'expanduser', 'expandvars', 'normpath', 'abspath', 'samefile', 'sameopenfile', 'samestat', 'curdir', 'pardir', 'sep', 'pathsep', 'defpath', 'altsep', 'extsep', 'devnull', 'realpath', 'supports_unicode_filenames', 'relpath', 'commonpath'] error: pprint.__all__ is not present in stub Stub: MISSING Runtime: ['pprint', 'pformat', 'isreadable', 'isrecursive', 'saferepr', 'PrettyPrinter', 'pp'] error: profile module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Profile', 'run', 'runctx', '_Label', '_P', '_T'] Runtime: Names exported are: ['Profile', 'run', 'runctx'] error: profile.__all__ is not present in stub Stub: MISSING Runtime: ['run', 'runctx', 'Profile'] error: py_compile module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['PyCompileError', 'PycInvalidationMode', 'compile', 'main', '_get_default_invalidation_mode'] Runtime: Names exported are: ['PyCompileError', 'PycInvalidationMode', 'compile', 'main'] error: py_compile.__all__ is not present in stub Stub: MISSING Runtime: ['compile', 'main', 'PyCompileError', 'PycInvalidationMode'] error: pyclbr.__all__ is not present in stub Stub: MISSING Runtime: ['readmodule', 'readmodule_ex', 'Class', 'Function'] error: pydoc module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['help', 'Doc', 'ErrorDuringImport', 'HTMLDoc', 'HTMLRepr', 'Helper', 'ModuleScanner', 'TextDoc', 'TextRepr', '_Exc_Info', '_OldStyleClass', '_T', '__author__', '__credits__', '__date__', '__version__', '_list', 'allmethods', 'apropos', 'classify_class_attrs', 'classname', 'cli', 'cram', 'describe', 'doc', 'getdoc', 'getpager', 'html', 'importfile', 'isdata', 'ispackage', 'ispath', 'locate', 'pager', 'pathdirs', 'pipepager', 'plain', 'plainpager', 'render_doc', 'replace', 'resolve', 'safeimport', 'source_synopsis', 'splitdoc', 'stripid', 'synopsis', 'tempfilepager', 'text', 'ttypager', 'visiblename', 'writedoc', 'writedocs'] Runtime: Names exported are: ['help'] error: pydoc.__all__ is not present in stub Stub: MISSING Runtime: ['help'] error: queue module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Empty', 'Full', 'LifoQueue', 'PriorityQueue', 'Queue', 'SimpleQueue', '_T'] Runtime: Names exported are: ['Empty', 'Full', 'LifoQueue', 'PriorityQueue', 'Queue', 'SimpleQueue'] error: queue.__all__ is not present in stub Stub: MISSING Runtime: ['Empty', 'Full', 'Queue', 'PriorityQueue', 'LifoQueue', 'SimpleQueue'] error: quopri.__all__ is not present in stub Stub: MISSING Runtime: ['encode', 'decode', 'encodestring', 'decodestring'] error: random module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Random', 'SystemRandom', 'betavariate', 'choice', 'choices', 'expovariate', 'gammavariate', 'gauss', 'getrandbits', 'getstate', 'lognormvariate', 'normalvariate', 'paretovariate', 'randbytes', 'randint', 'random', 'randrange', 'sample', 'seed', 'setstate', 'shuffle', 'triangular', 'uniform', 'vonmisesvariate', 'weibullvariate', '_T'] Runtime: Names exported are: ['Random', 'SystemRandom', 'betavariate', 'choice', 'choices', 'expovariate', 'gammavariate', 'gauss', 'getrandbits', 'getstate', 'lognormvariate', 'normalvariate', 'paretovariate', 'randbytes', 'randint', 'random', 'randrange', 'sample', 'seed', 'setstate', 'shuffle', 'triangular', 'uniform', 'vonmisesvariate', 'weibullvariate'] error: random.__all__ is not present in stub Stub: MISSING Runtime: ['Random', 'SystemRandom', 'betavariate', 'choice', 'choices', 'expovariate', 'gammavariate', 'gauss', 'getrandbits', 'getstate', 'lognormvariate', 'normalvariate', 'paretovariate', 'randbytes', 'randint', 'random', 'randrange', 'sample', 'seed', 'setstate', 'shuffle', 'triangular', 'uniform', 'vonmisesvariate', 'weibullvariate'] error: re module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['A', 'ASCII', 'DOTALL', 'I', 'IGNORECASE', 'L', 'LOCALE', 'M', 'MULTILINE', 'Match', 'Pattern', 'S', 'U', 'UNICODE', 'VERBOSE', 'X', 'compile', 'error', 'escape', 'findall', 'finditer', 'fullmatch', 'match', 'purge', 'search', 'split', 'sub', 'subn', 'template', 'DEBUG', 'RegexFlag', 'T', 'TEMPLATE', '_FlagsType'] Runtime: Names exported are: ['A', 'ASCII', 'DOTALL', 'I', 'IGNORECASE', 'L', 'LOCALE', 'M', 'MULTILINE', 'Match', 'Pattern', 'S', 'U', 'UNICODE', 'VERBOSE', 'X', 'compile', 'error', 'escape', 'findall', 'finditer', 'fullmatch', 'match', 'purge', 'search', 'split', 'sub', 'subn', 'template'] error: re.__all__ is not present in stub Stub: MISSING Runtime: ['match', 'fullmatch', 'search', 'sub', 'subn', 'split', 'findall', 'finditer', 'compile', 'purge', 'template', 'escape', 'error', 'Pattern', 'Match', 'A', 'I', 'L', 'M', 'S', 'X', 'U', 'ASCII', 'IGNORECASE', 'LOCALE', 'MULTILINE', 'DOTALL', 'VERBOSE', 'UNICODE'] error: reprlib module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Repr', 'recursive_repr', 'repr', '_ReprFunc', 'aRepr'] Runtime: Names exported are: ['Repr', 'recursive_repr', 'repr'] error: reprlib.__all__ is not present in stub Stub: MISSING Runtime: ['Repr', 'repr', 'recursive_repr'] error: rlcompleter.__all__ is not present in stub Stub: MISSING Runtime: ['Completer'] error: secrets module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['SystemRandom', 'choice', 'compare_digest', 'randbelow', 'randbits', 'token_bytes', 'token_hex', 'token_urlsafe', '_T'] Runtime: Names exported are: ['SystemRandom', 'choice', 'compare_digest', 'randbelow', 'randbits', 'token_bytes', 'token_hex', 'token_urlsafe'] error: secrets.__all__ is not present in stub Stub: MISSING Runtime: ['choice', 'randbelow', 'randbits', 'SystemRandom', 'token_bytes', 'token_hex', 'token_urlsafe', 'compare_digest'] error: shelve module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['BsdDbShelf', 'DbfilenameShelf', 'Shelf', 'open', '_T', '_VT'] Runtime: Names exported are: ['BsdDbShelf', 'DbfilenameShelf', 'Shelf', 'open'] error: shelve.__all__ is not present in stub Stub: MISSING Runtime: ['Shelf', 'BsdDbShelf', 'DbfilenameShelf', 'open'] error: shlex.__all__ is not present in stub Stub: MISSING Runtime: ['shlex', 'split', 'quote', 'join'] error: shutil module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Error', 'ExecError', 'SameFileError', 'SpecialFileError', 'chown', 'copy', 'copy2', 'copyfile', 'copyfileobj', 'copymode', 'copystat', 'copytree', 'disk_usage', 'get_archive_formats', 'get_terminal_size', 'get_unpack_formats', 'ignore_patterns', 'make_archive', 'move', 'register_archive_format', 'register_unpack_format', 'rmtree', 'unpack_archive', 'unregister_archive_format', 'unregister_unpack_format', 'which', 'ReadError', 'RegistryError', '_CopyFn', '_PathReturn', '_StrOrBytesPathT', '_StrPathT', '_ntuple_diskusage'] Runtime: Names exported are: ['Error', 'ExecError', 'SameFileError', 'SpecialFileError', 'chown', 'copy', 'copy2', 'copyfile', 'copyfileobj', 'copymode', 'copystat', 'copytree', 'disk_usage', 'get_archive_formats', 'get_terminal_size', 'get_unpack_formats', 'ignore_patterns', 'make_archive', 'move', 'register_archive_format', 'register_unpack_format', 'rmtree', 'unpack_archive', 'unregister_archive_format', 'unregister_unpack_format', 'which'] error: shutil.__all__ is not present in stub Stub: MISSING Runtime: ['copyfileobj', 'copyfile', 'copymode', 'copystat', 'copy', 'copy2', 'copytree', 'move', 'rmtree', 'Error', 'SpecialFileError', 'ExecError', 'make_archive', 'get_archive_formats', 'register_archive_format', 'unregister_archive_format', 'get_unpack_formats', 'register_unpack_format', 'unregister_unpack_format', 'unpack_archive', 'ignore_patterns', 'chown', 'which', 'get_terminal_size', 'SameFileError', 'disk_usage'] error: smtpd module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['DebuggingServer', 'MailmanProxy', 'PureProxy', 'SMTPChannel', 'SMTPServer', '_Address'] Runtime: Names exported are: ['DebuggingServer', 'MailmanProxy', 'PureProxy', 'SMTPChannel', 'SMTPServer'] error: smtpd.__all__ is not present in stub Stub: MISSING Runtime: ['SMTPChannel', 'SMTPServer', 'DebuggingServer', 'PureProxy', 'MailmanProxy'] error: smtplib module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['SMTP', 'SMTPAuthenticationError', 'SMTPConnectError', 'SMTPDataError', 'SMTPException', 'SMTPHeloError', 'SMTPNotSupportedError', 'SMTPRecipientsRefused', 'SMTPResponseException', 'SMTPSenderRefused', 'SMTPServerDisconnected', 'SMTP_SSL', 'quoteaddr', 'quotedata', 'CRLF', 'LMTP', 'LMTP_PORT', 'OLDSTYLE_AUTH', 'SMTP_PORT', 'SMTP_SSL_PORT', '_AuthObject', '_Reply', '_SendErrs', '_SourceAddress', 'bCRLF'] Runtime: Names exported are: ['SMTP', 'SMTPAuthenticationError', 'SMTPConnectError', 'SMTPDataError', 'SMTPException', 'SMTPHeloError', 'SMTPNotSupportedError', 'SMTPRecipientsRefused', 'SMTPResponseException', 'SMTPSenderRefused', 'SMTPServerDisconnected', 'SMTP_SSL', 'quoteaddr', 'quotedata'] error: smtplib.__all__ is not present in stub Stub: MISSING Runtime: ['SMTPException', 'SMTPNotSupportedError', 'SMTPServerDisconnected', 'SMTPResponseException', 'SMTPSenderRefused', 'SMTPRecipientsRefused', 'SMTPDataError', 'SMTPConnectError', 'SMTPHeloError', 'SMTPAuthenticationError', 'quoteaddr', 'quotedata', 'SMTP', 'SMTP_SSL'] error: sndhdr module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['what', 'whathdr', 'SndHeaders'] Runtime: Names exported are: ['what', 'whathdr'] error: sndhdr.__all__ is not present in stub Stub: MISSING Runtime: ['what', 'whathdr'] error: socket module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['AF_APPLETALK', 'AF_DECnet', 'AF_INET', 'AF_INET6', 'AF_IPX', 'AF_IRDA', 'AF_LINK', 'AF_SNA', 'AF_UNSPEC', 'AI_ADDRCONFIG', 'AI_ALL', 'AI_CANONNAME', 'AI_NUMERICHOST', 'AI_NUMERICSERV', 'AI_PASSIVE', 'AI_V4MAPPED', 'AddressFamily', 'EAI_AGAIN', 'EAI_BADFLAGS', 'EAI_FAIL', 'EAI_FAMILY', 'EAI_MEMORY', 'EAI_NODATA', 'EAI_NONAME', 'EAI_SERVICE', 'EAI_SOCKTYPE', 'INADDR_ALLHOSTS_GROUP', 'INADDR_ANY', 'INADDR_BROADCAST', 'INADDR_LOOPBACK', 'INADDR_MAX_LOCAL_GROUP', 'INADDR_NONE', 'INADDR_UNSPEC_GROUP', 'IPPORT_RESERVED', 'IPPORT_USERRESERVED', 'IPPROTO_AH', 'IPPROTO_DSTOPTS', 'IPPROTO_EGP', 'IPPROTO_ESP', 'IPPROTO_FRAGMENT', 'IPPROTO_GGP', 'IPPROTO_HOPOPTS', 'IPPROTO_ICMP', 'IPPROTO_ICMPV6', 'IPPROTO_IDP', 'IPPROTO_IGMP', 'IPPROTO_IP', 'IPPROTO_IPV4', 'IPPROTO_IPV6', 'IPPROTO_MAX', 'IPPROTO_ND', 'IPPROTO_NONE', 'IPPROTO_PIM', 'IPPROTO_PUP', 'IPPROTO_RAW', 'IPPROTO_ROUTING', 'IPPROTO_SCTP', 'IPPROTO_TCP', 'IPPROTO_UDP', 'IPV6_CHECKSUM', 'IPV6_DONTFRAG', 'IPV6_HOPLIMIT', 'IPV6_HOPOPTS', 'IPV6_JOIN_GROUP', 'IPV6_LEAVE_GROUP', 'IPV6_MULTICAST_HOPS', 'IPV6_MULTICAST_IF', 'IPV6_MULTICAST_LOOP', 'IPV6_PKTINFO', 'IPV6_RECVRTHDR', 'IPV6_RECVTCLASS', 'IPV6_RTHDR', 'IPV6_TCLASS', 'IPV6_UNICAST_HOPS', 'IPV6_V6ONLY', 'IP_ADD_MEMBERSHIP', 'IP_DROP_MEMBERSHIP', 'IP_HDRINCL', 'IP_MULTICAST_IF', 'IP_MULTICAST_LOOP', 'IP_MULTICAST_TTL', 'IP_OPTIONS', 'IP_RECVDSTADDR', 'IP_TOS', 'IP_TTL', 'MSG_BCAST', 'MSG_CTRUNC', 'MSG_DONTROUTE', 'MSG_ERRQUEUE', 'MSG_MCAST', 'MSG_OOB', 'MSG_PEEK', 'MSG_TRUNC', 'MSG_WAITALL', 'NI_DGRAM', 'NI_MAXHOST', 'NI_MAXSERV', 'NI_NAMEREQD', 'NI_NOFQDN', 'NI_NUMERICHOST', 'NI_NUMERICSERV', 'RCVALL_MAX', 'RCVALL_OFF', 'RCVALL_ON', 'RCVALL_SOCKETLEVELONLY', 'SHUT_RD', 'SHUT_RDWR', 'SHUT_WR', 'SIO_KEEPALIVE_VALS', 'SIO_LOOPBACK_FAST_PATH', 'SIO_RCVALL', 'SOCK_DGRAM', 'SOCK_RAW', 'SOCK_RDM', 'SOCK_SEQPACKET', 'SOCK_STREAM', 'SOL_IP', 'SOL_SOCKET', 'SOL_TCP', 'SOL_UDP', 'SOMAXCONN', 'SO_ACCEPTCONN', 'SO_BROADCAST', 'SO_DEBUG', 'SO_DONTROUTE', 'SO_ERROR', 'SO_EXCLUSIVEADDRUSE', 'SO_KEEPALIVE', 'SO_LINGER', 'SO_OOBINLINE', 'SO_RCVBUF', 'SO_RCVLOWAT', 'SO_RCVTIMEO', 'SO_REUSEADDR', 'SO_SNDBUF', 'SO_SNDLOWAT', 'SO_SNDTIMEO', 'SO_TYPE', 'SO_USELOOPBACK', 'SocketKind', 'SocketType', 'TCP_FASTOPEN', 'TCP_KEEPCNT', 'TCP_KEEPIDLE', 'TCP_KEEPINTVL', 'TCP_MAXSEG', 'TCP_NODELAY', 'close', 'create_connection', 'create_server', 'dup', 'error', 'errorTab', 'fromfd', 'fromshare', 'gaierror', 'getaddrinfo', 'getdefaulttimeout', 'getfqdn', 'gethostbyaddr', 'gethostbyname', 'gethostbyname_ex', 'gethostname', 'getnameinfo', 'getprotobyname', 'getservbyname', 'getservbyport', 'has_dualstack_ipv6', 'has_ipv6', 'herror', 'htonl', 'htons', 'if_indextoname', 'if_nameindex', 'if_nametoindex', 'inet_aton', 'inet_ntoa', 'inet_ntop', 'inet_pton', 'ntohl', 'ntohs', 'setdefaulttimeout', 'socket', 'socketpair', 'timeout', 'AF_AAL5', 'AF_ASH', 'AF_ATMPVC', 'AF_ATMSVC', 'AF_AX25', 'AF_BRIDGE', 'AF_ECONET', 'AF_KEY', 'AF_LLC', 'AF_NETBEUI', 'AF_NETROM', 'AF_PPPOX', 'AF_ROSE', 'AF_ROUTE', 'AF_SECURITY', 'AF_SYSTEM', 'AF_UNIX', 'AF_WANPIPE', 'AF_X25', 'AI_DEFAULT', 'AI_MASK', 'AI_V4MAPPED_CFG', 'AddressInfo', 'CMSG_LEN', 'CMSG_SPACE', 'EAGAIN', 'EAI_ADDRFAMILY', 'EAI_BADHINTS', 'EAI_MAX', 'EAI_OVERFLOW', 'EAI_PROTOCOL', 'EAI_SYSTEM', 'EBADF', 'EWOULDBLOCK', 'IPPROTO_BIP', 'IPPROTO_EON', 'IPPROTO_GRE', 'IPPROTO_HELLO', 'IPPROTO_IPCOMP', 'IPPROTO_IPIP', 'IPPROTO_MOBILE', 'IPPROTO_RSVP', 'IPPROTO_TP', 'IPPROTO_VRRP', 'IPPROTO_XTP', 'IPV6_DSTOPTS', 'IPV6_NEXTHOP', 'IPV6_PATHMTU', 'IPV6_RECVDSTOPTS', 'IPV6_RECVHOPLIMIT', 'IPV6_RECVHOPOPTS', 'IPV6_RECVPATHMTU', 'IPV6_RECVPKTINFO', 'IPV6_RTHDRDSTOPTS', 'IPV6_RTHDR_TYPE_0', 'IPV6_USE_MIN_MTU', 'IPX_TYPE', 'IP_DEFAULT_MULTICAST_LOOP', 'IP_DEFAULT_MULTICAST_TTL', 'IP_MAX_MEMBERSHIPS', 'IP_RECVOPTS', 'IP_RECVRETOPTS', 'IP_RETOPTS', 'IP_TRANSPARENT', 'LOCAL_PEERCRED', 'MSG_BTAG', 'MSG_CMSG_CLOEXEC', 'MSG_CONFIRM', 'MSG_DONTWAIT', 'MSG_EOF', 'MSG_EOR', 'MSG_ETAG', 'MSG_FASTOPEN', 'MSG_MORE', 'MSG_NOSIGNAL', 'MSG_NOTIFICATION', 'MsgFlag', 'RCVALL_IPLEVEL', 'SCM_CREDENTIALS', 'SCM_CREDS', 'SCM_RIGHTS', 'SOL_ATALK', 'SOL_AX25', 'SOL_HCI', 'SOL_IPX', 'SOL_NETROM', 'SOL_ROSE', 'SO_BINDTODEVICE', 'SO_MARK', 'SO_PASSCRED', 'SO_PEERCRED', 'SO_PRIORITY', 'SO_REUSEPORT', 'SO_SETFIB', 'SocketIO', 'TCP_CORK', 'TCP_DEFER_ACCEPT', 'TCP_INFO', 'TCP_LINGER2', 'TCP_QUICKACK', 'TCP_SYNCNT', 'TCP_WINDOW_CLAMP', '_Address', '_RetAddress'] Runtime: Names exported are: ['AF_APPLETALK', 'AF_DECnet', 'AF_INET', 'AF_INET6', 'AF_IPX', 'AF_IRDA', 'AF_LINK', 'AF_SNA', 'AF_UNSPEC', 'AI_ADDRCONFIG', 'AI_ALL', 'AI_CANONNAME', 'AI_NUMERICHOST', 'AI_NUMERICSERV', 'AI_PASSIVE', 'AI_V4MAPPED', 'AddressFamily', 'EAI_AGAIN', 'EAI_BADFLAGS', 'EAI_FAIL', 'EAI_FAMILY', 'EAI_MEMORY', 'EAI_NODATA', 'EAI_NONAME', 'EAI_SERVICE', 'EAI_SOCKTYPE', 'INADDR_ALLHOSTS_GROUP', 'INADDR_ANY', 'INADDR_BROADCAST', 'INADDR_LOOPBACK', 'INADDR_MAX_LOCAL_GROUP', 'INADDR_NONE', 'INADDR_UNSPEC_GROUP', 'IPPORT_RESERVED', 'IPPORT_USERRESERVED', 'IPPROTO_AH', 'IPPROTO_DSTOPTS', 'IPPROTO_EGP', 'IPPROTO_ESP', 'IPPROTO_FRAGMENT', 'IPPROTO_GGP', 'IPPROTO_HOPOPTS', 'IPPROTO_ICMP', 'IPPROTO_ICMPV6', 'IPPROTO_IDP', 'IPPROTO_IGMP', 'IPPROTO_IP', 'IPPROTO_IPV4', 'IPPROTO_IPV6', 'IPPROTO_MAX', 'IPPROTO_ND', 'IPPROTO_NONE', 'IPPROTO_PIM', 'IPPROTO_PUP', 'IPPROTO_RAW', 'IPPROTO_ROUTING', 'IPPROTO_SCTP', 'IPPROTO_TCP', 'IPPROTO_UDP', 'IPV6_CHECKSUM', 'IPV6_DONTFRAG', 'IPV6_HOPLIMIT', 'IPV6_HOPOPTS', 'IPV6_JOIN_GROUP', 'IPV6_LEAVE_GROUP', 'IPV6_MULTICAST_HOPS', 'IPV6_MULTICAST_IF', 'IPV6_MULTICAST_LOOP', 'IPV6_PKTINFO', 'IPV6_RECVRTHDR', 'IPV6_RECVTCLASS', 'IPV6_RTHDR', 'IPV6_TCLASS', 'IPV6_UNICAST_HOPS', 'IPV6_V6ONLY', 'IP_ADD_MEMBERSHIP', 'IP_DROP_MEMBERSHIP', 'IP_HDRINCL', 'IP_MULTICAST_IF', 'IP_MULTICAST_LOOP', 'IP_MULTICAST_TTL', 'IP_OPTIONS', 'IP_RECVDSTADDR', 'IP_TOS', 'IP_TTL', 'MSG_BCAST', 'MSG_CTRUNC', 'MSG_DONTROUTE', 'MSG_ERRQUEUE', 'MSG_MCAST', 'MSG_OOB', 'MSG_PEEK', 'MSG_TRUNC', 'MSG_WAITALL', 'NI_DGRAM', 'NI_MAXHOST', 'NI_MAXSERV', 'NI_NAMEREQD', 'NI_NOFQDN', 'NI_NUMERICHOST', 'NI_NUMERICSERV', 'RCVALL_MAX', 'RCVALL_OFF', 'RCVALL_ON', 'RCVALL_SOCKETLEVELONLY', 'SHUT_RD', 'SHUT_RDWR', 'SHUT_WR', 'SIO_KEEPALIVE_VALS', 'SIO_LOOPBACK_FAST_PATH', 'SIO_RCVALL', 'SOCK_DGRAM', 'SOCK_RAW', 'SOCK_RDM', 'SOCK_SEQPACKET', 'SOCK_STREAM', 'SOL_IP', 'SOL_SOCKET', 'SOL_TCP', 'SOL_UDP', 'SOMAXCONN', 'SO_ACCEPTCONN', 'SO_BROADCAST', 'SO_DEBUG', 'SO_DONTROUTE', 'SO_ERROR', 'SO_EXCLUSIVEADDRUSE', 'SO_KEEPALIVE', 'SO_LINGER', 'SO_OOBINLINE', 'SO_RCVBUF', 'SO_RCVLOWAT', 'SO_RCVTIMEO', 'SO_REUSEADDR', 'SO_SNDBUF', 'SO_SNDLOWAT', 'SO_SNDTIMEO', 'SO_TYPE', 'SO_USELOOPBACK', 'SocketKind', 'SocketType', 'TCP_FASTOPEN', 'TCP_KEEPCNT', 'TCP_KEEPIDLE', 'TCP_KEEPINTVL', 'TCP_MAXSEG', 'TCP_NODELAY', 'close', 'create_connection', 'create_server', 'dup', 'error', 'errorTab', 'fromfd', 'fromshare', 'gaierror', 'getaddrinfo', 'getdefaulttimeout', 'getfqdn', 'gethostbyaddr', 'gethostbyname', 'gethostbyname_ex', 'gethostname', 'getnameinfo', 'getprotobyname', 'getservbyname', 'getservbyport', 'has_dualstack_ipv6', 'has_ipv6', 'herror', 'htonl', 'htons', 'if_indextoname', 'if_nameindex', 'if_nametoindex', 'inet_aton', 'inet_ntoa', 'inet_ntop', 'inet_pton', 'ntohl', 'ntohs', 'setdefaulttimeout', 'socket', 'socketpair', 'timeout', 'AF_BLUETOOTH', 'BDADDR_ANY', 'BDADDR_LOCAL', 'BTPROTO_RFCOMM', 'CAPI', 'IPPROTO_CBT', 'IPPROTO_ICLFXBM', 'IPPROTO_IGP', 'IPPROTO_L2TP', 'IPPROTO_PGM', 'IPPROTO_RDP', 'IPPROTO_ST', 'IP_RECVTOS'] error: socket.__all__ is not present in stub Stub: MISSING Runtime: ['fromfd', 'getfqdn', 'create_connection', 'create_server', 'has_dualstack_ipv6', 'AddressFamily', 'SocketKind', 'AF_APPLETALK', 'AF_BLUETOOTH', 'AF_DECnet', 'AF_INET', 'AF_INET6', 'AF_IPX', 'AF_IRDA', 'AF_LINK', 'AF_SNA', 'AF_UNSPEC', 'AI_ADDRCONFIG', 'AI_ALL', 'AI_CANONNAME', 'AI_NUMERICHOST', 'AI_NUMERICSERV', 'AI_PASSIVE', 'AI_V4MAPPED', 'BDADDR_ANY', 'BDADDR_LOCAL', 'BTPROTO_RFCOMM', 'CAPI', 'EAI_AGAIN', 'EAI_BADFLAGS', 'EAI_FAIL', 'EAI_FAMILY', 'EAI_MEMORY', 'EAI_NODATA', 'EAI_NONAME', 'EAI_SERVICE', 'EAI_SOCKTYPE', 'INADDR_ALLHOSTS_GROUP', 'INADDR_ANY', 'INADDR_BROADCAST', 'INADDR_LOOPBACK', 'INADDR_MAX_LOCAL_GROUP', 'INADDR_NONE', 'INADDR_UNSPEC_GROUP', 'IPPORT_RESERVED', 'IPPORT_USERRESERVED', 'IPPROTO_AH', 'IPPROTO_CBT', 'IPPROTO_DSTOPTS', 'IPPROTO_EGP', 'IPPROTO_ESP', 'IPPROTO_FRAGMENT', 'IPPROTO_GGP', 'IPPROTO_HOPOPTS', 'IPPROTO_ICLFXBM', 'IPPROTO_ICMP', 'IPPROTO_ICMPV6', 'IPPROTO_IDP', 'IPPROTO_IGMP', 'IPPROTO_IGP', 'IPPROTO_IP', 'IPPROTO_IPV4', 'IPPROTO_IPV6', 'IPPROTO_L2TP', 'IPPROTO_MAX', 'IPPROTO_ND', 'IPPROTO_NONE', 'IPPROTO_PGM', 'IPPROTO_PIM', 'IPPROTO_PUP', 'IPPROTO_RAW', 'IPPROTO_RDP', 'IPPROTO_ROUTING', 'IPPROTO_SCTP', 'IPPROTO_ST', 'IPPROTO_TCP', 'IPPROTO_UDP', 'IPV6_CHECKSUM', 'IPV6_DONTFRAG', 'IPV6_HOPLIMIT', 'IPV6_HOPOPTS', 'IPV6_JOIN_GROUP', 'IPV6_LEAVE_GROUP', 'IPV6_MULTICAST_HOPS', 'IPV6_MULTICAST_IF', 'IPV6_MULTICAST_LOOP', 'IPV6_PKTINFO', 'IPV6_RECVRTHDR', 'IPV6_RECVTCLASS', 'IPV6_RTHDR', 'IPV6_TCLASS', 'IPV6_UNICAST_HOPS', 'IPV6_V6ONLY', 'IP_ADD_MEMBERSHIP', 'IP_DROP_MEMBERSHIP', 'IP_HDRINCL', 'IP_MULTICAST_IF', 'IP_MULTICAST_LOOP', 'IP_MULTICAST_TTL', 'IP_OPTIONS', 'IP_RECVDSTADDR', 'IP_RECVTOS', 'IP_TOS', 'IP_TTL', 'MSG_BCAST', 'MSG_CTRUNC', 'MSG_DONTROUTE', 'MSG_ERRQUEUE', 'MSG_MCAST', 'MSG_OOB', 'MSG_PEEK', 'MSG_TRUNC', 'MSG_WAITALL', 'NI_DGRAM', 'NI_MAXHOST', 'NI_MAXSERV', 'NI_NAMEREQD', 'NI_NOFQDN', 'NI_NUMERICHOST', 'NI_NUMERICSERV', 'RCVALL_MAX', 'RCVALL_OFF', 'RCVALL_ON', 'RCVALL_SOCKETLEVELONLY', 'SHUT_RD', 'SHUT_RDWR', 'SHUT_WR', 'SIO_KEEPALIVE_VALS', 'SIO_LOOPBACK_FAST_PATH', 'SIO_RCVALL', 'SOCK_DGRAM', 'SOCK_RAW', 'SOCK_RDM', 'SOCK_SEQPACKET', 'SOCK_STREAM', 'SOL_IP', 'SOL_SOCKET', 'SOL_TCP', 'SOL_UDP', 'SOMAXCONN', 'SO_ACCEPTCONN', 'SO_BROADCAST', 'SO_DEBUG', 'SO_DONTROUTE', 'SO_ERROR', 'SO_EXCLUSIVEADDRUSE', 'SO_KEEPALIVE', 'SO_LINGER', 'SO_OOBINLINE', 'SO_RCVBUF', 'SO_RCVLOWAT', 'SO_RCVTIMEO', 'SO_REUSEADDR', 'SO_SNDBUF', 'SO_SNDLOWAT', 'SO_SNDTIMEO', 'SO_TYPE', 'SO_USELOOPBACK', 'SocketType', 'TCP_FASTOPEN', 'TCP_KEEPCNT', 'TCP_KEEPIDLE', 'TCP_KEEPINTVL', 'TCP_MAXSEG', 'TCP_NODELAY', 'close', 'dup', 'error', 'gaierror', 'getaddrinfo', 'getdefaulttimeout', 'gethostbyaddr', 'gethostbyname', 'gethostbyname_ex', 'gethostname', 'getnameinfo', 'getprotobyname', 'getservbyname', 'getservbyport', 'has_ipv6', 'herror', 'htonl', 'htons', 'if_indextoname', 'if_nameindex', 'if_nametoindex', 'inet_aton', 'inet_ntoa', 'inet_ntop', 'inet_pton', 'ntohl', 'ntohs', 'setdefaulttimeout', 'socket', 'timeout', 'errorTab', 'fromshare', 'socketpair'] error: socketserver module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['BaseRequestHandler', 'BaseServer', 'DatagramRequestHandler', 'StreamRequestHandler', 'TCPServer', 'ThreadingMixIn', 'ThreadingTCPServer', 'ThreadingUDPServer', 'UDPServer', '_AddressType', '_RequestType'] Runtime: Names exported are: ['BaseRequestHandler', 'BaseServer', 'DatagramRequestHandler', 'StreamRequestHandler', 'TCPServer', 'ThreadingMixIn', 'ThreadingTCPServer', 'ThreadingUDPServer', 'UDPServer'] error: socketserver.__all__ is not present in stub Stub: MISSING Runtime: ['BaseServer', 'TCPServer', 'UDPServer', 'ThreadingUDPServer', 'ThreadingTCPServer', 'BaseRequestHandler', 'StreamRequestHandler', 'DatagramRequestHandler', 'ThreadingMixIn'] error: statistics module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['NormalDist', 'StatisticsError', 'correlation', 'covariance', 'fmean', 'geometric_mean', 'harmonic_mean', 'linear_regression', 'mean', 'median', 'median_grouped', 'median_high', 'median_low', 'mode', 'multimode', 'pstdev', 'pvariance', 'quantiles', 'stdev', 'variance', 'LinearRegression', '_HashableT', '_Number', '_NumberT'] Runtime: Names exported are: ['NormalDist', 'StatisticsError', 'correlation', 'covariance', 'fmean', 'geometric_mean', 'harmonic_mean', 'linear_regression', 'mean', 'median', 'median_grouped', 'median_high', 'median_low', 'mode', 'multimode', 'pstdev', 'pvariance', 'quantiles', 'stdev', 'variance'] error: statistics.__all__ is not present in stub Stub: MISSING Runtime: ['NormalDist', 'StatisticsError', 'correlation', 'covariance', 'fmean', 'geometric_mean', 'harmonic_mean', 'linear_regression', 'mean', 'median', 'median_grouped', 'median_high', 'median_low', 'mode', 'multimode', 'pstdev', 'pvariance', 'quantiles', 'stdev', 'variance'] error: string.__all__ is not present in stub Stub: MISSING Runtime: ['ascii_letters', 'ascii_lowercase', 'ascii_uppercase', 'capwords', 'digits', 'hexdigits', 'octdigits', 'printable', 'punctuation', 'whitespace', 'Formatter', 'Template'] error: struct.__all__ is not present in stub Stub: MISSING Runtime: ['calcsize', 'pack', 'pack_into', 'unpack', 'unpack_from', 'iter_unpack', 'Struct', 'error'] error: subprocess module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['ABOVE_NORMAL_PRIORITY_CLASS', 'BELOW_NORMAL_PRIORITY_CLASS', 'CREATE_BREAKAWAY_FROM_JOB', 'CREATE_DEFAULT_ERROR_MODE', 'CREATE_NEW_CONSOLE', 'CREATE_NEW_PROCESS_GROUP', 'CREATE_NO_WINDOW', 'CalledProcessError', 'CompletedProcess', 'DETACHED_PROCESS', 'DEVNULL', 'HIGH_PRIORITY_CLASS', 'IDLE_PRIORITY_CLASS', 'NORMAL_PRIORITY_CLASS', 'PIPE', 'Popen', 'REALTIME_PRIORITY_CLASS', 'STARTF_USESHOWWINDOW', 'STARTF_USESTDHANDLES', 'STARTUPINFO', 'STDOUT', 'STD_ERROR_HANDLE', 'STD_INPUT_HANDLE', 'STD_OUTPUT_HANDLE', 'SW_HIDE', 'SubprocessError', 'TimeoutExpired', 'call', 'check_call', 'check_output', 'getoutput', 'getstatusoutput', 'run', '_CMD', '_ENV', '_FILE', '_T', '_TXT', 'list2cmdline'] Runtime: Names exported are: ['ABOVE_NORMAL_PRIORITY_CLASS', 'BELOW_NORMAL_PRIORITY_CLASS', 'CREATE_BREAKAWAY_FROM_JOB', 'CREATE_DEFAULT_ERROR_MODE', 'CREATE_NEW_CONSOLE', 'CREATE_NEW_PROCESS_GROUP', 'CREATE_NO_WINDOW', 'CalledProcessError', 'CompletedProcess', 'DETACHED_PROCESS', 'DEVNULL', 'HIGH_PRIORITY_CLASS', 'IDLE_PRIORITY_CLASS', 'NORMAL_PRIORITY_CLASS', 'PIPE', 'Popen', 'REALTIME_PRIORITY_CLASS', 'STARTF_USESHOWWINDOW', 'STARTF_USESTDHANDLES', 'STARTUPINFO', 'STDOUT', 'STD_ERROR_HANDLE', 'STD_INPUT_HANDLE', 'STD_OUTPUT_HANDLE', 'SW_HIDE', 'SubprocessError', 'TimeoutExpired', 'call', 'check_call', 'check_output', 'getoutput', 'getstatusoutput', 'run'] error: subprocess.__all__ is not present in stub Stub: MISSING Runtime: ['Popen', 'PIPE', 'STDOUT', 'call', 'check_call', 'getstatusoutput', 'getoutput', 'check_output', 'run', 'CalledProcessError', 'DEVNULL', 'SubprocessError', 'TimeoutExpired', 'CompletedProcess', 'CREATE_NEW_CONSOLE', 'CREATE_NEW_PROCESS_GROUP', 'STD_INPUT_HANDLE', 'STD_OUTPUT_HANDLE', 'STD_ERROR_HANDLE', 'SW_HIDE', 'STARTF_USESTDHANDLES', 'STARTF_USESHOWWINDOW', 'STARTUPINFO', 'ABOVE_NORMAL_PRIORITY_CLASS', 'BELOW_NORMAL_PRIORITY_CLASS', 'HIGH_PRIORITY_CLASS', 'IDLE_PRIORITY_CLASS', 'NORMAL_PRIORITY_CLASS', 'REALTIME_PRIORITY_CLASS', 'CREATE_NO_WINDOW', 'DETACHED_PROCESS', 'CREATE_DEFAULT_ERROR_MODE', 'CREATE_BREAKAWAY_FROM_JOB'] error: symtable module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Class', 'Function', 'Symbol', 'SymbolTable', 'symtable', 'SymbolTableFactory'] Runtime: Names exported are: ['Class', 'Function', 'Symbol', 'SymbolTable', 'symtable'] error: symtable.__all__ is not present in stub Stub: MISSING Runtime: ['symtable', 'SymbolTable', 'Class', 'Function', 'Symbol'] error: sysconfig module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['get_config_h_filename', 'get_config_var', 'get_config_vars', 'get_makefile_filename', 'get_path', 'get_path_names', 'get_paths', 'get_platform', 'get_python_version', 'get_scheme_names', 'parse_config_h', 'is_python_build'] Runtime: Names exported are: ['get_config_h_filename', 'get_config_var', 'get_config_vars', 'get_makefile_filename', 'get_path', 'get_path_names', 'get_paths', 'get_platform', 'get_python_version', 'get_scheme_names', 'parse_config_h'] error: sysconfig.__all__ is not present in stub Stub: MISSING Runtime: ['get_config_h_filename', 'get_config_var', 'get_config_vars', 'get_makefile_filename', 'get_path', 'get_path_names', 'get_paths', 'get_platform', 'get_python_version', 'get_scheme_names', 'parse_config_h'] error: tabnanny module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['NannyNag', 'check', 'process_tokens', 'filename_only', 'verbose'] Runtime: Names exported are: ['NannyNag', 'check', 'process_tokens'] error: tabnanny.__all__ is not present in stub Stub: MISSING Runtime: ['check', 'NannyNag', 'process_tokens'] error: tarfile module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['CompressionError', 'DEFAULT_FORMAT', 'ENCODING', 'ExtractError', 'GNU_FORMAT', 'HeaderError', 'PAX_FORMAT', 'ReadError', 'StreamError', 'TarError', 'TarFile', 'TarInfo', 'USTAR_FORMAT', 'is_tarfile', 'open', 'AREGTYPE', 'BLKTYPE', 'BLOCKSIZE', 'CHRTYPE', 'CONTTYPE', 'DIRTYPE', 'ExFileObject', 'FIFOTYPE', 'GNUTYPE_LONGLINK', 'GNUTYPE_LONGNAME', 'GNUTYPE_SPARSE', 'GNU_MAGIC', 'GNU_TYPES', 'LENGTH_LINK', 'LENGTH_NAME', 'LENGTH_PREFIX', 'LNKTYPE', 'NUL', 'PAX_FIELDS', 'PAX_NAME_FIELDS', 'PAX_NUMBER_FIELDS', 'POSIX_MAGIC', 'RECORDSIZE', 'REGTYPE', 'REGULAR_TYPES', 'SOLARIS_XHDTYPE', 'SUPPORTED_TYPES', 'SYMTYPE', 'XGLTYPE', 'XHDTYPE', '_Bz2ReadableFileobj', '_Bz2WritableFileobj', '_Fileobj', '_list'] Runtime: Names exported are: ['CompressionError', 'DEFAULT_FORMAT', 'ENCODING', 'ExtractError', 'GNU_FORMAT', 'HeaderError', 'PAX_FORMAT', 'ReadError', 'StreamError', 'TarError', 'TarFile', 'TarInfo', 'USTAR_FORMAT', 'is_tarfile', 'open'] error: tarfile.__all__ is not present in stub Stub: MISSING Runtime: ['TarFile', 'TarInfo', 'is_tarfile', 'TarError', 'ReadError', 'CompressionError', 'StreamError', 'ExtractError', 'HeaderError', 'ENCODING', 'USTAR_FORMAT', 'GNU_FORMAT', 'PAX_FORMAT', 'DEFAULT_FORMAT', 'open'] error: telnetlib module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Telnet', 'AO', 'AUTHENTICATION', 'AYT', 'BINARY', 'BM', 'BRK', 'CHARSET', 'COM_PORT_OPTION', 'DEBUGLEVEL', 'DET', 'DM', 'DO', 'DONT', 'EC', 'ECHO', 'EL', 'ENCRYPT', 'EOR', 'EXOPL', 'FORWARD_X', 'GA', 'IAC', 'IP', 'KERMIT', 'LFLOW', 'LINEMODE', 'LOGOUT', 'NAMS', 'NAOCRD', 'NAOFFD', 'NAOHTD', 'NAOHTS', 'NAOL', 'NAOLFD', 'NAOP', 'NAOVTD', 'NAOVTS', 'NAWS', 'NEW_ENVIRON', 'NOOPT', 'NOP', 'OLD_ENVIRON', 'OUTMRK', 'PRAGMA_HEARTBEAT', 'PRAGMA_LOGON', 'RCP', 'RCTE', 'RSP', 'SB', 'SE', 'SEND_URL', 'SGA', 'SNDLOC', 'SSPI_LOGON', 'STATUS', 'SUPDUP', 'SUPDUPOUTPUT', 'SUPPRESS_LOCAL_ECHO', 'TELNET_PORT', 'TLS', 'TM', 'TN3270E', 'TSPEED', 'TTYLOC', 'TTYPE', 'TUID', 'VT3270REGIME', 'WILL', 'WONT', 'X3PAD', 'XASCII', 'XAUTH', 'XDISPLOC', 'theNULL'] Runtime: Names exported are: ['Telnet'] error: telnetlib.__all__ is not present in stub Stub: MISSING Runtime: ['Telnet'] error: tempfile module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['NamedTemporaryFile', 'SpooledTemporaryFile', 'TMP_MAX', 'TemporaryDirectory', 'TemporaryFile', 'gettempdir', 'gettempdirb', 'gettempprefix', 'gettempprefixb', 'mkdtemp', 'mkstemp', 'mktemp', 'tempdir', '_DirT', '_TemporaryFileWrapper', 'template'] Runtime: Names exported are: ['NamedTemporaryFile', 'SpooledTemporaryFile', 'TMP_MAX', 'TemporaryDirectory', 'TemporaryFile', 'gettempdir', 'gettempdirb', 'gettempprefix', 'gettempprefixb', 'mkdtemp', 'mkstemp', 'mktemp', 'tempdir'] error: tempfile.__all__ is not present in stub Stub: MISSING Runtime: ['NamedTemporaryFile', 'TemporaryFile', 'SpooledTemporaryFile', 'TemporaryDirectory', 'mkstemp', 'mkdtemp', 'mktemp', 'TMP_MAX', 'gettempprefix', 'tempdir', 'gettempdir', 'gettempprefixb', 'gettempdirb'] error: textwrap.__all__ is not present in stub Stub: MISSING Runtime: ['TextWrapper', 'wrap', 'fill', 'dedent', 'indent', 'shorten'] error: timeit module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Timer', 'default_timer', 'repeat', 'timeit', '_Stmt', '_Timer', 'main'] Runtime: Names exported are: ['Timer', 'default_timer', 'repeat', 'timeit'] error: timeit.__all__ is not present in stub Stub: MISSING Runtime: ['Timer', 'timeit', 'repeat', 'default_timer'] error: tkinter module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['ACTIVE', 'ALL', 'ANCHOR', 'ARC', 'BASELINE', 'BEVEL', 'BOTH', 'BOTTOM', 'BROWSE', 'BUTT', 'BaseWidget', 'BitmapImage', 'BooleanVar', 'Button', 'CASCADE', 'CENTER', 'CHAR', 'CHECKBUTTON', 'CHORD', 'COMMAND', 'CURRENT', 'CallWrapper', 'Canvas', 'Checkbutton', 'DISABLED', 'DOTBOX', 'DoubleVar', 'E', 'END', 'EW', 'EXCEPTION', 'EXTENDED', 'Entry', 'Event', 'EventType', 'FALSE', 'FIRST', 'FLAT', 'Frame', 'GROOVE', 'Grid', 'HIDDEN', 'HORIZONTAL', 'INSERT', 'INSIDE', 'Image', 'IntVar', 'LAST', 'LEFT', 'Label', 'LabelFrame', 'Listbox', 'MITER', 'MOVETO', 'MULTIPLE', 'Menu', 'Menubutton', 'Message', 'Misc', 'N', 'NE', 'NO', 'NONE', 'NORMAL', 'NS', 'NSEW', 'NUMERIC', 'NW', 'NoDefaultRoot', 'OFF', 'ON', 'OUTSIDE', 'OptionMenu', 'PAGES', 'PIESLICE', 'PROJECTING', 'Pack', 'PanedWindow', 'PhotoImage', 'Place', 'RADIOBUTTON', 'RAISED', 'READABLE', 'RIDGE', 'RIGHT', 'ROUND', 'Radiobutton', 'S', 'SCROLL', 'SE', 'SEL', 'SEL_FIRST', 'SEL_LAST', 'SEPARATOR', 'SINGLE', 'SOLID', 'SUNKEN', 'SW', 'Scale', 'Scrollbar', 'Spinbox', 'StringVar', 'TOP', 'TRUE', 'Tcl', 'TclError', 'TclVersion', 'Text', 'Tk', 'TkVersion', 'Toplevel', 'UNDERLINE', 'UNITS', 'VERTICAL', 'Variable', 'W', 'WORD', 'WRITABLE', 'Widget', 'Wm', 'X', 'XView', 'Y', 'YES', 'YView', 'getboolean', 'getdouble', 'getint', 'image_names', 'image_types', 'mainloop', '_Anchor', '_Bitmap', '_ButtonCommand', '_CanvasItemId', '_Color', '_Compound', '_Cursor', '_EntryIndex', '_EntryValidateCommand', '_ExceptionReportingCallback', '_GridIndex', '_GridIndexInfo', '_GridInfo', '_Image', '_ImageSpec', '_InMiscNonTotal', '_InMiscTotal', '_MenuIndex', '_PackInfo', '_Padding', '_PlaceInfo', '_Relief', '_ScreenUnits', '_TakeFocusValue', '_TextIndex', '_TraceMode', '_W', '_W_co', '_XYScrollCommand', '__path__', '_setit', 'wantobjects'] Runtime: Names exported are: ['ACTIVE', 'ALL', 'ANCHOR', 'ARC', 'BASELINE', 'BEVEL', 'BOTH', 'BOTTOM', 'BROWSE', 'BUTT', 'BaseWidget', 'BitmapImage', 'BooleanVar', 'Button', 'CASCADE', 'CENTER', 'CHAR', 'CHECKBUTTON', 'CHORD', 'COMMAND', 'CURRENT', 'CallWrapper', 'Canvas', 'Checkbutton', 'DISABLED', 'DOTBOX', 'DoubleVar', 'E', 'END', 'EW', 'EXCEPTION', 'EXTENDED', 'Entry', 'Event', 'EventType', 'FALSE', 'FIRST', 'FLAT', 'Frame', 'GROOVE', 'Grid', 'HIDDEN', 'HORIZONTAL', 'INSERT', 'INSIDE', 'Image', 'IntVar', 'LAST', 'LEFT', 'Label', 'LabelFrame', 'Listbox', 'MITER', 'MOVETO', 'MULTIPLE', 'Menu', 'Menubutton', 'Message', 'Misc', 'N', 'NE', 'NO', 'NONE', 'NORMAL', 'NS', 'NSEW', 'NUMERIC', 'NW', 'NoDefaultRoot', 'OFF', 'ON', 'OUTSIDE', 'OptionMenu', 'PAGES', 'PIESLICE', 'PROJECTING', 'Pack', 'PanedWindow', 'PhotoImage', 'Place', 'RADIOBUTTON', 'RAISED', 'READABLE', 'RIDGE', 'RIGHT', 'ROUND', 'Radiobutton', 'S', 'SCROLL', 'SE', 'SEL', 'SEL_FIRST', 'SEL_LAST', 'SEPARATOR', 'SINGLE', 'SOLID', 'SUNKEN', 'SW', 'Scale', 'Scrollbar', 'Spinbox', 'StringVar', 'TOP', 'TRUE', 'Tcl', 'TclError', 'TclVersion', 'Text', 'Tk', 'TkVersion', 'Toplevel', 'UNDERLINE', 'UNITS', 'VERTICAL', 'Variable', 'W', 'WORD', 'WRITABLE', 'Widget', 'Wm', 'X', 'XView', 'Y', 'YES', 'YView', 'getboolean', 'getdouble', 'getint', 'image_names', 'image_types', 'mainloop'] error: tkinter.__all__ is not present in stub Stub: MISSING Runtime: ['TclError', 'NO', 'FALSE', 'OFF', 'YES', 'TRUE', 'ON', 'N', 'S', 'W', 'E', 'NW', 'SW', 'NE', 'SE', 'NS', 'EW', 'NSEW', 'CENTER', 'NONE', 'X', 'Y', 'BOTH', 'LEFT', 'TOP', 'RIGHT', 'BOTTOM', 'RAISED', 'SUNKEN', 'FLAT', 'RIDGE', 'GROOVE', 'SOLID', 'HORIZONTAL', 'VERTICAL', 'NUMERIC', 'CHAR', 'WORD', 'BASELINE', 'INSIDE', 'OUTSIDE', 'SEL', 'SEL_FIRST', 'SEL_LAST', 'END', 'INSERT', 'CURRENT', 'ANCHOR', 'ALL', 'NORMAL', 'DISABLED', 'ACTIVE', 'HIDDEN', 'CASCADE', 'CHECKBUTTON', 'COMMAND', 'RADIOBUTTON', 'SEPARATOR', 'SINGLE', 'BROWSE', 'MULTIPLE', 'EXTENDED', 'DOTBOX', 'UNDERLINE', 'PIESLICE', 'CHORD', 'ARC', 'FIRST', 'LAST', 'BUTT', 'PROJECTING', 'ROUND', 'BEVEL', 'MITER', 'MOVETO', 'SCROLL', 'UNITS', 'PAGES', 'TkVersion', 'TclVersion', 'READABLE', 'WRITABLE', 'EXCEPTION', 'EventType', 'Event', 'NoDefaultRoot', 'Variable', 'StringVar', 'IntVar', 'DoubleVar', 'BooleanVar', 'mainloop', 'getint', 'getdouble', 'getboolean', 'Misc', 'CallWrapper', 'XView', 'YView', 'Wm', 'Tk', 'Tcl', 'Pack', 'Place', 'Grid', 'BaseWidget', 'Widget', 'Toplevel', 'Button', 'Canvas', 'Checkbutton', 'Entry', 'Frame', 'Label', 'Listbox', 'Menu', 'Menubutton', 'Message', 'Radiobutton', 'Scale', 'Scrollbar', 'Text', 'OptionMenu', 'Image', 'PhotoImage', 'BitmapImage', 'image_names', 'image_types', 'Spinbox', 'LabelFrame', 'PanedWindow'] error: tkinter.colorchooser.__all__ is not present in stub Stub: MISSING Runtime: ['Chooser', 'askcolor'] error: tkinter.commondialog.__all__ is not present in stub Stub: MISSING Runtime: ['Dialog'] error: tkinter.dialog module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Dialog', 'DIALOG_ICON'] Runtime: Names exported are: ['Dialog'] error: tkinter.dialog.__all__ is not present in stub Stub: MISSING Runtime: ['Dialog'] error: tkinter.dnd module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['DndHandler', 'dnd_start', '_DndSource'] Runtime: Names exported are: ['DndHandler', 'dnd_start'] error: tkinter.dnd.__all__ is not present in stub Stub: MISSING Runtime: ['dnd_start', 'DndHandler'] error: tkinter.filedialog module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Directory', 'FileDialog', 'LoadFileDialog', 'Open', 'SaveAs', 'SaveFileDialog', 'askdirectory', 'askopenfile', 'askopenfilename', 'askopenfilenames', 'askopenfiles', 'asksaveasfile', 'asksaveasfilename', '_Dialog', 'dialogstates', 'test'] Runtime: Names exported are: ['Directory', 'FileDialog', 'LoadFileDialog', 'Open', 'SaveAs', 'SaveFileDialog', 'askdirectory', 'askopenfile', 'askopenfilename', 'askopenfilenames', 'askopenfiles', 'asksaveasfile', 'asksaveasfilename'] error: tkinter.filedialog.__all__ is not present in stub Stub: MISSING Runtime: ['FileDialog', 'LoadFileDialog', 'SaveFileDialog', 'Open', 'SaveAs', 'Directory', 'askopenfilename', 'asksaveasfilename', 'askopenfilenames', 'askopenfile', 'askopenfiles', 'asksaveasfile', 'askdirectory'] error: tkinter.font module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['BOLD', 'Font', 'ITALIC', 'NORMAL', 'ROMAN', 'families', 'names', 'nametofont', '_FontDescription', '_FontDict', '_MetricsDict'] Runtime: Names exported are: ['BOLD', 'Font', 'ITALIC', 'NORMAL', 'ROMAN', 'families', 'names', 'nametofont'] error: tkinter.font.__all__ is not present in stub Stub: MISSING Runtime: ['NORMAL', 'ROMAN', 'BOLD', 'ITALIC', 'nametofont', 'Font', 'families', 'names'] error: tkinter.messagebox module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['askokcancel', 'askquestion', 'askretrycancel', 'askyesno', 'askyesnocancel', 'showerror', 'showinfo', 'showwarning', 'ABORT', 'ABORTRETRYIGNORE', 'CANCEL', 'ERROR', 'IGNORE', 'INFO', 'Message', 'NO', 'OK', 'OKCANCEL', 'QUESTION', 'RETRY', 'RETRYCANCEL', 'WARNING', 'YES', 'YESNO', 'YESNOCANCEL'] Runtime: Names exported are: ['askokcancel', 'askquestion', 'askretrycancel', 'askyesno', 'askyesnocancel', 'showerror', 'showinfo', 'showwarning'] error: tkinter.messagebox.__all__ is not present in stub Stub: MISSING Runtime: ['showinfo', 'showwarning', 'showerror', 'askquestion', 'askokcancel', 'askyesno', 'askyesnocancel', 'askretrycancel'] error: tkinter.scrolledtext.__all__ is not present in stub Stub: MISSING Runtime: ['ScrolledText'] error: tkinter.ttk module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Button', 'Checkbutton', 'Combobox', 'Entry', 'Frame', 'Label', 'LabelFrame', 'LabeledScale', 'Labelframe', 'Menubutton', 'Notebook', 'OptionMenu', 'PanedWindow', 'Panedwindow', 'Progressbar', 'Radiobutton', 'Scale', 'Scrollbar', 'Separator', 'Sizegrip', 'Spinbox', 'Style', 'Treeview', 'setup_master', 'tclobjs_to_py', 'Widget', '_TreeviewColumnDict', '_TreeviewColumnId', '_TreeviewHeaderDict', '_TreeviewItemDict', '_TreeviewTagDict', '_TtkCompound'] Runtime: Names exported are: ['Button', 'Checkbutton', 'Combobox', 'Entry', 'Frame', 'Label', 'LabelFrame', 'LabeledScale', 'Labelframe', 'Menubutton', 'Notebook', 'OptionMenu', 'PanedWindow', 'Panedwindow', 'Progressbar', 'Radiobutton', 'Scale', 'Scrollbar', 'Separator', 'Sizegrip', 'Spinbox', 'Style', 'Treeview', 'setup_master', 'tclobjs_to_py'] error: tkinter.ttk.__all__ is not present in stub Stub: MISSING Runtime: ['Button', 'Checkbutton', 'Combobox', 'Entry', 'Frame', 'Label', 'Labelframe', 'LabelFrame', 'Menubutton', 'Notebook', 'Panedwindow', 'PanedWindow', 'Progressbar', 'Radiobutton', 'Scale', 'Scrollbar', 'Separator', 'Sizegrip', 'Spinbox', 'Style', 'Treeview', 'LabeledScale', 'OptionMenu', 'tclobjs_to_py', 'setup_master'] error: token module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['AMPER', 'AMPEREQUAL', 'ASYNC', 'AT', 'ATEQUAL', 'AWAIT', 'CIRCUMFLEX', 'CIRCUMFLEXEQUAL', 'COLON', 'COLONEQUAL', 'COMMA', 'COMMENT', 'DEDENT', 'DOT', 'DOUBLESLASH', 'DOUBLESLASHEQUAL', 'DOUBLESTAR', 'DOUBLESTAREQUAL', 'ELLIPSIS', 'ENCODING', 'ENDMARKER', 'EQEQUAL', 'EQUAL', 'ERRORTOKEN', 'GREATER', 'GREATEREQUAL', 'INDENT', 'ISEOF', 'ISNONTERMINAL', 'ISTERMINAL', 'LBRACE', 'LEFTSHIFT', 'LEFTSHIFTEQUAL', 'LESS', 'LESSEQUAL', 'LPAR', 'LSQB', 'MINEQUAL', 'MINUS', 'NAME', 'NEWLINE', 'NL', 'NOTEQUAL', 'NT_OFFSET', 'NUMBER', 'N_TOKENS', 'OP', 'PERCENT', 'PERCENTEQUAL', 'PLUS', 'PLUSEQUAL', 'RARROW', 'RBRACE', 'RIGHTSHIFT', 'RIGHTSHIFTEQUAL', 'RPAR', 'RSQB', 'SEMI', 'SLASH', 'SLASHEQUAL', 'SOFT_KEYWORD', 'STAR', 'STAREQUAL', 'STRING', 'TILDE', 'TYPE_COMMENT', 'TYPE_IGNORE', 'VBAR', 'VBAREQUAL', 'tok_name', 'EXACT_TOKEN_TYPES'] Runtime: Names exported are: ['AMPER', 'AMPEREQUAL', 'ASYNC', 'AT', 'ATEQUAL', 'AWAIT', 'CIRCUMFLEX', 'CIRCUMFLEXEQUAL', 'COLON', 'COLONEQUAL', 'COMMA', 'COMMENT', 'DEDENT', 'DOT', 'DOUBLESLASH', 'DOUBLESLASHEQUAL', 'DOUBLESTAR', 'DOUBLESTAREQUAL', 'ELLIPSIS', 'ENCODING', 'ENDMARKER', 'EQEQUAL', 'EQUAL', 'ERRORTOKEN', 'GREATER', 'GREATEREQUAL', 'INDENT', 'ISEOF', 'ISNONTERMINAL', 'ISTERMINAL', 'LBRACE', 'LEFTSHIFT', 'LEFTSHIFTEQUAL', 'LESS', 'LESSEQUAL', 'LPAR', 'LSQB', 'MINEQUAL', 'MINUS', 'NAME', 'NEWLINE', 'NL', 'NOTEQUAL', 'NT_OFFSET', 'NUMBER', 'N_TOKENS', 'OP', 'PERCENT', 'PERCENTEQUAL', 'PLUS', 'PLUSEQUAL', 'RARROW', 'RBRACE', 'RIGHTSHIFT', 'RIGHTSHIFTEQUAL', 'RPAR', 'RSQB', 'SEMI', 'SLASH', 'SLASHEQUAL', 'SOFT_KEYWORD', 'STAR', 'STAREQUAL', 'STRING', 'TILDE', 'TYPE_COMMENT', 'TYPE_IGNORE', 'VBAR', 'VBAREQUAL', 'tok_name'] error: token.__all__ is not present in stub Stub: MISSING Runtime: ['tok_name', 'ISTERMINAL', 'ISNONTERMINAL', 'ISEOF', 'ENDMARKER', 'NAME', 'NUMBER', 'STRING', 'NEWLINE', 'INDENT', 'DEDENT', 'LPAR', 'RPAR', 'LSQB', 'RSQB', 'COLON', 'COMMA', 'SEMI', 'PLUS', 'MINUS', 'STAR', 'SLASH', 'VBAR', 'AMPER', 'LESS', 'GREATER', 'EQUAL', 'DOT', 'PERCENT', 'LBRACE', 'RBRACE', 'EQEQUAL', 'NOTEQUAL', 'LESSEQUAL', 'GREATEREQUAL', 'TILDE', 'CIRCUMFLEX', 'LEFTSHIFT', 'RIGHTSHIFT', 'DOUBLESTAR', 'PLUSEQUAL', 'MINEQUAL', 'STAREQUAL', 'SLASHEQUAL', 'PERCENTEQUAL', 'AMPEREQUAL', 'VBAREQUAL', 'CIRCUMFLEXEQUAL', 'LEFTSHIFTEQUAL', 'RIGHTSHIFTEQUAL', 'DOUBLESTAREQUAL', 'DOUBLESLASH', 'DOUBLESLASHEQUAL', 'AT', 'ATEQUAL', 'RARROW', 'ELLIPSIS', 'COLONEQUAL', 'OP', 'AWAIT', 'ASYNC', 'TYPE_IGNORE', 'TYPE_COMMENT', 'SOFT_KEYWORD', 'ERRORTOKEN', 'COMMENT', 'NL', 'ENCODING', 'N_TOKENS', 'NT_OFFSET'] error: tokenize module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['AMPER', 'AMPEREQUAL', 'ASYNC', 'AT', 'ATEQUAL', 'AWAIT', 'CIRCUMFLEX', 'CIRCUMFLEXEQUAL', 'COLON', 'COLONEQUAL', 'COMMA', 'COMMENT', 'DEDENT', 'DOT', 'DOUBLESLASH', 'DOUBLESLASHEQUAL', 'DOUBLESTAR', 'DOUBLESTAREQUAL', 'ELLIPSIS', 'ENCODING', 'ENDMARKER', 'EQEQUAL', 'EQUAL', 'ERRORTOKEN', 'GREATER', 'GREATEREQUAL', 'INDENT', 'ISEOF', 'ISNONTERMINAL', 'ISTERMINAL', 'LBRACE', 'LEFTSHIFT', 'LEFTSHIFTEQUAL', 'LESS', 'LESSEQUAL', 'LPAR', 'LSQB', 'MINEQUAL', 'MINUS', 'NAME', 'NEWLINE', 'NL', 'NOTEQUAL', 'NT_OFFSET', 'NUMBER', 'N_TOKENS', 'OP', 'PERCENT', 'PERCENTEQUAL', 'PLUS', 'PLUSEQUAL', 'RARROW', 'RBRACE', 'RIGHTSHIFT', 'RIGHTSHIFTEQUAL', 'RPAR', 'RSQB', 'SEMI', 'SLASH', 'SLASHEQUAL', 'SOFT_KEYWORD', 'STAR', 'STAREQUAL', 'STRING', 'TILDE', 'TYPE_COMMENT', 'TYPE_IGNORE', 'TokenInfo', 'VBAR', 'VBAREQUAL', 'detect_encoding', 'generate_tokens', 'tok_name', 'tokenize', 'untokenize', 'Binnumber', 'Comment', 'ContStr', 'Decnumber', 'Double', 'Double3', 'EXACT_TOKEN_TYPES', 'Expfloat', 'Exponent', 'Floatnumber', 'Funny', 'Hexnumber', 'Ignore', 'Imagnumber', 'Intnumber', 'Name', 'Number', 'Octnumber', 'PlainToken', 'Pointfloat', 'PseudoExtras', 'PseudoToken', 'Single', 'Single3', 'Special', 'StopTokenizing', 'String', 'StringPrefix', 'Token', 'TokenError', 'Triple', 'Untokenizer', 'Whitespace', '_Position', '_Token', '_TokenInfo', '_all_string_prefixes', 'any', 'blank_re', 'cookie_re', 'endpats', 'group', 'maybe', 'open', 'single_quoted', 'tabsize', 'triple_quoted'] Runtime: Names exported are: ['AMPER', 'AMPEREQUAL', 'ASYNC', 'AT', 'ATEQUAL', 'AWAIT', 'CIRCUMFLEX', 'CIRCUMFLEXEQUAL', 'COLON', 'COLONEQUAL', 'COMMA', 'COMMENT', 'DEDENT', 'DOT', 'DOUBLESLASH', 'DOUBLESLASHEQUAL', 'DOUBLESTAR', 'DOUBLESTAREQUAL', 'ELLIPSIS', 'ENCODING', 'ENDMARKER', 'EQEQUAL', 'EQUAL', 'ERRORTOKEN', 'GREATER', 'GREATEREQUAL', 'INDENT', 'ISEOF', 'ISNONTERMINAL', 'ISTERMINAL', 'LBRACE', 'LEFTSHIFT', 'LEFTSHIFTEQUAL', 'LESS', 'LESSEQUAL', 'LPAR', 'LSQB', 'MINEQUAL', 'MINUS', 'NAME', 'NEWLINE', 'NL', 'NOTEQUAL', 'NT_OFFSET', 'NUMBER', 'N_TOKENS', 'OP', 'PERCENT', 'PERCENTEQUAL', 'PLUS', 'PLUSEQUAL', 'RARROW', 'RBRACE', 'RIGHTSHIFT', 'RIGHTSHIFTEQUAL', 'RPAR', 'RSQB', 'SEMI', 'SLASH', 'SLASHEQUAL', 'SOFT_KEYWORD', 'STAR', 'STAREQUAL', 'STRING', 'TILDE', 'TYPE_COMMENT', 'TYPE_IGNORE', 'TokenInfo', 'VBAR', 'VBAREQUAL', 'detect_encoding', 'generate_tokens', 'tok_name', 'tokenize', 'untokenize'] error: tokenize.__all__ is not present in stub Stub: MISSING Runtime: ['tok_name', 'ISTERMINAL', 'ISNONTERMINAL', 'ISEOF', 'ENDMARKER', 'NAME', 'NUMBER', 'STRING', 'NEWLINE', 'INDENT', 'DEDENT', 'LPAR', 'RPAR', 'LSQB', 'RSQB', 'COLON', 'COMMA', 'SEMI', 'PLUS', 'MINUS', 'STAR', 'SLASH', 'VBAR', 'AMPER', 'LESS', 'GREATER', 'EQUAL', 'DOT', 'PERCENT', 'LBRACE', 'RBRACE', 'EQEQUAL', 'NOTEQUAL', 'LESSEQUAL', 'GREATEREQUAL', 'TILDE', 'CIRCUMFLEX', 'LEFTSHIFT', 'RIGHTSHIFT', 'DOUBLESTAR', 'PLUSEQUAL', 'MINEQUAL', 'STAREQUAL', 'SLASHEQUAL', 'PERCENTEQUAL', 'AMPEREQUAL', 'VBAREQUAL', 'CIRCUMFLEXEQUAL', 'LEFTSHIFTEQUAL', 'RIGHTSHIFTEQUAL', 'DOUBLESTAREQUAL', 'DOUBLESLASH', 'DOUBLESLASHEQUAL', 'AT', 'ATEQUAL', 'RARROW', 'ELLIPSIS', 'COLONEQUAL', 'OP', 'AWAIT', 'ASYNC', 'TYPE_IGNORE', 'TYPE_COMMENT', 'SOFT_KEYWORD', 'ERRORTOKEN', 'COMMENT', 'NL', 'ENCODING', 'N_TOKENS', 'NT_OFFSET', 'tokenize', 'generate_tokens', 'detect_encoding', 'untokenize', 'TokenInfo'] error: trace module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['CoverageResults', 'Trace', '_P', '_T', '_fileModuleFunction', '_localtrace'] Runtime: Names exported are: ['CoverageResults', 'Trace'] error: trace.__all__ is not present in stub Stub: MISSING Runtime: ['Trace', 'CoverageResults'] error: traceback module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['FrameSummary', 'StackSummary', 'TracebackException', 'clear_frames', 'extract_stack', 'extract_tb', 'format_exc', 'format_exception', 'format_exception_only', 'format_list', 'format_stack', 'format_tb', 'print_exc', 'print_exception', 'print_last', 'print_stack', 'print_tb', 'walk_stack', 'walk_tb', '_PT', 'print_list'] Runtime: Names exported are: ['FrameSummary', 'StackSummary', 'TracebackException', 'clear_frames', 'extract_stack', 'extract_tb', 'format_exc', 'format_exception', 'format_exception_only', 'format_list', 'format_stack', 'format_tb', 'print_exc', 'print_exception', 'print_last', 'print_stack', 'print_tb', 'walk_stack', 'walk_tb'] error: traceback.__all__ is not present in stub Stub: MISSING Runtime: ['extract_stack', 'extract_tb', 'format_exception', 'format_exception_only', 'format_list', 'format_stack', 'format_tb', 'print_exc', 'format_exc', 'print_exception', 'print_last', 'print_stack', 'print_tb', 'clear_frames', 'FrameSummary', 'StackSummary', 'TracebackException', 'walk_stack', 'walk_tb'] error: turtle module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Pen', 'RawPen', 'RawTurtle', 'Screen', 'ScrolledCanvas', 'Shape', 'Terminator', 'Turtle', 'TurtleScreen', 'Vec2D', 'addshape', 'back', 'backward', 'begin_fill', 'begin_poly', 'bgcolor', 'bgpic', 'bk', 'bye', 'circle', 'clear', 'clearscreen', 'clearstamp', 'clearstamps', 'clone', 'color', 'colormode', 'degrees', 'delay', 'distance', 'done', 'dot', 'down', 'end_fill', 'end_poly', 'exitonclick', 'fd', 'fillcolor', 'filling', 'forward', 'get_poly', 'get_shapepoly', 'getcanvas', 'getpen', 'getscreen', 'getshapes', 'getturtle', 'goto', 'heading', 'hideturtle', 'home', 'ht', 'isdown', 'isvisible', 'left', 'listen', 'lt', 'mainloop', 'mode', 'numinput', 'onclick', 'ondrag', 'onkey', 'onkeypress', 'onkeyrelease', 'onrelease', 'onscreenclick', 'ontimer', 'pd', 'pen', 'pencolor', 'pendown', 'pensize', 'penup', 'pos', 'position', 'pu', 'radians', 'register_shape', 'reset', 'resetscreen', 'resizemode', 'right', 'rt', 'screensize', 'seth', 'setheading', 'setpos', 'setposition', 'settiltangle', 'setundobuffer', 'setup', 'setworldcoordinates', 'setx', 'sety', 'shape', 'shapesize', 'shapetransform', 'shearfactor', 'showturtle', 'speed', 'st', 'stamp', 'textinput', 'tilt', 'tiltangle', 'title', 'towards', 'tracer', 'turtles', 'turtlesize', 'undo', 'undobufferentries', 'up', 'update', 'width', 'window_height', 'window_width', 'write', 'write_docstringdict', 'xcor', 'ycor', 'TNavigator', 'TPen', 'TurtleGraphicsError', 'TurtleScreenBase', '_AnyColor', '_Color', '_PenState', '_PolygonCoords', '_Screen', '_Speed'] Runtime: Names exported are: ['Pen', 'RawPen', 'RawTurtle', 'Screen', 'ScrolledCanvas', 'Shape', 'Terminator', 'Turtle', 'TurtleScreen', 'Vec2D', 'addshape', 'back', 'backward', 'begin_fill', 'begin_poly', 'bgcolor', 'bgpic', 'bk', 'bye', 'circle', 'clear', 'clearscreen', 'clearstamp', 'clearstamps', 'clone', 'color', 'colormode', 'degrees', 'delay', 'distance', 'done', 'dot', 'down', 'end_fill', 'end_poly', 'exitonclick', 'fd', 'fillcolor', 'filling', 'forward', 'get_poly', 'get_shapepoly', 'getcanvas', 'getpen', 'getscreen', 'getshapes', 'getturtle', 'goto', 'heading', 'hideturtle', 'home', 'ht', 'isdown', 'isvisible', 'left', 'listen', 'lt', 'mainloop', 'mode', 'numinput', 'onclick', 'ondrag', 'onkey', 'onkeypress', 'onkeyrelease', 'onrelease', 'onscreenclick', 'ontimer', 'pd', 'pen', 'pencolor', 'pendown', 'pensize', 'penup', 'pos', 'position', 'pu', 'radians', 'register_shape', 'reset', 'resetscreen', 'resizemode', 'right', 'rt', 'screensize', 'seth', 'setheading', 'setpos', 'setposition', 'settiltangle', 'setundobuffer', 'setup', 'setworldcoordinates', 'setx', 'sety', 'shape', 'shapesize', 'shapetransform', 'shearfactor', 'showturtle', 'speed', 'st', 'stamp', 'textinput', 'tilt', 'tiltangle', 'title', 'towards', 'tracer', 'turtles', 'turtlesize', 'undo', 'undobufferentries', 'up', 'update', 'width', 'window_height', 'window_width', 'write', 'write_docstringdict', 'xcor', 'ycor'] error: turtle.__all__ is not present in stub Stub: MISSING Runtime: ['ScrolledCanvas', 'TurtleScreen', 'Screen', 'RawTurtle', 'Turtle', 'RawPen', 'Pen', 'Shape', 'Vec2D', 'addshape', 'bgcolor', 'bgpic', 'bye', 'clearscreen', 'colormode', 'delay', 'exitonclick', 'getcanvas', 'getshapes', 'listen', 'mainloop', 'mode', 'numinput', 'onkey', 'onkeypress', 'onkeyrelease', 'onscreenclick', 'ontimer', 'register_shape', 'resetscreen', 'screensize', 'setup', 'setworldcoordinates', 'textinput', 'title', 'tracer', 'turtles', 'update', 'window_height', 'window_width', 'back', 'backward', 'begin_fill', 'begin_poly', 'bk', 'circle', 'clear', 'clearstamp', 'clearstamps', 'clone', 'color', 'degrees', 'distance', 'dot', 'down', 'end_fill', 'end_poly', 'fd', 'fillcolor', 'filling', 'forward', 'get_poly', 'getpen', 'getscreen', 'get_shapepoly', 'getturtle', 'goto', 'heading', 'hideturtle', 'home', 'ht', 'isdown', 'isvisible', 'left', 'lt', 'onclick', 'ondrag', 'onrelease', 'pd', 'pen', 'pencolor', 'pendown', 'pensize', 'penup', 'pos', 'position', 'pu', 'radians', 'right', 'reset', 'resizemode', 'rt', 'seth', 'setheading', 'setpos', 'setposition', 'settiltangle', 'setundobuffer', 'setx', 'sety', 'shape', 'shapesize', 'shapetransform', 'shearfactor', 'showturtle', 'speed', 'st', 'stamp', 'tilt', 'tiltangle', 'towards', 'turtlesize', 'undo', 'undobufferentries', 'up', 'width', 'write', 'xcor', 'ycor', 'write_docstringdict', 'done', 'Terminator'] error: types module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['AsyncGeneratorType', 'BuiltinFunctionType', 'BuiltinMethodType', 'CellType', 'ClassMethodDescriptorType', 'CodeType', 'CoroutineType', 'DynamicClassAttribute', 'EllipsisType', 'FrameType', 'FunctionType', 'GeneratorType', 'GenericAlias', 'GetSetDescriptorType', 'LambdaType', 'MappingProxyType', 'MemberDescriptorType', 'MethodDescriptorType', 'MethodType', 'MethodWrapperType', 'ModuleType', 'NoneType', 'NotImplementedType', 'SimpleNamespace', 'TracebackType', 'UnionType', 'WrapperDescriptorType', 'coroutine', 'new_class', 'prepare_class', 'resolve_bases', '_Cell', '_Fn', '_KT', '_P', '_R', '_StaticFunctionType', '_T1', '_T2', '_T_co', '_T_contra', '_VT_co', '_V_co'] Runtime: Names exported are: ['AsyncGeneratorType', 'BuiltinFunctionType', 'BuiltinMethodType', 'CellType', 'ClassMethodDescriptorType', 'CodeType', 'CoroutineType', 'DynamicClassAttribute', 'EllipsisType', 'FrameType', 'FunctionType', 'GeneratorType', 'GenericAlias', 'GetSetDescriptorType', 'LambdaType', 'MappingProxyType', 'MemberDescriptorType', 'MethodDescriptorType', 'MethodType', 'MethodWrapperType', 'ModuleType', 'NoneType', 'NotImplementedType', 'SimpleNamespace', 'TracebackType', 'UnionType', 'WrapperDescriptorType', 'coroutine', 'new_class', 'prepare_class', 'resolve_bases'] error: types.AsyncGeneratorType.__anext__ is an "async def" function in the stub, but not at runtime Stub: at line 239 def (self: types.AsyncGeneratorType[_T_co`1, _T_contra`2]) -> typing.Coroutine[Any, Any, _T_co`1] Runtime: def (self, /) error: types.AsyncGeneratorType.aclose is an "async def" function in the stub, but not at runtime Stub: at line 247 def (self: types.AsyncGeneratorType[_T_co`1, _T_contra`2]) -> typing.Coroutine[Any, Any, None] Runtime: error: types.AsyncGeneratorType.asend is an "async def" function in the stub, but not at runtime Stub: at line 240 def (self: types.AsyncGeneratorType[_T_co`1, _T_contra`2], _T_contra`2) -> typing.Coroutine[Any, Any, _T_co`1] Runtime: error: types.__all__ is not present in stub Stub: MISSING Runtime: ['FunctionType', 'LambdaType', 'CodeType', 'MappingProxyType', 'SimpleNamespace', 'CellType', 'GeneratorType', 'CoroutineType', 'AsyncGeneratorType', 'MethodType', 'BuiltinFunctionType', 'BuiltinMethodType', 'WrapperDescriptorType', 'MethodWrapperType', 'MethodDescriptorType', 'ClassMethodDescriptorType', 'ModuleType', 'TracebackType', 'FrameType', 'GetSetDescriptorType', 'MemberDescriptorType', 'new_class', 'resolve_bases', 'prepare_class', 'DynamicClassAttribute', 'coroutine', 'GenericAlias', 'UnionType', 'EllipsisType', 'NoneType', 'NotImplementedType'] error: typing module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['AbstractSet', 'Annotated', 'Any', 'AnyStr', 'AsyncContextManager', 'AsyncGenerator', 'AsyncIterable', 'AsyncIterator', 'Awaitable', 'BinaryIO', 'ByteString', 'Callable', 'ChainMap', 'ClassVar', 'Collection', 'Concatenate', 'Container', 'ContextManager', 'Coroutine', 'Counter', 'DefaultDict', 'Deque', 'Dict', 'Final', 'ForwardRef', 'FrozenSet', 'Generator', 'Generic', 'Hashable', 'IO', 'ItemsView', 'Iterable', 'Iterator', 'KeysView', 'List', 'Literal', 'Mapping', 'MappingView', 'Match', 'MutableMapping', 'MutableSequence', 'MutableSet', 'NamedTuple', 'NewType', 'NoReturn', 'Optional', 'OrderedDict', 'ParamSpec', 'ParamSpecArgs', 'ParamSpecKwargs', 'Pattern', 'Protocol', 'Reversible', 'Sequence', 'Set', 'Sized', 'SupportsAbs', 'SupportsBytes', 'SupportsComplex', 'SupportsFloat', 'SupportsIndex', 'SupportsInt', 'SupportsRound', 'TYPE_CHECKING', 'Text', 'TextIO', 'Tuple', 'Type', 'TypeAlias', 'TypeGuard', 'TypeVar', 'TypedDict', 'Union', 'ValuesView', 'cast', 'final', 'get_args', 'get_origin', 'get_type_hints', 'is_typeddict', 'no_type_check', 'no_type_check_decorator', 'overload', 'runtime_checkable', 'AwaitableGenerator', '_Alias', '_F', '_KT', '_KT_co', '_P', '_ProtocolMeta', '_S', '_SpecialForm', '_T', '_TC', '_T_co', '_T_contra', '_TypedDict', '_VT', '_VT_co', '_V_co', '_get_type_hints_obj_allowed_types', '_promote', 'type_check_only'] Runtime: Names exported are: ['AbstractSet', 'Annotated', 'Any', 'AnyStr', 'AsyncContextManager', 'AsyncGenerator', 'AsyncIterable', 'AsyncIterator', 'Awaitable', 'BinaryIO', 'ByteString', 'Callable', 'ChainMap', 'ClassVar', 'Collection', 'Concatenate', 'Container', 'ContextManager', 'Coroutine', 'Counter', 'DefaultDict', 'Deque', 'Dict', 'Final', 'ForwardRef', 'FrozenSet', 'Generator', 'Generic', 'Hashable', 'IO', 'ItemsView', 'Iterable', 'Iterator', 'KeysView', 'List', 'Literal', 'Mapping', 'MappingView', 'Match', 'MutableMapping', 'MutableSequence', 'MutableSet', 'NamedTuple', 'NewType', 'NoReturn', 'Optional', 'OrderedDict', 'ParamSpec', 'ParamSpecArgs', 'ParamSpecKwargs', 'Pattern', 'Protocol', 'Reversible', 'Sequence', 'Set', 'Sized', 'SupportsAbs', 'SupportsBytes', 'SupportsComplex', 'SupportsFloat', 'SupportsIndex', 'SupportsInt', 'SupportsRound', 'TYPE_CHECKING', 'Text', 'TextIO', 'Tuple', 'Type', 'TypeAlias', 'TypeGuard', 'TypeVar', 'TypedDict', 'Union', 'ValuesView', 'cast', 'final', 'get_args', 'get_origin', 'get_type_hints', 'is_typeddict', 'no_type_check', 'no_type_check_decorator', 'overload', 'runtime_checkable'] error: typing.__all__ is not present in stub Stub: MISSING Runtime: ['Annotated', 'Any', 'Callable', 'ClassVar', 'Concatenate', 'Final', 'ForwardRef', 'Generic', 'Literal', 'Optional', 'ParamSpec', 'Protocol', 'Tuple', 'Type', 'TypeVar', 'Union', 'AbstractSet', 'ByteString', 'Container', 'ContextManager', 'Hashable', 'ItemsView', 'Iterable', 'Iterator', 'KeysView', 'Mapping', 'MappingView', 'MutableMapping', 'MutableSequence', 'MutableSet', 'Sequence', 'Sized', 'ValuesView', 'Awaitable', 'AsyncIterator', 'AsyncIterable', 'Coroutine', 'Collection', 'AsyncGenerator', 'AsyncContextManager', 'Reversible', 'SupportsAbs', 'SupportsBytes', 'SupportsComplex', 'SupportsFloat', 'SupportsIndex', 'SupportsInt', 'SupportsRound', 'ChainMap', 'Counter', 'Deque', 'Dict', 'DefaultDict', 'List', 'OrderedDict', 'Set', 'FrozenSet', 'NamedTuple', 'TypedDict', 'Generator', 'BinaryIO', 'IO', 'Match', 'Pattern', 'TextIO', 'AnyStr', 'cast', 'final', 'get_args', 'get_origin', 'get_type_hints', 'is_typeddict', 'NewType', 'no_type_check', 'no_type_check_decorator', 'NoReturn', 'overload', 'ParamSpecArgs', 'ParamSpecKwargs', 'runtime_checkable', 'Text', 'TYPE_CHECKING', 'TypeAlias', 'TypeGuard'] error: typing_extensions module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Annotated', 'AsyncContextManager', 'AsyncGenerator', 'AsyncIterable', 'AsyncIterator', 'Awaitable', 'ChainMap', 'ClassVar', 'Concatenate', 'ContextManager', 'Coroutine', 'Counter', 'DefaultDict', 'Deque', 'Final', 'IntVar', 'Literal', 'NewType', 'OrderedDict', 'ParamSpec', 'Protocol', 'Self', 'SupportsIndex', 'TYPE_CHECKING', 'Text', 'Type', 'TypeAlias', 'TypeGuard', 'TypedDict', 'final', 'get_args', 'get_origin', 'get_type_hints', 'overload', 'runtime', 'runtime_checkable', 'LiteralString', 'Never', 'NoReturn', 'NotRequired', 'Required', 'TypeVarTuple', 'Unpack', '_AnnotatedAlias', '_F', '_SpecialForm', '_T', '_TC', '_TypedDict', 'assert_never', 'dataclass_transform', 'is_typeddict', 'reveal_type'] Runtime: Names exported are: ['Annotated', 'AsyncContextManager', 'AsyncGenerator', 'AsyncIterable', 'AsyncIterator', 'Awaitable', 'ChainMap', 'ClassVar', 'Concatenate', 'ContextManager', 'Coroutine', 'Counter', 'DefaultDict', 'Deque', 'Final', 'IntVar', 'Literal', 'NewType', 'OrderedDict', 'ParamSpec', 'Protocol', 'Self', 'SupportsIndex', 'TYPE_CHECKING', 'Text', 'Type', 'TypeAlias', 'TypeGuard', 'TypedDict', 'final', 'get_args', 'get_origin', 'get_type_hints', 'overload', 'runtime', 'runtime_checkable'] error: unittest module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['FunctionTestCase', 'IsolatedAsyncioTestCase', 'SkipTest', 'TestCase', 'TestLoader', 'TestResult', 'TestSuite', 'TextTestResult', 'TextTestRunner', 'addModuleCleanup', 'defaultTestLoader', 'expectedFailure', 'findTestCases', 'getTestCaseNames', 'installHandler', 'main', 'makeSuite', 'registerResult', 'removeHandler', 'removeResult', 'skip', 'skipIf', 'skipUnless', 'BaseTestSuite', 'TestProgram', '__path__', 'load_tests'] Runtime: Names exported are: ['FunctionTestCase', 'IsolatedAsyncioTestCase', 'SkipTest', 'TestCase', 'TestLoader', 'TestResult', 'TestSuite', 'TextTestResult', 'TextTestRunner', 'addModuleCleanup', 'defaultTestLoader', 'expectedFailure', 'findTestCases', 'getTestCaseNames', 'installHandler', 'main', 'makeSuite', 'registerResult', 'removeHandler', 'removeResult', 'skip', 'skipIf', 'skipUnless'] error: unittest.__all__ is not present in stub Stub: MISSING Runtime: ['TestResult', 'TestCase', 'IsolatedAsyncioTestCase', 'TestSuite', 'TextTestRunner', 'TestLoader', 'FunctionTestCase', 'main', 'defaultTestLoader', 'SkipTest', 'skip', 'skipIf', 'skipUnless', 'expectedFailure', 'TextTestResult', 'installHandler', 'registerResult', 'removeResult', 'removeHandler', 'addModuleCleanup', 'getTestCaseNames', 'makeSuite', 'findTestCases'] error: urllib.error.__all__ is not present in stub Stub: MISSING Runtime: ['URLError', 'HTTPError', 'ContentTooShortError'] error: urllib.parse module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['DefragResult', 'DefragResultBytes', 'ParseResult', 'ParseResultBytes', 'SplitResult', 'SplitResultBytes', 'parse_qs', 'parse_qsl', 'quote', 'quote_from_bytes', 'quote_plus', 'unquote', 'unquote_plus', 'unquote_to_bytes', 'urldefrag', 'urlencode', 'urljoin', 'urlparse', 'urlsplit', 'urlunparse', 'urlunsplit', 'MAX_CACHE_SIZE', '_DefragResultBase', '_NetlocResultMixinBase', '_NetlocResultMixinBytes', '_NetlocResultMixinStr', '_ParseResultBase', '_ParseResultBytesBase', '_ResultMixinBase', '_ResultMixinBytes', '_ResultMixinStr', '_SplitResultBase', '_SplitResultBytesBase', '_Str', 'non_hierarchical', 'scheme_chars', 'uses_fragment', 'uses_netloc', 'uses_params', 'uses_query', 'uses_relative'] Runtime: Names exported are: ['DefragResult', 'DefragResultBytes', 'ParseResult', 'ParseResultBytes', 'SplitResult', 'SplitResultBytes', 'parse_qs', 'parse_qsl', 'quote', 'quote_from_bytes', 'quote_plus', 'unquote', 'unquote_plus', 'unquote_to_bytes', 'urldefrag', 'urlencode', 'urljoin', 'urlparse', 'urlsplit', 'urlunparse', 'urlunsplit'] error: urllib.parse.__all__ is not present in stub Stub: MISSING Runtime: ['urlparse', 'urlunparse', 'urljoin', 'urldefrag', 'urlsplit', 'urlunsplit', 'urlencode', 'parse_qs', 'parse_qsl', 'quote', 'quote_plus', 'quote_from_bytes', 'unquote', 'unquote_plus', 'unquote_to_bytes', 'DefragResult', 'ParseResult', 'SplitResult', 'DefragResultBytes', 'ParseResultBytes', 'SplitResultBytes'] error: urllib.request module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['AbstractBasicAuthHandler', 'AbstractDigestAuthHandler', 'BaseHandler', 'CacheFTPHandler', 'DataHandler', 'FTPHandler', 'FancyURLopener', 'FileHandler', 'HTTPBasicAuthHandler', 'HTTPCookieProcessor', 'HTTPDefaultErrorHandler', 'HTTPDigestAuthHandler', 'HTTPErrorProcessor', 'HTTPHandler', 'HTTPPasswordMgr', 'HTTPPasswordMgrWithDefaultRealm', 'HTTPPasswordMgrWithPriorAuth', 'HTTPRedirectHandler', 'HTTPSHandler', 'OpenerDirector', 'ProxyBasicAuthHandler', 'ProxyDigestAuthHandler', 'ProxyHandler', 'Request', 'URLopener', 'UnknownHandler', 'build_opener', 'getproxies', 'install_opener', 'pathname2url', 'url2pathname', 'urlcleanup', 'urlopen', 'urlretrieve', 'AbstractHTTPHandler', '_DataType', '_T', '_UrlopenRet', 'ftpwrapper', 'parse_http_list', 'parse_keqv_list', 'proxy_bypass'] Runtime: Names exported are: ['AbstractBasicAuthHandler', 'AbstractDigestAuthHandler', 'BaseHandler', 'CacheFTPHandler', 'DataHandler', 'FTPHandler', 'FancyURLopener', 'FileHandler', 'HTTPBasicAuthHandler', 'HTTPCookieProcessor', 'HTTPDefaultErrorHandler', 'HTTPDigestAuthHandler', 'HTTPErrorProcessor', 'HTTPHandler', 'HTTPPasswordMgr', 'HTTPPasswordMgrWithDefaultRealm', 'HTTPPasswordMgrWithPriorAuth', 'HTTPRedirectHandler', 'HTTPSHandler', 'OpenerDirector', 'ProxyBasicAuthHandler', 'ProxyDigestAuthHandler', 'ProxyHandler', 'Request', 'URLopener', 'UnknownHandler', 'build_opener', 'getproxies', 'install_opener', 'pathname2url', 'url2pathname', 'urlcleanup', 'urlopen', 'urlretrieve'] error: urllib.request.__all__ is not present in stub Stub: MISSING Runtime: ['Request', 'OpenerDirector', 'BaseHandler', 'HTTPDefaultErrorHandler', 'HTTPRedirectHandler', 'HTTPCookieProcessor', 'ProxyHandler', 'HTTPPasswordMgr', 'HTTPPasswordMgrWithDefaultRealm', 'HTTPPasswordMgrWithPriorAuth', 'AbstractBasicAuthHandler', 'HTTPBasicAuthHandler', 'ProxyBasicAuthHandler', 'AbstractDigestAuthHandler', 'HTTPDigestAuthHandler', 'ProxyDigestAuthHandler', 'HTTPHandler', 'FileHandler', 'FTPHandler', 'CacheFTPHandler', 'DataHandler', 'UnknownHandler', 'HTTPErrorProcessor', 'urlopen', 'install_opener', 'build_opener', 'pathname2url', 'url2pathname', 'getproxies', 'urlretrieve', 'urlcleanup', 'URLopener', 'FancyURLopener', 'HTTPSHandler'] error: urllib.response.__all__ is not present in stub Stub: MISSING Runtime: ['addbase', 'addclosehook', 'addinfo', 'addinfourl'] error: urllib.robotparser module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['RobotFileParser', '_RequestRate'] Runtime: Names exported are: ['RobotFileParser'] error: urllib.robotparser.__all__ is not present in stub Stub: MISSING Runtime: ['RobotFileParser'] error: uu module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Error', 'decode', 'encode', '_File'] Runtime: Names exported are: ['Error', 'decode', 'encode'] error: uu.__all__ is not present in stub Stub: MISSING Runtime: ['Error', 'encode', 'decode'] error: warnings module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['catch_warnings', 'filterwarnings', 'formatwarning', 'resetwarnings', 'showwarning', 'simplefilter', 'warn', 'warn_explicit', 'WarningMessage', '_ActionKind', '_OptionError', '_catch_warnings_with_records', '_catch_warnings_without_records', 'filters'] Runtime: Names exported are: ['catch_warnings', 'filterwarnings', 'formatwarning', 'resetwarnings', 'showwarning', 'simplefilter', 'warn', 'warn_explicit'] error: warnings.__all__ is not present in stub Stub: MISSING Runtime: ['warn', 'warn_explicit', 'showwarning', 'formatwarning', 'filterwarnings', 'simplefilter', 'resetwarnings', 'catch_warnings'] error: wave module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Error', 'Wave_read', 'Wave_write', 'open', 'WAVE_FORMAT_PCM', '_File', '_wave_params'] Runtime: Names exported are: ['Error', 'Wave_read', 'Wave_write', 'open'] error: wave.__all__ is not present in stub Stub: MISSING Runtime: ['open', 'Error', 'Wave_read', 'Wave_write'] error: weakref module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['CallableProxyType', 'ProxyType', 'ProxyTypes', 'ReferenceType', 'WeakKeyDictionary', 'WeakMethod', 'WeakSet', 'WeakValueDictionary', 'finalize', 'getweakrefcount', 'getweakrefs', 'proxy', 'ref', 'KeyedRef', '_CallableT', '_KT', '_P', '_T', '_T1', '_T2', '_VT'] Runtime: Names exported are: ['CallableProxyType', 'ProxyType', 'ProxyTypes', 'ReferenceType', 'WeakKeyDictionary', 'WeakMethod', 'WeakSet', 'WeakValueDictionary', 'finalize', 'getweakrefcount', 'getweakrefs', 'proxy', 'ref'] error: weakref.__all__ is not present in stub Stub: MISSING Runtime: ['ref', 'proxy', 'getweakrefcount', 'getweakrefs', 'WeakKeyDictionary', 'ReferenceType', 'ProxyType', 'CallableProxyType', 'ProxyTypes', 'WeakValueDictionary', 'WeakSet', 'WeakMethod', 'finalize'] error: webbrowser module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['Error', 'get', 'open', 'open_new', 'open_new_tab', 'register', 'BackgroundBrowser', 'BaseBrowser', 'Chrome', 'Elinks', 'Galeon', 'GenericBrowser', 'Grail', 'Konqueror', 'Mozilla', 'Opera', 'UnixBrowser', 'WindowsDefault'] Runtime: Names exported are: ['Error', 'get', 'open', 'open_new', 'open_new_tab', 'register'] error: webbrowser.__all__ is not present in stub Stub: MISSING Runtime: ['Error', 'open', 'open_new', 'open_new_tab', 'get', 'register'] error: wsgiref.handlers module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['BaseCGIHandler', 'BaseHandler', 'CGIHandler', 'IISCGIHandler', 'SimpleHandler', 'read_environ', '_exc_info', 'format_date_time'] Runtime: Names exported are: ['BaseCGIHandler', 'BaseHandler', 'CGIHandler', 'IISCGIHandler', 'SimpleHandler', 'read_environ'] error: wsgiref.handlers.__all__ is not present in stub Stub: MISSING Runtime: ['BaseHandler', 'SimpleHandler', 'BaseCGIHandler', 'CGIHandler', 'IISCGIHandler', 'read_environ'] error: wsgiref.simple_server module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['WSGIRequestHandler', 'WSGIServer', 'demo_app', 'make_server', 'ServerHandler', '_S', 'server_version', 'software_version', 'sys_version'] Runtime: Names exported are: ['WSGIRequestHandler', 'WSGIServer', 'demo_app', 'make_server'] error: wsgiref.simple_server.__all__ is not present in stub Stub: MISSING Runtime: ['WSGIServer', 'WSGIRequestHandler', 'demo_app', 'make_server'] error: wsgiref.util module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['FileWrapper', 'application_uri', 'guess_scheme', 'request_uri', 'setup_testing_defaults', 'shift_path_info', 'is_hop_by_hop'] Runtime: Names exported are: ['FileWrapper', 'application_uri', 'guess_scheme', 'request_uri', 'setup_testing_defaults', 'shift_path_info'] error: wsgiref.util.__all__ is not present in stub Stub: MISSING Runtime: ['FileWrapper', 'guess_scheme', 'application_uri', 'request_uri', 'shift_path_info', 'setup_testing_defaults'] error: wsgiref.validate module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['validator', 'ErrorWrapper', 'InputWrapper', 'IteratorWrapper', 'PartialIteratorWrapper', 'WSGIWarning', 'WriteWrapper'] Runtime: Names exported are: ['validator'] error: wsgiref.validate.__all__ is not present in stub Stub: MISSING Runtime: ['validator'] error: xdrlib module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['ConversionError', 'Error', 'Packer', 'Unpacker', '_T'] Runtime: Names exported are: ['ConversionError', 'Error', 'Packer', 'Unpacker'] error: xdrlib.__all__ is not present in stub Stub: MISSING Runtime: ['Error', 'Packer', 'Unpacker', 'ConversionError'] error: xml module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['parsers', '__path__'] Runtime: Names exported are: ['parsers', 'dom', 'etree', 'sax'] error: xml.__all__ is not present in stub Stub: MISSING Runtime: ['dom', 'parsers', 'sax', 'etree'] error: xml.dom.minicompat module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['EmptyNodeList', 'NodeList', 'StringTypes', 'defproperty', '_T'] Runtime: Names exported are: ['EmptyNodeList', 'NodeList', 'StringTypes', 'defproperty'] error: xml.dom.minicompat.__all__ is not present in stub Stub: MISSING Runtime: ['NodeList', 'EmptyNodeList', 'StringTypes', 'defproperty'] error: xml.dom.xmlbuilder module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['DOMBuilder', 'DOMEntityResolver', 'DOMInputSource', 'DOMBuilderFilter', 'DOMImplementationLS', 'DocumentLS', 'Options', '_DOMBuilderErrorHandlerType', '_DOMInputSourceCharacterStreamType', '_DOMInputSourceEncodingType', '_DOMInputSourceStringDataType'] Runtime: Names exported are: ['DOMBuilder', 'DOMEntityResolver', 'DOMInputSource'] error: xml.dom.xmlbuilder.__all__ is not present in stub Stub: MISSING Runtime: ['DOMBuilder', 'DOMEntityResolver', 'DOMInputSource'] error: xml.etree.ElementTree module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['C14NWriterTarget', 'Comment', 'Element', 'ElementTree', 'PI', 'ParseError', 'ProcessingInstruction', 'QName', 'SubElement', 'TreeBuilder', 'VERSION', 'XML', 'XMLID', 'XMLParser', 'XMLPullParser', 'canonicalize', 'dump', 'fromstring', 'fromstringlist', 'indent', 'iselement', 'iterparse', 'parse', 'register_namespace', 'tostring', 'tostringlist', '_ElementFactory', '_FileRead', '_FileWrite', '_FileWriteC14N', '_T'] Runtime: Names exported are: ['C14NWriterTarget', 'Comment', 'Element', 'ElementTree', 'PI', 'ParseError', 'ProcessingInstruction', 'QName', 'SubElement', 'TreeBuilder', 'VERSION', 'XML', 'XMLID', 'XMLParser', 'XMLPullParser', 'canonicalize', 'dump', 'fromstring', 'fromstringlist', 'indent', 'iselement', 'iterparse', 'parse', 'register_namespace', 'tostring', 'tostringlist'] error: xml.etree.ElementTree.__all__ is not present in stub Stub: MISSING Runtime: ['Comment', 'dump', 'Element', 'ElementTree', 'fromstring', 'fromstringlist', 'indent', 'iselement', 'iterparse', 'parse', 'ParseError', 'PI', 'ProcessingInstruction', 'QName', 'SubElement', 'tostring', 'tostringlist', 'TreeBuilder', 'VERSION', 'XML', 'XMLID', 'XMLParser', 'XMLPullParser', 'register_namespace', 'canonicalize', 'C14NWriterTarget'] error: zipapp module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['ZipAppError', 'create_archive', 'get_interpreter', '_Path'] Runtime: Names exported are: ['ZipAppError', 'create_archive', 'get_interpreter'] error: zipapp.__all__ is not present in stub Stub: MISSING Runtime: ['ZipAppError', 'create_archive', 'get_interpreter'] error: zipfile module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['BadZipFile', 'BadZipfile', 'LargeZipFile', 'Path', 'PyZipFile', 'ZIP_BZIP2', 'ZIP_DEFLATED', 'ZIP_LZMA', 'ZIP_STORED', 'ZipFile', 'ZipInfo', 'error', 'is_zipfile', 'ZIP64_LIMIT', 'ZIP_FILECOUNT_LIMIT', 'ZIP_MAX_COMMENT', 'ZipExtFile', '_ClosableZipStream', '_DateTuple', '_PathOpenProtocol', '_ReadWriteBinaryMode', '_ReadWriteMode', '_SupportsReadSeekTell', '_Writer', '_ZipFileMode', '_ZipStream'] Runtime: Names exported are: ['BadZipFile', 'BadZipfile', 'LargeZipFile', 'Path', 'PyZipFile', 'ZIP_BZIP2', 'ZIP_DEFLATED', 'ZIP_LZMA', 'ZIP_STORED', 'ZipFile', 'ZipInfo', 'error', 'is_zipfile'] error: zipfile.__all__ is not present in stub Stub: MISSING Runtime: ['BadZipFile', 'BadZipfile', 'error', 'ZIP_STORED', 'ZIP_DEFLATED', 'ZIP_BZIP2', 'ZIP_LZMA', 'is_zipfile', 'ZipInfo', 'ZipFile', 'PyZipFile', 'LargeZipFile', 'Path'] error: zipimport.__all__ is not present in stub Stub: MISSING Runtime: ['ZipImportError', 'zipimporter'] error: zoneinfo module: names exported from the stub do not correspond to the names exported at runtime. (Note: This may be due to a missing or inaccurate `__all__` in the stub.) Stub: Names exported are: ['InvalidTZPathWarning', 'TZPATH', 'ZoneInfo', 'ZoneInfoNotFoundError', 'available_timezones', 'reset_tzpath', '_IOBytes', '__path__'] Runtime: Names exported are: ['InvalidTZPathWarning', 'TZPATH', 'ZoneInfo', 'ZoneInfoNotFoundError', 'available_timezones', 'reset_tzpath'] error: zoneinfo.__all__ is not present in stub Stub: MISSING Runtime: ['ZoneInfo', 'reset_tzpath', 'available_timezones', 'TZPATH', 'ZoneInfoNotFoundError', 'InvalidTZPathWarning'] note: unused allowlist entry tkinter.Misc.grid_columnconfigure note: unused allowlist entry tkinter.Misc.grid_rowconfigure note: unused allowlist entry asyncio.compat note: unused allowlist entry asyncio.taskgroups note: unused allowlist entry distutils.command.bdist_wininst