spyder-ide / spyder

Official repository for Spyder - The Scientific Python Development Environment
https://www.spyder-ide.org
MIT License
8.21k stars 1.59k forks source link

Unresponsive window after launch #11623

Closed ArchangeGabriel closed 4 years ago

ArchangeGabriel commented 4 years ago

After launching spyder (for the first time ever, but I’ve also ran spyder --reset afterwards in order to retry), the window is correctly shown but no any input is taken into account. All I can do is force kill spyder.

spyder --debug-info verbose output (see #11624 about some removed lines):

Attribute Qt::AA_UseSoftwareOpenGL must be set before QCoreApplication is created.
2020-02-21 19:08:24,243 [INFO] [spyder.app.mainwindow] -> Start of MainWindow constructor
2020-02-21 19:08:24,284 [INFO] [spyder.app.mainwindow] -> End of MainWindow constructor
2020-02-21 19:08:24,284 [INFO] [spyder.app.mainwindow] -> *** Start of MainWindow setup ***
2020-02-21 19:08:24,284 [INFO] [spyder.app.mainwindow] -> Updating PYTHONPATH
2020-02-21 19:08:24,284 [INFO] [spyder.app.mainwindow] -> Applying theme configuration...
2020-02-21 19:08:24,310 [DEBUG] [qdarkstyle] -> Reading QSS file in: :qdarkstyle/style.qss
2020-02-21 19:08:24,311 [INFO] [qdarkstyle] -> QSS file sucessfuly loaded.
2020-02-21 19:08:24,311 [DEBUG] [qdarkstyle] -> Checking patches for being applied.
2020-02-21 19:08:24,311 [INFO] [qdarkstyle] -> Found application patches to be applied.
2020-02-21 19:08:24,319 [INFO] [spyder.app.mainwindow] -> Creating core actions...
2020-02-21 19:08:24,321 [INFO] [spyder.app.mainwindow] -> Creating toolbars...
2020-02-21 19:08:24,334 [INFO] [spyder.app.mainwindow] -> Creating Tools menu...
2020-02-21 19:08:24,350 [INFO] [spyder.app.mainwindow] -> Creating guidata and sift entries...
2020-02-21 19:08:24,351 [INFO] [spyder.app.mainwindow] -> Loading switcher...
2020-02-21 19:08:24,360 [INFO] [spyder.app.mainwindow] -> Loading internal console...
2020-02-21 19:08:24,461 [INFO] [keyring.backend] -> Loading KWallet
2020-02-21 19:08:24,465 [INFO] [keyring.backend] -> Loading SecretService
2020-02-21 19:08:24,474 [INFO] [keyring.backend] -> Loading Windows
2020-02-21 19:08:24,475 [INFO] [keyring.backend] -> Loading chainer
2020-02-21 19:08:24,475 [INFO] [keyring.backend] -> Loading macOS
2020-02-21 19:08:24,871 [INFO] [spyder.plugins.console.plugin] -> Initializing...
2020-02-21 19:08:25,007 [INFO] [spyder.app.mainwindow] -> Démarrer le gestionnaire de complétion de code ...
2020-02-21 19:08:25,016 [ERROR] [dbus.proxies] -> Introspect error on :1.208:/modules/kwalletd5: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
2020-02-21 19:08:25,016 [DEBUG] [dbus.proxies] -> Executing introspect queue due to error
2020-02-21 19:08:25,141 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Registering lsp
2020-02-21 19:08:25,224 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Registering kite
2020-02-21 19:08:25,224 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Registering fallback
2020-02-21 19:08:25,225 [INFO] [spyder.app.mainwindow] -> Loading working directory...
2020-02-21 19:08:25,225 [DEBUG] [spyder.plugins.completion.fallback.actor] -> Fallback plugin starting...
2020-02-21 19:08:25,346 [INFO] [spyder.app.mainwindow] -> Chargement de l'aide...
2020-02-21 19:08:25,351 [ERROR] [dbus.proxies] -> Introspect error on :1.210:/modules/kwalletd5: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
2020-02-21 19:08:25,351 [DEBUG] [dbus.proxies] -> Executing introspect queue due to error
2020-02-21 19:08:25,351 [ERROR] [dbus.proxies] -> Introspect error on :1.212:/modules/kwalletd5: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
2020-02-21 19:08:25,352 [DEBUG] [dbus.proxies] -> Executing introspect queue due to error
2020-02-21 19:08:25,386 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel EdgeLine at floating
2020-02-21 19:08:25,386 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:25,393 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel EdgeLine installed
2020-02-21 19:08:25,394 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel IndentationGuide at floating
2020-02-21 19:08:25,395 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:25,398 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel IndentationGuide installed
2020-02-21 19:08:25,398 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel FoldingPanel at left
2020-02-21 19:08:25,399 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:25,402 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel FoldingPanel installed
2020-02-21 19:08:25,405 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel DebuggerPanel at left
2020-02-21 19:08:25,406 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:25,409 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel DebuggerPanel installed
2020-02-21 19:08:25,411 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel LineNumberArea at left
2020-02-21 19:08:25,412 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:25,414 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel LineNumberArea installed
2020-02-21 19:08:25,421 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel ClassFunctionDropdown at top
2020-02-21 19:08:25,429 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:25,430 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel ClassFunctionDropdown installed
2020-02-21 19:08:25,432 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel ScrollFlagArea at right
2020-02-21 19:08:25,433 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:25,434 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel ScrollFlagArea installed
2020-02-21 19:08:25,435 [DEBUG] [spyder.api.panel] -> ScrollFlagArea visibility changed
2020-02-21 19:08:25,435 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:25,436 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:25,452 [DEBUG] [spyder.plugins.editor.extensions.manager] -> adding extension CloseQuotesExtension
2020-02-21 19:08:25,452 [DEBUG] [spyder.plugins.editor.extensions.manager] -> adding extension SnippetsExtension
2020-02-21 19:08:25,453 [DEBUG] [spyder.plugins.editor.extensions.manager] -> adding extension CloseBracketsExtension
2020-02-21 19:08:25,460 [DEBUG] [spyder.api.panel] -> DebuggerPanel visibility changed
2020-02-21 19:08:25,460 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:25,462 [DEBUG] [spyder.api.panel] -> FoldingPanel visibility changed
2020-02-21 19:08:25,463 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:25,464 [DEBUG] [spyder.api.panel] -> ScrollFlagArea visibility changed
2020-02-21 19:08:25,464 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:25,466 [DEBUG] [spyder.api.panel] -> EdgeLine visibility changed
2020-02-21 19:08:25,466 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:25,467 [DEBUG] [spyder.api.panel] -> IndentationGuide visibility changed
2020-02-21 19:08:25,467 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:25,474 [DEBUG] [spyder.api.panel] -> LineNumberArea visibility changed
2020-02-21 19:08:25,474 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:25,489 [DEBUG] [spyder.api.panel] -> ClassFunctionDropdown visibility changed
2020-02-21 19:08:25,489 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:25,633 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:25,775 [INFO] [spyder.app.mainwindow] -> Chargement de l'explorateur de structure...
2020-02-21 19:08:25,776 [ERROR] [dbus.proxies] -> Introspect error on :1.214:/modules/kwalletd5: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
2020-02-21 19:08:25,777 [DEBUG] [dbus.proxies] -> Executing introspect queue due to error
2020-02-21 19:08:25,802 [INFO] [spyder.app.mainwindow] -> Chargement de l'éditeur...
2020-02-21 19:08:26,028 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel EdgeLine at floating
2020-02-21 19:08:26,029 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:26,031 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel EdgeLine installed
2020-02-21 19:08:26,032 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel IndentationGuide at floating
2020-02-21 19:08:26,032 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:26,034 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel IndentationGuide installed
2020-02-21 19:08:26,035 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel FoldingPanel at left
2020-02-21 19:08:26,036 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:26,038 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel FoldingPanel installed
2020-02-21 19:08:26,039 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel DebuggerPanel at left
2020-02-21 19:08:26,040 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:26,042 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel DebuggerPanel installed
2020-02-21 19:08:26,043 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel LineNumberArea at left
2020-02-21 19:08:26,043 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:26,044 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel LineNumberArea installed
2020-02-21 19:08:26,046 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel ClassFunctionDropdown at top
2020-02-21 19:08:26,056 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:26,058 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel ClassFunctionDropdown installed
2020-02-21 19:08:26,059 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel ScrollFlagArea at right
2020-02-21 19:08:26,059 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:26,060 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel ScrollFlagArea installed
2020-02-21 19:08:26,060 [DEBUG] [spyder.api.panel] -> ScrollFlagArea visibility changed
2020-02-21 19:08:26,060 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:26,061 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:26,074 [DEBUG] [spyder.plugins.editor.extensions.manager] -> adding extension CloseQuotesExtension
2020-02-21 19:08:26,074 [DEBUG] [spyder.plugins.editor.extensions.manager] -> adding extension SnippetsExtension
2020-02-21 19:08:26,074 [DEBUG] [spyder.plugins.editor.extensions.manager] -> adding extension CloseBracketsExtension
2020-02-21 19:08:26,087 [DEBUG] [spyder.plugins.editor.widgets.editor] -> Set focus to: None
2020-02-21 19:08:26,088 [DEBUG] [spyder.plugins.editor.widgets.editor] -> Current changed: 0 - None
2020-02-21 19:08:26,099 [DEBUG] [spyder.api.panel] -> DebuggerPanel visibility changed
2020-02-21 19:08:26,099 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:26,101 [DEBUG] [spyder.api.panel] -> FoldingPanel visibility changed
2020-02-21 19:08:26,101 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:26,103 [DEBUG] [spyder.api.panel] -> ScrollFlagArea visibility changed
2020-02-21 19:08:26,103 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:26,104 [DEBUG] [spyder.api.panel] -> EdgeLine visibility changed
2020-02-21 19:08:26,104 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:26,105 [DEBUG] [spyder.api.panel] -> IndentationGuide visibility changed
2020-02-21 19:08:26,106 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:26,107 [DEBUG] [spyder.api.panel] -> LineNumberArea visibility changed
2020-02-21 19:08:26,107 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:26,165 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:26,181 [DEBUG] [spyder.api.panel] -> ClassFunctionDropdown visibility changed
2020-02-21 19:08:26,182 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:26,212 [DEBUG] [spyder.plugins.editor.plugin] -> Start completion server for /home/<user>/.config/spyder-py3/temp.py [Python]
2020-02-21 19:08:26,212 [DEBUG] [spyder.plugins.editor.plugin] -> Python completion server is ready
2020-02-21 19:08:26,212 [DEBUG] [spyder.plugins.editor.widgets.codeeditor] -> Completions services available for: /home/<user>/.config/spyder-py3/temp.py
2020-02-21 19:08:26,212 [DEBUG] [spyder.plugins.editor.plugin] -> python completion server request: 'textDocument/didOpen'
2020-02-21 19:08:26,213 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 0 Got response from lsp
2020-02-21 19:08:26,213 [DEBUG] [spyder.plugins.completion.plugin] -> Gather responses for textDocument/didOpen
2020-02-21 19:08:26,213 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 0 Got response from kite
2020-02-21 19:08:26,213 [DEBUG] [spyder.plugins.editor.widgets.editor] -> Set focus to: /home/<user>/.config/spyder-py3/temp.py
2020-02-21 19:08:26,213 [DEBUG] [spyder.plugins.editor.widgets.editor] -> Current changed: 0 - /home/<user>/.config/spyder-py3/temp.py
2020-02-21 19:08:26,214 [DEBUG] [spyder.plugins.completion.fallback.actor] -> Got request id 0: textDocument/didOpen for file /home/<user>/.config/spyder-py3/temp.py
2020-02-21 19:08:26,222 [DEBUG] [spyder.plugins.editor.widgets.editor] -> Added thread <spyder.plugins.editor.widgets.editor.AnalysisThread object at 0x7f868c227820> to queue
2020-02-21 19:08:26,284 [INFO] [spyder.app.mainwindow] -> Lancer le client de complétion de code pour Python ...
2020-02-21 19:08:26,285 [DEBUG] [spyder.plugins.editor.widgets.editor] -> Updating queue:
2020-02-21 19:08:26,285 [DEBUG] [spyder.plugins.editor.widgets.editor] ->     started: 0
2020-02-21 19:08:26,286 [DEBUG] [spyder.plugins.editor.widgets.editor] ->     pending: 1
2020-02-21 19:08:26,286 [DEBUG] [spyder.plugins.editor.widgets.editor] -> ===>starting: <spyder.plugins.editor.widgets.editor.AnalysisThread object at 0x7f868c227820>
2020-02-21 19:08:26,287 [DEBUG] [spyder.plugins.completion.kite.client] -> Starting Kite HTTP session...
2020-02-21 19:08:26,292 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (1): 127.0.0.1:46624
2020-02-21 19:08:26,293 [DEBUG] [spyder.plugins.completion.kite.plugin] -> Kite client is available for ['python']
2020-02-21 19:08:26,294 [INFO] [spyder.plugins.completion.languageserver.plugin] -> Starting LSP client for python...
2020-02-21 19:08:26,296 [INFO] [spyder.plugins.completion.languageserver.client] -> Starting server: /usr/bin/python -m pyls --host 127.0.0.1 --port 2087 --tcp --check-parent-process -vv
2020-02-21 19:08:26,321 [INFO] [spyder.plugins.completion.languageserver.client] -> Starting transport: /usr/bin/python -u /usr/lib/python3.8/site-packages/spyder/plugins/completion/languageserver/transport/main.py --server-host 127.0.0.1 --server-port 2087  --folder /home/<user>/.config/spyder-py3/lsp_root_path --transport-debug 3 --external-server --zmq-in-port 36301 --zmq-out-port 42437
2020-02-21 19:08:26,336 [DEBUG] [spyder.plugins.completion.languageserver.client] -> LSP python client started!
2020-02-21 19:08:26,339 [DEBUG] [spyder.plugins.editor.widgets.editor] -> Updating queue:
2020-02-21 19:08:26,339 [DEBUG] [spyder.plugins.editor.widgets.editor] ->     started: 0
2020-02-21 19:08:26,339 [DEBUG] [spyder.plugins.editor.widgets.editor] ->     pending: 0
2020-02-21 19:08:26,342 [INFO] [spyder.app.mainwindow] -> Chargement de l'explorateur d'espace de noms...
2020-02-21 19:08:26,381 [INFO] [spyder.app.mainwindow] -> Chargement de l'explorateur de graphes...
2020-02-21 19:08:26,413 [INFO] [spyder.app.mainwindow] -> Chargement du journal d'historique...
2020-02-21 19:08:26,517 [INFO] [spyder.app.mainwindow] -> Chargement de la console IPython...
2020-02-21 19:08:26,757 [INFO] [spyder.app.mainwindow] -> Chargement de l'explorateur de fichiers...
2020-02-21 19:08:26,758 [DEBUG] [spyder.plugins.completion.languageserver.client] -> python response: server_ready
2020-02-21 19:08:26,759 [DEBUG] [spyder.plugins.completion.languageserver.client] -> python request: initialize
2020-02-21 19:08:26,801 [INFO] [spyder.app.mainwindow] -> Chargement de l'aide en ligne...
2020-02-21 19:08:26,812 [DEBUG] [chardet.charsetprober] -> SHIFT_JIS Japanese prober hit error at byte 46
2020-02-21 19:08:26,812 [DEBUG] [chardet.charsetprober] -> EUC-JP Japanese prober hit error at byte 0
2020-02-21 19:08:26,812 [DEBUG] [chardet.charsetprober] -> GB2312 Chinese prober hit error at byte 46
2020-02-21 19:08:26,813 [DEBUG] [chardet.charsetprober] -> EUC-KR Korean prober hit error at byte 0
2020-02-21 19:08:26,813 [DEBUG] [chardet.charsetprober] -> CP949 Korean prober hit error at byte 42
2020-02-21 19:08:26,813 [DEBUG] [chardet.charsetprober] -> Big5 Chinese prober hit error at byte 0
2020-02-21 19:08:26,813 [DEBUG] [chardet.charsetprober] -> EUC-TW Taiwan prober hit error at byte 0
2020-02-21 19:08:26,822 [DEBUG] [chardet.charsetprober] -> windows-1251 Russian confidence = 0.04621128041951367
2020-02-21 19:08:26,822 [DEBUG] [chardet.charsetprober] -> KOI8-R Russian confidence = 0.030523580000600428
2020-02-21 19:08:26,822 [DEBUG] [chardet.charsetprober] -> ISO-8859-5 Russian confidence = 0.013825087634960494
2020-02-21 19:08:26,822 [DEBUG] [chardet.charsetprober] -> MacCyrillic Russian confidence = 0.03534475043954162
2020-02-21 19:08:26,822 [DEBUG] [chardet.charsetprober] -> IBM866 Russian confidence = 0.021258677468833725
2020-02-21 19:08:26,822 [DEBUG] [chardet.charsetprober] -> IBM855 Russian confidence = 0.043153298280752206
2020-02-21 19:08:26,822 [DEBUG] [chardet.charsetprober] -> ISO-8859-7 Greek confidence = 0.09151902067946742
2020-02-21 19:08:26,822 [DEBUG] [chardet.charsetprober] -> windows-1253 Greek confidence = 0.09314944462730879
2020-02-21 19:08:26,822 [DEBUG] [chardet.charsetprober] -> ISO-8859-5 Bulgairan confidence = 0.013695406253695551
2020-02-21 19:08:26,822 [DEBUG] [chardet.charsetprober] -> windows-1251 Bulgarian confidence = 0.05647101216584649
2020-02-21 19:08:26,822 [DEBUG] [chardet.charsetprober] -> TIS-620 Thai confidence = 0.01672336712121521
2020-02-21 19:08:26,822 [DEBUG] [chardet.charsetprober] -> ISO-8859-9 Turkish confidence = 0.0705609377864775
2020-02-21 19:08:26,822 [DEBUG] [chardet.charsetprober] -> windows-1255 Hebrew confidence = 0.0
2020-02-21 19:08:26,822 [DEBUG] [chardet.charsetprober] -> windows-1255 Hebrew confidence = 0.05480544115497386
2020-02-21 19:08:26,822 [DEBUG] [chardet.charsetprober] -> windows-1255 Hebrew confidence = 0.048715947693310106
2020-02-21 19:08:26,822 [DEBUG] [chardet.universaldetector] -> no probers hit minimum threshold
2020-02-21 19:08:26,823 [DEBUG] [chardet.universaldetector] -> utf-8  confidence = 0.010000000000000009
2020-02-21 19:08:26,823 [DEBUG] [chardet.universaldetector] -> SHIFT_JIS Japanese confidence = 0.01
2020-02-21 19:08:26,823 [DEBUG] [chardet.universaldetector] -> EUC-JP Japanese confidence = 0.01
2020-02-21 19:08:26,823 [DEBUG] [chardet.universaldetector] -> GB2312 Chinese confidence = 0.01
2020-02-21 19:08:26,823 [DEBUG] [chardet.universaldetector] -> EUC-KR Korean confidence = 0.01
2020-02-21 19:08:26,823 [DEBUG] [chardet.universaldetector] -> CP949 Korean confidence = 0.01
2020-02-21 19:08:26,823 [DEBUG] [chardet.universaldetector] -> Big5 Chinese confidence = 0.01
2020-02-21 19:08:26,823 [DEBUG] [chardet.universaldetector] -> EUC-TW Taiwan confidence = 0.01
2020-02-21 19:08:26,823 [DEBUG] [chardet.universaldetector] -> windows-1251 Russian confidence = 0.04621128041951367
2020-02-21 19:08:26,823 [DEBUG] [chardet.universaldetector] -> KOI8-R Russian confidence = 0.030523580000600428
2020-02-21 19:08:26,823 [DEBUG] [chardet.universaldetector] -> ISO-8859-5 Russian confidence = 0.013825087634960494
2020-02-21 19:08:26,823 [DEBUG] [chardet.universaldetector] -> MacCyrillic Russian confidence = 0.03534475043954162
2020-02-21 19:08:26,823 [DEBUG] [chardet.universaldetector] -> IBM866 Russian confidence = 0.021258677468833725
2020-02-21 19:08:26,823 [DEBUG] [chardet.universaldetector] -> IBM855 Russian confidence = 0.043153298280752206
2020-02-21 19:08:26,823 [DEBUG] [chardet.universaldetector] -> ISO-8859-7 Greek confidence = 0.09151902067946742
2020-02-21 19:08:26,823 [DEBUG] [chardet.universaldetector] -> windows-1253 Greek confidence = 0.09314944462730879
2020-02-21 19:08:26,823 [DEBUG] [chardet.universaldetector] -> ISO-8859-5 Bulgairan confidence = 0.013695406253695551
2020-02-21 19:08:26,823 [DEBUG] [chardet.universaldetector] -> windows-1251 Bulgarian confidence = 0.05647101216584649
2020-02-21 19:08:26,823 [DEBUG] [chardet.universaldetector] -> TIS-620 Thai confidence = 0.01672336712121521
2020-02-21 19:08:26,823 [DEBUG] [chardet.universaldetector] -> ISO-8859-9 Turkish confidence = 0.0705609377864775
2020-02-21 19:08:26,823 [DEBUG] [chardet.universaldetector] -> windows-1255 Hebrew confidence = 0.0
2020-02-21 19:08:26,823 [DEBUG] [chardet.universaldetector] -> windows-1255 Hebrew confidence = 0.05480544115497386
2020-02-21 19:08:26,823 [DEBUG] [chardet.universaldetector] -> windows-1255 Hebrew confidence = 0.048715947693310106
2020-02-21 19:08:26,823 [DEBUG] [chardet.universaldetector] -> windows-1255 Hebrew confidence = 0.048715947693310106
2020-02-21 19:08:26,828 [DEBUG] [chardet.charsetprober] -> EUC-TW Taiwan prober hit error at byte 3
2020-02-21 19:08:26,829 [DEBUG] [chardet.charsetprober] -> utf-8  confidence = 0.7525
2020-02-21 19:08:26,829 [DEBUG] [chardet.charsetprober] -> SHIFT_JIS Japanese confidence = 0.01
2020-02-21 19:08:26,829 [DEBUG] [chardet.charsetprober] -> EUC-JP Japanese confidence = 0.01
2020-02-21 19:08:26,829 [DEBUG] [chardet.charsetprober] -> GB2312 Chinese confidence = 0.01
2020-02-21 19:08:26,829 [DEBUG] [chardet.charsetprober] -> EUC-KR Korean confidence = 0.01
2020-02-21 19:08:26,829 [DEBUG] [chardet.charsetprober] -> CP949 Korean confidence = 0.01
2020-02-21 19:08:26,829 [DEBUG] [chardet.charsetprober] -> Big5 Chinese confidence = 0.01
2020-02-21 19:08:26,829 [DEBUG] [chardet.charsetprober] -> EUC-TW not active
2020-02-21 19:08:26,830 [DEBUG] [chardet.charsetprober] -> windows-1251 Russian confidence = 0.01
2020-02-21 19:08:26,830 [DEBUG] [chardet.charsetprober] -> KOI8-R Russian confidence = 0.01
2020-02-21 19:08:26,830 [DEBUG] [chardet.charsetprober] -> ISO-8859-5 Russian confidence = 0.01
2020-02-21 19:08:26,830 [DEBUG] [chardet.charsetprober] -> MacCyrillic Russian confidence = 0.01
2020-02-21 19:08:26,830 [DEBUG] [chardet.charsetprober] -> IBM866 Russian confidence = 0.01
2020-02-21 19:08:26,830 [DEBUG] [chardet.charsetprober] -> IBM855 Russian confidence = 0.01
2020-02-21 19:08:26,830 [DEBUG] [chardet.charsetprober] -> ISO-8859-7 Greek confidence = 0.01
2020-02-21 19:08:26,830 [DEBUG] [chardet.charsetprober] -> windows-1253 Greek confidence = 0.01
2020-02-21 19:08:26,830 [DEBUG] [chardet.charsetprober] -> ISO-8859-5 Bulgairan confidence = 0.01
2020-02-21 19:08:26,831 [DEBUG] [chardet.charsetprober] -> windows-1251 Bulgarian confidence = 0.01
2020-02-21 19:08:26,831 [DEBUG] [chardet.charsetprober] -> TIS-620 Thai confidence = 0.0
2020-02-21 19:08:26,831 [DEBUG] [chardet.charsetprober] -> ISO-8859-9 Turkish confidence = 0.3842739210515855
2020-02-21 19:08:26,831 [DEBUG] [chardet.charsetprober] -> windows-1255 Hebrew confidence = 0.0
2020-02-21 19:08:26,831 [DEBUG] [chardet.charsetprober] -> windows-1255 Hebrew confidence = 0.0
2020-02-21 19:08:26,831 [DEBUG] [chardet.charsetprober] -> windows-1255 Hebrew confidence = 0.0
2020-02-21 19:08:26,831 [DEBUG] [chardet.charsetprober] -> utf-8  confidence = 0.7525
2020-02-21 19:08:26,831 [DEBUG] [chardet.charsetprober] -> SHIFT_JIS Japanese confidence = 0.01
2020-02-21 19:08:26,831 [DEBUG] [chardet.charsetprober] -> EUC-JP Japanese confidence = 0.01
2020-02-21 19:08:26,831 [DEBUG] [chardet.charsetprober] -> GB2312 Chinese confidence = 0.01
2020-02-21 19:08:26,831 [DEBUG] [chardet.charsetprober] -> EUC-KR Korean confidence = 0.01
2020-02-21 19:08:26,831 [DEBUG] [chardet.charsetprober] -> CP949 Korean confidence = 0.01
2020-02-21 19:08:26,831 [DEBUG] [chardet.charsetprober] -> Big5 Chinese confidence = 0.01
2020-02-21 19:08:26,831 [DEBUG] [chardet.charsetprober] -> EUC-TW not active
2020-02-21 19:08:26,858 [DEBUG] [chardet.charsetprober] -> EUC-TW Taiwan prober hit error at byte 101
2020-02-21 19:08:26,863 [DEBUG] [chardet.charsetprober] -> utf-8  confidence = 0.7525
2020-02-21 19:08:26,863 [DEBUG] [chardet.charsetprober] -> SHIFT_JIS Japanese confidence = 0.01
2020-02-21 19:08:26,863 [DEBUG] [chardet.charsetprober] -> EUC-JP Japanese confidence = 0.01
2020-02-21 19:08:26,863 [DEBUG] [chardet.charsetprober] -> GB2312 Chinese confidence = 0.01
2020-02-21 19:08:26,863 [DEBUG] [chardet.charsetprober] -> EUC-KR Korean confidence = 0.01
2020-02-21 19:08:26,863 [DEBUG] [chardet.charsetprober] -> CP949 Korean confidence = 0.01
2020-02-21 19:08:26,863 [DEBUG] [chardet.charsetprober] -> Big5 Chinese confidence = 0.01
2020-02-21 19:08:26,863 [DEBUG] [chardet.charsetprober] -> EUC-TW not active
2020-02-21 19:08:26,863 [DEBUG] [chardet.charsetprober] -> windows-1251 Russian confidence = 0.01
2020-02-21 19:08:26,863 [DEBUG] [chardet.charsetprober] -> KOI8-R Russian confidence = 0.01
2020-02-21 19:08:26,863 [DEBUG] [chardet.charsetprober] -> ISO-8859-5 Russian confidence = 0.01
2020-02-21 19:08:26,863 [DEBUG] [chardet.charsetprober] -> MacCyrillic Russian confidence = 0.01
2020-02-21 19:08:26,863 [DEBUG] [chardet.charsetprober] -> IBM866 Russian confidence = 0.01
2020-02-21 19:08:26,864 [DEBUG] [chardet.charsetprober] -> IBM855 Russian confidence = 0.01
2020-02-21 19:08:26,864 [DEBUG] [chardet.charsetprober] -> ISO-8859-7 Greek confidence = 0.01
2020-02-21 19:08:26,864 [DEBUG] [chardet.charsetprober] -> windows-1253 Greek confidence = 0.01
2020-02-21 19:08:26,864 [DEBUG] [chardet.charsetprober] -> ISO-8859-5 Bulgairan confidence = 0.01
2020-02-21 19:08:26,864 [DEBUG] [chardet.charsetprober] -> windows-1251 Bulgarian confidence = 0.01
2020-02-21 19:08:26,864 [DEBUG] [chardet.charsetprober] -> TIS-620 Thai confidence = 0.0
2020-02-21 19:08:26,864 [DEBUG] [chardet.charsetprober] -> ISO-8859-9 Turkish confidence = 0.4492003292276396
2020-02-21 19:08:26,864 [DEBUG] [chardet.charsetprober] -> windows-1255 Hebrew confidence = 0.0
2020-02-21 19:08:26,864 [DEBUG] [chardet.charsetprober] -> windows-1255 Hebrew confidence = 0.0
2020-02-21 19:08:26,864 [DEBUG] [chardet.charsetprober] -> windows-1255 Hebrew confidence = 0.0
2020-02-21 19:08:26,864 [DEBUG] [chardet.charsetprober] -> utf-8  confidence = 0.7525
2020-02-21 19:08:26,864 [DEBUG] [chardet.charsetprober] -> SHIFT_JIS Japanese confidence = 0.01
2020-02-21 19:08:26,864 [DEBUG] [chardet.charsetprober] -> EUC-JP Japanese confidence = 0.01
2020-02-21 19:08:26,864 [DEBUG] [chardet.charsetprober] -> GB2312 Chinese confidence = 0.01
2020-02-21 19:08:26,864 [DEBUG] [chardet.charsetprober] -> EUC-KR Korean confidence = 0.01
2020-02-21 19:08:26,864 [DEBUG] [chardet.charsetprober] -> CP949 Korean confidence = 0.01
2020-02-21 19:08:26,864 [DEBUG] [chardet.charsetprober] -> Big5 Chinese confidence = 0.01
2020-02-21 19:08:26,864 [DEBUG] [chardet.charsetprober] -> EUC-TW not active
2020-02-21 19:08:26,871 [DEBUG] [chardet.charsetprober] -> utf-8  confidence = 0.99
2020-02-21 19:08:26,871 [DEBUG] [chardet.charsetprober] -> SHIFT_JIS Japanese confidence = 0.01
2020-02-21 19:08:26,872 [DEBUG] [chardet.charsetprober] -> EUC-JP Japanese confidence = 0.01
2020-02-21 19:08:26,872 [DEBUG] [chardet.charsetprober] -> GB2312 Chinese confidence = 0.01
2020-02-21 19:08:26,872 [DEBUG] [chardet.charsetprober] -> EUC-KR Korean confidence = 0.01
2020-02-21 19:08:26,872 [DEBUG] [chardet.charsetprober] -> CP949 Korean confidence = 0.01
2020-02-21 19:08:26,872 [DEBUG] [chardet.charsetprober] -> Big5 Chinese confidence = 0.01
2020-02-21 19:08:26,872 [DEBUG] [chardet.charsetprober] -> EUC-TW Taiwan confidence = 0.01
2020-02-21 19:08:26,872 [DEBUG] [chardet.charsetprober] -> windows-1251 Russian confidence = 0.01
2020-02-21 19:08:26,872 [DEBUG] [chardet.charsetprober] -> KOI8-R Russian confidence = 0.01
2020-02-21 19:08:26,872 [DEBUG] [chardet.charsetprober] -> ISO-8859-5 Russian confidence = 0.01
2020-02-21 19:08:26,872 [DEBUG] [chardet.charsetprober] -> MacCyrillic Russian confidence = 0.01
2020-02-21 19:08:26,872 [DEBUG] [chardet.charsetprober] -> IBM866 Russian confidence = 0.01
2020-02-21 19:08:26,872 [DEBUG] [chardet.charsetprober] -> IBM855 Russian confidence = 0.01
2020-02-21 19:08:26,872 [DEBUG] [chardet.charsetprober] -> ISO-8859-7 Greek confidence = 0.0
2020-02-21 19:08:26,872 [DEBUG] [chardet.charsetprober] -> windows-1253 Greek confidence = 0.0
2020-02-21 19:08:26,872 [DEBUG] [chardet.charsetprober] -> ISO-8859-5 Bulgairan confidence = 0.01
2020-02-21 19:08:26,872 [DEBUG] [chardet.charsetprober] -> windows-1251 Bulgarian confidence = 0.01
2020-02-21 19:08:26,872 [DEBUG] [chardet.charsetprober] -> TIS-620 Thai confidence = 0.0
2020-02-21 19:08:26,872 [DEBUG] [chardet.charsetprober] -> ISO-8859-9 Turkish confidence = 0.5607334653289986
2020-02-21 19:08:26,872 [DEBUG] [chardet.charsetprober] -> windows-1255 Hebrew confidence = 0.0
2020-02-21 19:08:26,872 [DEBUG] [chardet.charsetprober] -> windows-1255 Hebrew confidence = 0.0
2020-02-21 19:08:26,872 [DEBUG] [chardet.charsetprober] -> windows-1255 Hebrew confidence = 0.0
2020-02-21 19:08:26,872 [DEBUG] [chardet.charsetprober] -> utf-8  confidence = 0.99
2020-02-21 19:08:26,873 [DEBUG] [chardet.charsetprober] -> SHIFT_JIS Japanese confidence = 0.01
2020-02-21 19:08:26,873 [DEBUG] [chardet.charsetprober] -> EUC-JP Japanese confidence = 0.01
2020-02-21 19:08:26,873 [DEBUG] [chardet.charsetprober] -> GB2312 Chinese confidence = 0.01
2020-02-21 19:08:26,873 [DEBUG] [chardet.charsetprober] -> EUC-KR Korean confidence = 0.01
2020-02-21 19:08:26,873 [DEBUG] [chardet.charsetprober] -> CP949 Korean confidence = 0.01
2020-02-21 19:08:26,873 [DEBUG] [chardet.charsetprober] -> Big5 Chinese confidence = 0.01
2020-02-21 19:08:26,873 [DEBUG] [chardet.charsetprober] -> EUC-TW Taiwan confidence = 0.01
2020-02-21 19:08:26,880 [DEBUG] [chardet.charsetprober] -> EUC-JP Japanese prober hit error at byte 180
2020-02-21 19:08:26,882 [DEBUG] [chardet.charsetprober] -> EUC-KR Korean prober hit error at byte 180
2020-02-21 19:08:26,883 [DEBUG] [chardet.charsetprober] -> CP949 Korean prober hit error at byte 180
2020-02-21 19:08:26,883 [DEBUG] [chardet.charsetprober] -> Big5 Chinese prober hit error at byte 181
2020-02-21 19:08:26,884 [DEBUG] [chardet.charsetprober] -> EUC-TW Taiwan prober hit error at byte 180
2020-02-21 19:08:26,887 [DEBUG] [chardet.charsetprober] -> utf-8  confidence = 0.505
2020-02-21 19:08:26,887 [DEBUG] [chardet.charsetprober] -> SHIFT_JIS Japanese confidence = 0.01
2020-02-21 19:08:26,887 [DEBUG] [chardet.charsetprober] -> EUC-JP not active
2020-02-21 19:08:26,888 [DEBUG] [chardet.charsetprober] -> GB2312 Chinese confidence = 0.01
2020-02-21 19:08:26,888 [DEBUG] [chardet.charsetprober] -> EUC-KR not active
2020-02-21 19:08:26,888 [DEBUG] [chardet.charsetprober] -> CP949 not active
2020-02-21 19:08:26,888 [DEBUG] [chardet.charsetprober] -> Big5 not active
2020-02-21 19:08:26,888 [DEBUG] [chardet.charsetprober] -> EUC-TW not active
2020-02-21 19:08:26,888 [DEBUG] [chardet.charsetprober] -> windows-1251 Russian confidence = 0.01
2020-02-21 19:08:26,888 [DEBUG] [chardet.charsetprober] -> KOI8-R Russian confidence = 0.01
2020-02-21 19:08:26,888 [DEBUG] [chardet.charsetprober] -> ISO-8859-5 Russian confidence = 0.01
2020-02-21 19:08:26,888 [DEBUG] [chardet.charsetprober] -> MacCyrillic Russian confidence = 0.0
2020-02-21 19:08:26,888 [DEBUG] [chardet.charsetprober] -> IBM866 Russian confidence = 0.0
2020-02-21 19:08:26,888 [DEBUG] [chardet.charsetprober] -> IBM855 Russian confidence = 0.01
2020-02-21 19:08:26,888 [DEBUG] [chardet.charsetprober] -> ISO-8859-7 Greek confidence = 0.0
2020-02-21 19:08:26,888 [DEBUG] [chardet.charsetprober] -> windows-1253 Greek confidence = 0.0
2020-02-21 19:08:26,888 [DEBUG] [chardet.charsetprober] -> ISO-8859-5 Bulgairan confidence = 0.01
2020-02-21 19:08:26,888 [DEBUG] [chardet.charsetprober] -> windows-1251 Bulgarian confidence = 0.01
2020-02-21 19:08:26,888 [DEBUG] [chardet.charsetprober] -> TIS-620 Thai confidence = 0.01
2020-02-21 19:08:26,888 [DEBUG] [chardet.charsetprober] -> ISO-8859-9 Turkish confidence = 0.4449604725693094
2020-02-21 19:08:26,888 [DEBUG] [chardet.charsetprober] -> windows-1255 Hebrew confidence = 0.0
2020-02-21 19:08:26,889 [DEBUG] [chardet.charsetprober] -> windows-1255 Hebrew confidence = 0.0
2020-02-21 19:08:26,889 [DEBUG] [chardet.charsetprober] -> windows-1255 Hebrew confidence = 0.0
2020-02-21 19:08:26,897 [DEBUG] [chardet.charsetprober] -> EUC-JP Japanese prober hit error at byte 38
2020-02-21 19:08:26,897 [DEBUG] [chardet.charsetprober] -> GB2312 Chinese prober hit error at byte 40
2020-02-21 19:08:26,897 [DEBUG] [chardet.charsetprober] -> EUC-KR Korean prober hit error at byte 38
2020-02-21 19:08:26,897 [DEBUG] [chardet.charsetprober] -> CP949 Korean prober hit error at byte 38
2020-02-21 19:08:26,897 [DEBUG] [chardet.charsetprober] -> Big5 Chinese prober hit error at byte 40
2020-02-21 19:08:26,898 [DEBUG] [chardet.charsetprober] -> EUC-TW Taiwan prober hit error at byte 38
2020-02-21 19:08:26,898 [DEBUG] [chardet.charsetprober] -> utf-8 not active
2020-02-21 19:08:26,898 [DEBUG] [chardet.charsetprober] -> CP932 Japanese confidence = 0.01
2020-02-21 19:08:26,898 [DEBUG] [chardet.charsetprober] -> EUC-JP not active
2020-02-21 19:08:26,898 [DEBUG] [chardet.charsetprober] -> GB2312 not active
2020-02-21 19:08:26,898 [DEBUG] [chardet.charsetprober] -> EUC-KR not active
2020-02-21 19:08:26,899 [DEBUG] [chardet.charsetprober] -> CP949 not active
2020-02-21 19:08:26,899 [DEBUG] [chardet.charsetprober] -> Big5 not active
2020-02-21 19:08:26,899 [DEBUG] [chardet.charsetprober] -> EUC-TW not active
2020-02-21 19:08:26,899 [DEBUG] [chardet.charsetprober] -> windows-1251 Russian confidence = 0.01
2020-02-21 19:08:26,899 [DEBUG] [chardet.charsetprober] -> KOI8-R Russian confidence = 0.01
2020-02-21 19:08:26,899 [DEBUG] [chardet.charsetprober] -> ISO-8859-5 Russian confidence = 0.01
2020-02-21 19:08:26,899 [DEBUG] [chardet.charsetprober] -> MacCyrillic Russian confidence = 0.01
2020-02-21 19:08:26,899 [DEBUG] [chardet.charsetprober] -> IBM866 Russian confidence = 0.01
2020-02-21 19:08:26,899 [DEBUG] [chardet.charsetprober] -> IBM855 Russian confidence = 0.0
2020-02-21 19:08:26,899 [DEBUG] [chardet.charsetprober] -> ISO-8859-7 Greek confidence = 0.01
2020-02-21 19:08:26,899 [DEBUG] [chardet.charsetprober] -> windows-1253 Greek confidence = 0.01
2020-02-21 19:08:26,899 [DEBUG] [chardet.charsetprober] -> ISO-8859-5 Bulgairan confidence = 0.01
2020-02-21 19:08:26,899 [DEBUG] [chardet.charsetprober] -> windows-1251 Bulgarian confidence = 0.01
2020-02-21 19:08:26,899 [DEBUG] [chardet.charsetprober] -> TIS-620 Thai confidence = 0.01
2020-02-21 19:08:26,899 [DEBUG] [chardet.charsetprober] -> ISO-8859-9 Turkish confidence = 0.1351064495921734
2020-02-21 19:08:26,899 [DEBUG] [chardet.charsetprober] -> windows-1255 Hebrew confidence = 0.0
2020-02-21 19:08:26,899 [DEBUG] [chardet.charsetprober] -> windows-1255 Hebrew confidence = 0.0
2020-02-21 19:08:26,899 [DEBUG] [chardet.charsetprober] -> windows-1255 Hebrew confidence = 0.0
2020-02-21 19:08:26,899 [DEBUG] [chardet.universaldetector] -> no probers hit minimum threshold
2020-02-21 19:08:26,900 [DEBUG] [chardet.universaldetector] -> utf-8  confidence = 0.010000000000000009
2020-02-21 19:08:26,900 [DEBUG] [chardet.universaldetector] -> CP932 Japanese confidence = 0.01
2020-02-21 19:08:26,900 [DEBUG] [chardet.universaldetector] -> EUC-JP Japanese confidence = 0.01
2020-02-21 19:08:26,900 [DEBUG] [chardet.universaldetector] -> GB2312 Chinese confidence = 0.01
2020-02-21 19:08:26,900 [DEBUG] [chardet.universaldetector] -> EUC-KR Korean confidence = 0.01
2020-02-21 19:08:26,900 [DEBUG] [chardet.universaldetector] -> CP949 Korean confidence = 0.01
2020-02-21 19:08:26,900 [DEBUG] [chardet.universaldetector] -> Big5 Chinese confidence = 0.01
2020-02-21 19:08:26,900 [DEBUG] [chardet.universaldetector] -> EUC-TW Taiwan confidence = 0.01
2020-02-21 19:08:26,900 [DEBUG] [chardet.universaldetector] -> windows-1251 Russian confidence = 0.01
2020-02-21 19:08:26,900 [DEBUG] [chardet.universaldetector] -> KOI8-R Russian confidence = 0.01
2020-02-21 19:08:26,900 [DEBUG] [chardet.universaldetector] -> ISO-8859-5 Russian confidence = 0.01
2020-02-21 19:08:26,900 [DEBUG] [chardet.universaldetector] -> MacCyrillic Russian confidence = 0.01
2020-02-21 19:08:26,900 [DEBUG] [chardet.universaldetector] -> IBM866 Russian confidence = 0.01
2020-02-21 19:08:26,900 [DEBUG] [chardet.universaldetector] -> IBM855 Russian confidence = 0.0
2020-02-21 19:08:26,900 [DEBUG] [chardet.universaldetector] -> ISO-8859-7 Greek confidence = 0.01
2020-02-21 19:08:26,900 [DEBUG] [chardet.universaldetector] -> windows-1253 Greek confidence = 0.01
2020-02-21 19:08:26,900 [DEBUG] [chardet.universaldetector] -> ISO-8859-5 Bulgairan confidence = 0.01
2020-02-21 19:08:26,900 [DEBUG] [chardet.universaldetector] -> windows-1251 Bulgarian confidence = 0.01
2020-02-21 19:08:26,900 [DEBUG] [chardet.universaldetector] -> TIS-620 Thai confidence = 0.01
2020-02-21 19:08:26,900 [DEBUG] [chardet.universaldetector] -> ISO-8859-9 Turkish confidence = 0.1351064495921734
2020-02-21 19:08:26,901 [DEBUG] [chardet.universaldetector] -> windows-1255 Hebrew confidence = 0.0
2020-02-21 19:08:26,901 [DEBUG] [chardet.universaldetector] -> windows-1255 Hebrew confidence = 0.0
2020-02-21 19:08:26,901 [DEBUG] [chardet.universaldetector] -> windows-1255 Hebrew confidence = 0.0
2020-02-21 19:08:26,901 [DEBUG] [chardet.universaldetector] -> windows-1255 Hebrew confidence = 0.0
2020-02-21 19:08:26,910 [DEBUG] [chardet.charsetprober] -> utf-8  confidence = 0.99
2020-02-21 19:08:26,911 [DEBUG] [chardet.charsetprober] -> SHIFT_JIS Japanese confidence = 0.01
2020-02-21 19:08:26,911 [DEBUG] [chardet.charsetprober] -> EUC-JP Japanese confidence = 0.01
2020-02-21 19:08:26,911 [DEBUG] [chardet.charsetprober] -> GB2312 Chinese confidence = 0.01
2020-02-21 19:08:26,911 [DEBUG] [chardet.charsetprober] -> EUC-KR Korean confidence = 0.01
2020-02-21 19:08:26,911 [DEBUG] [chardet.charsetprober] -> CP949 Korean confidence = 0.01
2020-02-21 19:08:26,911 [DEBUG] [chardet.charsetprober] -> Big5 Chinese confidence = 0.01
2020-02-21 19:08:26,911 [DEBUG] [chardet.charsetprober] -> EUC-TW Taiwan confidence = 0.01
2020-02-21 19:08:26,911 [DEBUG] [chardet.charsetprober] -> windows-1251 Russian confidence = 0.01
2020-02-21 19:08:26,911 [DEBUG] [chardet.charsetprober] -> KOI8-R Russian confidence = 0.01
2020-02-21 19:08:26,911 [DEBUG] [chardet.charsetprober] -> ISO-8859-5 Russian confidence = 0.01
2020-02-21 19:08:26,911 [DEBUG] [chardet.charsetprober] -> MacCyrillic Russian confidence = 0.01
2020-02-21 19:08:26,911 [DEBUG] [chardet.charsetprober] -> IBM866 Russian confidence = 0.01
2020-02-21 19:08:26,911 [DEBUG] [chardet.charsetprober] -> IBM855 Russian confidence = 0.01
2020-02-21 19:08:26,911 [DEBUG] [chardet.charsetprober] -> ISO-8859-7 Greek confidence = 0.0
2020-02-21 19:08:26,912 [DEBUG] [chardet.charsetprober] -> windows-1253 Greek confidence = 0.0
2020-02-21 19:08:26,912 [DEBUG] [chardet.charsetprober] -> ISO-8859-5 Bulgairan confidence = 0.01
2020-02-21 19:08:26,912 [DEBUG] [chardet.charsetprober] -> windows-1251 Bulgarian confidence = 0.01
2020-02-21 19:08:26,912 [DEBUG] [chardet.charsetprober] -> TIS-620 Thai confidence = 0.0
2020-02-21 19:08:26,912 [DEBUG] [chardet.charsetprober] -> ISO-8859-9 Turkish confidence = 0.4405813843957353
2020-02-21 19:08:26,912 [DEBUG] [chardet.charsetprober] -> windows-1255 Hebrew confidence = 0.0
2020-02-21 19:08:26,912 [DEBUG] [chardet.charsetprober] -> windows-1255 Hebrew confidence = 0.0
2020-02-21 19:08:26,912 [DEBUG] [chardet.charsetprober] -> windows-1255 Hebrew confidence = 0.0
2020-02-21 19:08:26,912 [DEBUG] [chardet.charsetprober] -> utf-8  confidence = 0.99
2020-02-21 19:08:26,912 [DEBUG] [chardet.charsetprober] -> SHIFT_JIS Japanese confidence = 0.01
2020-02-21 19:08:26,912 [DEBUG] [chardet.charsetprober] -> EUC-JP Japanese confidence = 0.01
2020-02-21 19:08:26,912 [DEBUG] [chardet.charsetprober] -> GB2312 Chinese confidence = 0.01
2020-02-21 19:08:26,912 [DEBUG] [chardet.charsetprober] -> EUC-KR Korean confidence = 0.01
2020-02-21 19:08:26,912 [DEBUG] [chardet.charsetprober] -> CP949 Korean confidence = 0.01
2020-02-21 19:08:26,912 [DEBUG] [chardet.charsetprober] -> Big5 Chinese confidence = 0.01
2020-02-21 19:08:26,912 [DEBUG] [chardet.charsetprober] -> EUC-TW Taiwan confidence = 0.01
2020-02-21 19:08:26,991 [INFO] [spyder.app.mainwindow] -> Chargement de l'explorateur de projet...
2020-02-21 19:08:27,085 [DEBUG] [spyder.plugins.completion.languageserver.client] -> python request: workspace/didChangeConfiguration
2020-02-21 19:08:27,386 [INFO] [spyder.app.mainwindow] -> Chargement des plugins tiers...
2020-02-21 19:08:27,392 [INFO] [spyder.app.mainwindow] -> Configuration de la fenêtre principale...
2020-02-21 19:08:27,567 [INFO] [spyder.app.mainwindow] -> Setting up window...
2020-02-21 19:08:27,581 [DEBUG] [spyder.plugins.completion.languageserver.client] -> python request: workspace/didChangeConfiguration
2020-02-21 19:08:27,581 [DEBUG] [spyder.plugins.editor.plugin] -> Completion server settings for python are: {'textDocumentSync': {'change': 2, 'save': {'includeText': True}, 'openClose': True}, 'hoverProvider': True, 'completionProvider': {'resolveProvider': False, 'triggerCharacters': ['.']}, 'signatureHelpProvider': {'triggerCharacters': ['(', ',', '=']}, 'definitionProvider': True, 'referencesProvider': True, 'documentHighlightProvider': True, 'documentSymbolProvider': True, 'workspaceSymbolProvider': False, 'codeActionProvider': True, 'codeLensProvider': {'resolveProvider': False}, 'documentFormattingProvider': True, 'documentRangeFormattingProvider': True, 'documentOnTypeFormattingProvider': {'firstTriggerCharacter': None, 'moreTriggerCharacter': []}, 'renameProvider': True, 'documentLinkProvider': {'resolveProvider': False}, 'executeCommandProvider': {'commands': []}, 'workspace': {'workspaceFolders': {'supported': True, 'changeNotifications': True}}, 'experimental': {}, 'foldingRangeProvider': True}
2020-02-21 19:08:27,581 [DEBUG] [spyder.plugins.editor.widgets.codeeditor] -> LSP available for: /home/<user>/.config/spyder-py3/temp.py
2020-02-21 19:08:27,581 [DEBUG] [spyder.plugins.editor.plugin] -> python completion server request: 'textDocument/didOpen'
2020-02-21 19:08:27,582 [DEBUG] [spyder.plugins.completion.languageserver.client] -> python request: textDocument/didOpen
2020-02-21 19:08:27,582 [DEBUG] [spyder.plugins.completion.kite.client] -> Perform textDocument/didOpen request with id 1
2020-02-21 19:08:27,582 [DEBUG] [spyder.plugins.completion.fallback.actor] -> Got request id 1: textDocument/didOpen for file /home/<user>/.config/spyder-py3/temp.py
2020-02-21 19:08:27,582 [DEBUG] [spyder.plugins.completion.languageserver.client] -> python request: initialized
2020-02-21 19:08:27,585 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (2): 127.0.0.1:46624
2020-02-21 19:08:27,588 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (3): 127.0.0.1:46624
2020-02-21 19:08:27,590 [DEBUG] [traitlets] -> Using default logger
2020-02-21 19:08:27,852 [DEBUG] [traitlets] -> Starting kernel: ['/usr/bin/python', '-m', 'spyder_kernels.console', '-f', '/home/<user>/.local/share/jupyter/runtime/kernel-ab952476f745.json']
2020-02-21 19:08:27,862 [DEBUG] [traitlets] -> Connecting to: tcp://127.0.0.1:47567
2020-02-21 19:08:27,868 [DEBUG] [traitlets] -> connecting heartbeat channel to tcp://127.0.0.1:43781
2020-02-21 19:08:27,869 [DEBUG] [asyncio] -> Using selector: EpollSelector
2020-02-21 19:08:27,870 [DEBUG] [asyncio] -> Using selector: EpollSelector
2020-02-21 19:08:27,870 [DEBUG] [traitlets] -> connecting shell channel to tcp://127.0.0.1:57981
2020-02-21 19:08:27,871 [DEBUG] [traitlets] -> Connecting to: tcp://127.0.0.1:57981
2020-02-21 19:08:27,872 [DEBUG] [traitlets] -> connecting iopub channel to tcp://127.0.0.1:58737
2020-02-21 19:08:27,872 [DEBUG] [traitlets] -> Connecting to: tcp://127.0.0.1:58737
2020-02-21 19:08:27,873 [DEBUG] [traitlets] -> connecting stdin channel to tcp://127.0.0.1:49375
2020-02-21 19:08:27,873 [DEBUG] [traitlets] -> Connecting to: tcp://127.0.0.1:49375
2020-02-21 19:08:27,953 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel EdgeLine at floating
2020-02-21 19:08:27,953 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:27,953 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel EdgeLine installed
2020-02-21 19:08:27,953 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel IndentationGuide at floating
2020-02-21 19:08:27,954 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:27,954 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel IndentationGuide installed
2020-02-21 19:08:27,954 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel FoldingPanel at left
2020-02-21 19:08:27,954 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:27,954 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel FoldingPanel installed
2020-02-21 19:08:27,955 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel DebuggerPanel at left
2020-02-21 19:08:27,955 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:27,955 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel DebuggerPanel installed
2020-02-21 19:08:27,955 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel LineNumberArea at left
2020-02-21 19:08:27,956 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:27,957 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel LineNumberArea installed
2020-02-21 19:08:27,957 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel ClassFunctionDropdown at top
2020-02-21 19:08:27,961 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:27,961 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel ClassFunctionDropdown installed
2020-02-21 19:08:27,962 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel ScrollFlagArea at right
2020-02-21 19:08:27,962 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:27,962 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel ScrollFlagArea installed
2020-02-21 19:08:27,962 [DEBUG] [spyder.api.panel] -> ScrollFlagArea visibility changed
2020-02-21 19:08:27,962 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:27,962 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:27,970 [DEBUG] [spyder.plugins.editor.extensions.manager] -> adding extension CloseQuotesExtension
2020-02-21 19:08:27,971 [DEBUG] [spyder.plugins.editor.extensions.manager] -> adding extension SnippetsExtension
2020-02-21 19:08:27,971 [DEBUG] [spyder.plugins.editor.extensions.manager] -> adding extension CloseBracketsExtension
2020-02-21 19:08:27,975 [DEBUG] [spyder.api.panel] -> DebuggerPanel visibility changed
2020-02-21 19:08:27,975 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:27,975 [DEBUG] [spyder.api.panel] -> FoldingPanel visibility changed
2020-02-21 19:08:27,975 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:27,976 [DEBUG] [spyder.api.panel] -> ScrollFlagArea visibility changed
2020-02-21 19:08:27,976 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:27,977 [DEBUG] [spyder.api.panel] -> EdgeLine visibility changed
2020-02-21 19:08:27,977 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:27,978 [DEBUG] [spyder.api.panel] -> IndentationGuide visibility changed
2020-02-21 19:08:27,978 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:27,979 [DEBUG] [spyder.api.panel] -> LineNumberArea visibility changed
2020-02-21 19:08:27,979 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:27,980 [DEBUG] [spyder.api.panel] -> ClassFunctionDropdown visibility changed
2020-02-21 19:08:27,981 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:27,982 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:28,178 [INFO] [spyder.app.mainwindow] -> *** End of MainWindow setup ***
2020-02-21 19:08:28,268 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:28,294 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:28,346 [INFO] [spyder.app.mainwindow] -> Deleting previous Spyder instance LSP logs...
2020-02-21 19:08:28,477 [DEBUG] [spyder.plugins.editor.widgets.editor] -> Call ThreadManager's 'close_threads'
2020-02-21 19:08:28,478 [DEBUG] [spyder.plugins.editor.plugin] -> python completion server request: 'textDocument/didClose'
2020-02-21 19:08:28,479 [DEBUG] [spyder.plugins.completion.languageserver.providers.document] -> [textDocument/didClose] File: /home/<user>/.config/spyder-py3/temp.py
2020-02-21 19:08:28,479 [DEBUG] [spyder.plugins.completion.languageserver.client] -> python request: textDocument/didClose
2020-02-21 19:08:28,480 [DEBUG] [spyder.plugins.completion.fallback.actor] -> Got request id 2: textDocument/didClose for file /home/<user>/.config/spyder-py3/temp.py
2020-02-21 19:08:28,483 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 1 Got response from kite
2020-02-21 19:08:28,498 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 2 Got response from kite
2020-02-21 19:08:28,498 [DEBUG] [spyder.plugins.completion.languageserver.client] -> python response: textDocument/publishDiagnostics
2020-02-21 19:08:28,498 [DEBUG] [spyder.plugins.editor.plugin] -> python completion server request: 'textDocument/foldingRange'
2020-02-21 19:08:28,499 [DEBUG] [spyder.plugins.completion.languageserver.client] -> python request: textDocument/foldingRange
2020-02-21 19:08:28,499 [DEBUG] [spyder.plugins.editor.plugin] -> python completion server request: 'textDocument/documentSymbol'
2020-02-21 19:08:28,499 [DEBUG] [spyder.plugins.completion.fallback.actor] -> Got request id 3: textDocument/foldingRange for file /home/<user>/.config/spyder-py3/temp.py
2020-02-21 19:08:28,499 [DEBUG] [spyder.plugins.completion.languageserver.client] -> python request: textDocument/documentSymbol
2020-02-21 19:08:28,503 [DEBUG] [spyder.plugins.completion.fallback.actor] -> Got request id 4: textDocument/documentSymbol for file /home/<user>/.config/spyder-py3/temp.py
2020-02-21 19:08:28,504 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 1 timed out
2020-02-21 19:08:28,621 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel EdgeLine at floating
2020-02-21 19:08:28,622 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:28,622 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel EdgeLine installed
2020-02-21 19:08:28,622 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel IndentationGuide at floating
2020-02-21 19:08:28,622 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:28,623 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel IndentationGuide installed
2020-02-21 19:08:28,623 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel FoldingPanel at left
2020-02-21 19:08:28,623 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:28,623 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel FoldingPanel installed
2020-02-21 19:08:28,624 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel DebuggerPanel at left
2020-02-21 19:08:28,624 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:28,624 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel DebuggerPanel installed
2020-02-21 19:08:28,624 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel LineNumberArea at left
2020-02-21 19:08:28,624 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:28,624 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel LineNumberArea installed
2020-02-21 19:08:28,625 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel ClassFunctionDropdown at top
2020-02-21 19:08:28,628 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:28,629 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel ClassFunctionDropdown installed
2020-02-21 19:08:28,629 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel ScrollFlagArea at right
2020-02-21 19:08:28,630 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:28,630 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel ScrollFlagArea installed
2020-02-21 19:08:28,630 [DEBUG] [spyder.api.panel] -> ScrollFlagArea visibility changed
2020-02-21 19:08:28,630 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:28,630 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:28,636 [DEBUG] [spyder.plugins.editor.extensions.manager] -> adding extension CloseQuotesExtension
2020-02-21 19:08:28,636 [DEBUG] [spyder.plugins.editor.extensions.manager] -> adding extension SnippetsExtension
2020-02-21 19:08:28,636 [DEBUG] [spyder.plugins.editor.extensions.manager] -> adding extension CloseBracketsExtension
2020-02-21 19:08:28,647 [DEBUG] [spyder.api.panel] -> EdgeLine visibility changed
2020-02-21 19:08:28,648 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:28,648 [DEBUG] [spyder.api.panel] -> IndentationGuide visibility changed
2020-02-21 19:08:28,648 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:28,648 [DEBUG] [spyder.api.panel] -> FoldingPanel visibility changed
2020-02-21 19:08:28,648 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:28,649 [DEBUG] [spyder.api.panel] -> DebuggerPanel visibility changed
2020-02-21 19:08:28,649 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:28,649 [DEBUG] [spyder.api.panel] -> LineNumberArea visibility changed
2020-02-21 19:08:28,650 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:28,650 [DEBUG] [spyder.api.panel] -> ClassFunctionDropdown visibility changed
2020-02-21 19:08:28,650 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:28,651 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:28,652 [DEBUG] [spyder.plugins.editor.widgets.editor] -> Set focus to: None
2020-02-21 19:08:28,652 [DEBUG] [spyder.plugins.editor.widgets.editor] -> Current changed: 0 - None
2020-02-21 19:08:28,654 [DEBUG] [spyder.api.panel] -> DebuggerPanel visibility changed
2020-02-21 19:08:28,654 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:28,654 [DEBUG] [spyder.api.panel] -> FoldingPanel visibility changed
2020-02-21 19:08:28,655 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:28,655 [DEBUG] [spyder.api.panel] -> ScrollFlagArea visibility changed
2020-02-21 19:08:28,658 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:28,660 [DEBUG] [spyder.api.panel] -> EdgeLine visibility changed
2020-02-21 19:08:28,660 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:28,660 [DEBUG] [spyder.api.panel] -> IndentationGuide visibility changed
2020-02-21 19:08:28,661 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:28,661 [DEBUG] [spyder.api.panel] -> LineNumberArea visibility changed
2020-02-21 19:08:28,662 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:28,673 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:28,682 [DEBUG] [spyder.api.panel] -> ClassFunctionDropdown visibility changed
2020-02-21 19:08:28,682 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels
2020-02-21 19:08:28,720 [DEBUG] [spyder.plugins.editor.plugin] -> Start completion server for /home/<user>/.config/spyder-py3/temp.py [Python]
2020-02-21 19:08:28,721 [DEBUG] [spyder.plugins.editor.plugin] -> Python completion server is ready
2020-02-21 19:08:28,721 [DEBUG] [spyder.plugins.editor.widgets.codeeditor] -> Completions services available for: /home/<user>/.config/spyder-py3/temp.py
2020-02-21 19:08:28,721 [DEBUG] [spyder.plugins.editor.plugin] -> python completion server request: 'textDocument/didOpen'
2020-02-21 19:08:28,722 [DEBUG] [spyder.plugins.completion.languageserver.client] -> python request: textDocument/didOpen
2020-02-21 19:08:28,722 [DEBUG] [spyder.plugins.completion.kite.client] -> Perform textDocument/didOpen request with id 5
2020-02-21 19:08:28,722 [DEBUG] [spyder.plugins.editor.widgets.codeeditor] -> LSP available for: /home/<user>/.config/spyder-py3/temp.py
2020-02-21 19:08:28,723 [DEBUG] [spyder.plugins.completion.fallback.actor] -> Got request id 5: textDocument/didOpen for file /home/<user>/.config/spyder-py3/temp.py
2020-02-21 19:08:28,723 [DEBUG] [spyder.plugins.editor.plugin] -> python completion server request: 'textDocument/didOpen'
2020-02-21 19:08:28,727 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (4): 127.0.0.1:46624
2020-02-21 19:08:28,727 [DEBUG] [spyder.plugins.completion.languageserver.client] -> python request: textDocument/didOpen
2020-02-21 19:08:28,728 [DEBUG] [spyder.plugins.editor.widgets.editor] -> Set focus to: /home/<user>/.config/spyder-py3/temp.py
2020-02-21 19:08:28,728 [DEBUG] [spyder.plugins.completion.fallback.actor] -> Got request id 6: textDocument/didOpen for file /home/<user>/.config/spyder-py3/temp.py
2020-02-21 19:08:28,728 [DEBUG] [spyder.plugins.editor.widgets.editor] -> Current changed: 0 - /home/<user>/.config/spyder-py3/temp.py
2020-02-21 19:08:28,730 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (5): 127.0.0.1:46624
2020-02-21 19:08:28,732 [DEBUG] [spyder.plugins.completion.kite.client] -> Perform textDocument/didOpen request with id 6
2020-02-21 19:08:28,733 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (6): 127.0.0.1:46624
2020-02-21 19:08:28,735 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (7): 127.0.0.1:46624
2020-02-21 19:08:28,736 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 3 Got response from kite
2020-02-21 19:08:28,736 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 4 Got response from kite
2020-02-21 19:08:28,738 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 5 Got response from kite
2020-02-21 19:08:28,790 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 3 Got response from lsp
2020-02-21 19:08:28,790 [DEBUG] [spyder.plugins.completion.plugin] -> Gather responses for textDocument/foldingRange
2020-02-21 19:08:28,790 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 4 Got response from lsp
2020-02-21 19:08:28,790 [DEBUG] [spyder.plugins.completion.plugin] -> Gather responses for textDocument/documentSymbol
2020-02-21 19:08:28,791 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 2 timed out
2020-02-21 19:08:28,791 [DEBUG] [spyder.plugins.editor.widgets.editor] -> Added thread <spyder.plugins.editor.widgets.editor.AnalysisThread object at 0x7f868c21fd30> to queue
2020-02-21 19:08:28,797 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 6 Got response from kite
2020-02-21 19:08:28,859 [DEBUG] [matplotlib] -> CONFIGDIR=/home/<user>/.config/matplotlib
2020-02-21 19:08:28,862 [DEBUG] [matplotlib] -> matplotlib data path: /usr/lib/python3.8/site-packages/matplotlib/mpl-data
2020-02-21 19:08:28,862 [DEBUG] [matplotlib] -> loaded rc file /home/<user>/.config/matplotlib/matplotlibrc
2020-02-21 19:08:28,863 [DEBUG] [matplotlib] -> matplotlib version 3.2.0rc3
2020-02-21 19:08:28,864 [DEBUG] [matplotlib] -> interactive is False
2020-02-21 19:08:28,864 [DEBUG] [matplotlib] -> platform is linux
2020-02-21 19:08:28,865 [DEBUG] [matplotlib] -> loaded modules: ['sys', 'builtins', '_frozen_importlib', '_imp', '_warnings', '_frozen_importlib_external', '_io', 'marshal', 'posix', '_thread', '_weakref', 'time', 'zipimport', '_codecs', 'codecs', 'encodings.aliases', 'encodings', 'encodings.utf_8', '_signal', '__main__', 'encodings.latin_1', '_abc', 'abc', 'io', '_stat', 'stat', 'genericpath', 'posixpath', 'os.path', '_collections_abc', 'os', '_sitebuiltins', '_locale', '_bootlocale', 'types', 'importlib._bootstrap', 'importlib._bootstrap_external', 'warnings', 'importlib', 'importlib.machinery', 'importlib.abc', '_operator', 'operator', 'keyword', '_heapq', 'heapq', 'itertools', 'reprlib', '_collections', 'collections', '_functools', 'functools', 'contextlib', 'importlib.util', 'mpl_toolkits', 'ruamel', 'sphinxcontrib', 'site', 'spyder', 'spyder.app', '_ctypes', '_struct', 'struct', 'ctypes._endian', 'ctypes', 'math', '_bisect', 'bisect', '_sha512', '_random', 'random', '_socket', 'collections.abc', 'select', 'selectors', 'enum', 'errno', 'socket', '_sre', 'sre_constants', 'sre_parse', 'sre_compile', 'copyreg', 're', 'platform', 'zmq.backend.select', 'cython_runtime', 'zmq.backend.cython.constants', '_cython_0_29_14', 'zmq.backend.cython.error', '_weakrefset', 'threading', 'zmq.error', 'zmq.backend.cython.message', 'zmq.backend.cython.context', 'weakref', 'copy', '_compat_pickle', '_pickle', 'pickle', 'zmq.backend.cython.socket', 'zmq.backend.cython.utils', 'zmq.backend.cython._poll', 'zmq.backend.cython._version', 'zmq.backend.cython._device', 'zmq.backend.cython._proxy_steerable', 'zmq.backend.cython', 'zmq.backend', 'zmq.utils', 'zmq.utils.constant_names', 'zmq.sugar.constants', 'atexit', 'zmq.sugar.attrsettr', 'zmq.sugar.poll', 'zmq.utils.strtypes', '_json', 'json.scanner', 'json.decoder', 'json.encoder', 'json', 'zmq.utils.jsonapi', 'zmq.sugar.socket', 'zmq.sugar.context', 'zmq.sugar.frame', 'zmq.sugar.tracker', 'zmq.sugar.version', 'zmq.sugar.stopwatch', 'zmq.sugar', 'zmq', 'fnmatch', 'zlib', '_compression', '_bz2', 'bz2', '_lzma', 'lzma', 'pwd', 'grp', 'shutil', 'locale', 'gettext', 'argparse', 'spyder.app.cli_options', 'spyder.config', '__future__', 'termios', 'getpass', 'tempfile', 'spyder.utils', 'chardet.compat', 'token', 'tokenize', 'linecache', 'traceback', '_string', 'string', 'logging', 'chardet.enums', 'chardet.charsetprober', 'chardet.charsetgroupprober', 'chardet.codingstatemachine', 'chardet.escsm', 'chardet.escprober', 'chardet.latin1prober', 'chardet.mbcssm', 'chardet.utf8prober', 'chardet.mbcharsetprober', 'chardet.euctwfreq', 'chardet.euckrfreq', 'chardet.gb2312freq', 'chardet.big5freq', 'chardet.jisfreq', 'chardet.chardistribution', 'chardet.jpcntx', 'chardet.sjisprober', 'chardet.eucjpprober', 'chardet.gb2312prober', 'chardet.euckrprober', 'chardet.cp949prober', 'chardet.big5prober', 'chardet.euctwprober', 'chardet.mbcsgroupprober', 'chardet.sbcharsetprober', 'chardet.langcyrillicmodel', 'chardet.langgreekmodel', 'chardet.langbulgarianmodel', 'chardet.langthaimodel', 'chardet.langhebrewmodel', 'chardet.hebrewprober', 'chardet.langturkishmodel', 'chardet.sbcsgroupprober', 'chardet.universaldetector', 'chardet.version', 'chardet', 'fcntl', 'atomicwrites', 'configparser', '_queue', 'queue', 'binascii', 'base64', 'spyder.py3compat', 'spyder.utils.external', 'spyder.utils.external.binaryornot', 'spyder.utils.external.binaryornot.helpers', 'spyder.utils.external.binaryornot.check', 'spyder.utils.encoding', 'spyder.config.base', 'spyder_kernels._version', 'spyder_kernels', 'spyder_kernels.utils', 'tarfile', '_opcode', 'opcode', 'dis', 'inspect', 'glob', 'numpy._globals', 'numpy.__config__', 'numpy.version', 'numpy._distributor_init', 'textwrap', '_datetime', 'datetime', 'numpy.core._multiarray_umath', 'numpy.compat._inspect', 'ntpath', 'urllib', 'urllib.parse', 'pathlib', 'numpy.compat.py3k', 'numpy.compat', 'numpy.core.overrides', 'numpy.core.multiarray', 'numpy.core.umath', 'numbers', 'numpy.core._string_helpers', 'numpy.core._dtype', 'numpy.core._type_aliases', 'numpy.core.numerictypes', 'numpy.core._asarray', 'numpy.core._exceptions', 'numpy.core._methods', 'numpy.core.fromnumeric', 'numpy.core.shape_base', 'numpy.core._ufunc_config', 'numpy.core.arrayprint', 'numpy.core.numeric', 'numpy.core.defchararray', 'numpy.core.records', 'numpy.core.memmap', 'numpy.core.function_base', 'numpy.core.machar', 'numpy.core.getlimits', 'numpy.core.einsumfunc', 'numpy.core._multiarray_tests', 'numpy.core._add_newdocs', 'numpy.core._dtype_ctypes', 'numpy.core._internal', 'numpy._pytesttester', 'numpy.core', 'numpy.lib.mixins', 'numpy.lib.ufunclike', 'numpy.lib.type_check', 'numpy.lib.scimath', '_ast', 'ast', 'numpy.lib.twodim_base', 'numpy.linalg.lapack_lite', 'numpy.linalg._umath_linalg', 'numpy.linalg.linalg', 'numpy.linalg', 'numpy.matrixlib.defmatrix', 'numpy.matrixlib', 'numpy.lib.histograms', 'numpy.lib.function_base', 'numpy.lib.stride_tricks', 'numpy.lib.index_tricks', 'numpy.lib.nanfunctions', 'numpy.lib.shape_base', 'numpy.lib.polynomial', 'numpy.lib.utils', 'numpy.lib.arraysetops', 'numpy.lib.format', 'numpy.lib._datasource', 'numpy.lib._iotools', 'numpy.lib.npyio', '_contextvars', 'contextvars', '_pydecimal', 'decimal', 'numpy.lib.financial', 'numpy.lib.arrayterator', 'numpy.lib.arraypad', 'numpy.lib._version', 'numpy.lib', 'numpy.fft._pocketfft_internal', 'numpy.fft._pocketfft', 'numpy.fft.helper', 'numpy.fft', 'numpy.polynomial.polyutils', 'numpy.polynomial._polybase', 'numpy.polynomial.polynomial', 'numpy.polynomial.chebyshev', 'numpy.polynomial.legendre', 'numpy.polynomial.hermite', 'numpy.polynomial.hermite_e', 'numpy.polynomial.laguerre', 'numpy.polynomial', 'numpy.random._common', '_hashlib', '_blake2', '_sha3', 'hashlib', 'hmac', 'secrets', 'numpy.random._bit_generator', 'numpy.random._bounded_integers', 'numpy.random._mt19937', 'numpy.random.mtrand', 'numpy.random._philox', 'numpy.random._pcg64', 'numpy.random._sfc64', 'numpy.random._generator', 'numpy.random._pickle', 'numpy.random', 'numpy.ctypeslib', 'numpy.ma.core', 'numpy.ma.extras', 'numpy.ma', 'numpy', 'pytz.exceptions', 'pytz.lazy', 'pytz.tzinfo', 'pytz.tzfile', 'pytz', 'dateutil._version', 'dateutil', 'pandas.compat', 'distutils', 'distutils.version', 'pandas.compat.numpy', '_cython_0_29_15', 'pandas._libs.tslibs.np_datetime', 'pandas._libs.tslibs.nattype', 'six', 'six.moves', 'dateutil.tz._common', 'dateutil.tz._factories', 'dateutil.tz.tz', 'dateutil.tz', 'pandas._libs.tslibs.timezones', 'typing.io', 'typing.re', 'typing', 'pandas._config.config', 'pandas._config.dates', 'pandas._config.display', 'pandas._config', 'signal', '_posixsubprocess', 'subprocess', 'pandas._config.localization', 'calendar', 'pandas._libs.tslibs.strptime', 'pandas._libs.tslibs.ccalendar', 'dateutil._common', 'dateutil.relativedelta', 'pandas._libs.tslibs.offsets', 'pandas._libs.tslibs.timedeltas', 'pandas._libs.tslibs.tzconversion', 'pandas._libs.tslibs.fields', 'pandas._libs.tslibs.c_timestamp', 'pandas._libs.tslibs.frequencies', 'dateutil.parser._parser', 'dateutil.parser.isoparser', 'dateutil.parser', 'pandas._libs.tslibs.parsing', 'pandas._libs.tslibs.conversion', 'pandas._libs.tslibs.timestamps', 'pandas._libs.tslibs.resolution', 'pandas._libs.tslibs.period', 'pandas._libs.tslibs', 'pandas._libs', 'pandas._libs.ops_dispatch', 'pandas._libs.missing', 'pandas._libs.hashtable', 'fractions', 'pandas._libs.tslib', 'pandas._libs.lib', 'pandas.core', 'pandas.core.config_init', 'pandas.core.dtypes', 'pandas._libs.algos', 'pandas._libs.interval', 'pandas._typing', 'pandas.errors', 'pandas.core.dtypes.generic', 'pandas.core.dtypes.base', 'pandas.core.dtypes.inference', 'pandas.core.dtypes.dtypes', 'pandas.core.dtypes.common', 'pandas.core.dtypes.missing', 'pandas._libs.properties', 'pandas.util._decorators', 'pandas.core.util', 'pandas._libs.hashing', 'pandas.util._validators', 'pandas.core.dtypes.cast', 'pandas.core.util.hashing', 'pandas.util', 'pandas.core.common', 'pandas.core.construction', 'pandas.core.indexers', 'pandas.core.algorithms', 'pandas.compat.numpy.function', 'pandas._libs.ops', 'pandas.core.ops.roperator', 'pandas.core.ops.missing', 'pandas.core.ops.dispatch', 'pandas.core.ops.invalid', 'pandas.core.ops.array_ops', 'pandas.core.ops.common', 'pandas.core.ops.docstrings', 'pandas.core.ops.mask_ops', 'pandas.core.ops.methods', 'pandas.core.ops', 'pandas.compat._optional', 'pandas.core.missing', 'pandas.core.sorting', 'pandas.core.arrays.base', 'pandas.core.nanops', 'pandas.core.arrays.masked', 'pandas.core.arrays.boolean', 'pandas.core.accessor', 'pandas.core.base', 'pandas.io', 'pandas.io.formats', 'pandas.io.formats.console', 'pandas.core.arrays.categorical', 'pandas.tseries', 'dateutil.easter', 'pandas.tseries.offsets', 'pandas.tseries.frequencies', 'pandas.core.arrays.datetimelike', 'pandas.core.arrays._ranges', 'pandas.core.arrays.datetimes', 'pandas.core.tools', 'pandas.core.tools.numeric', 'pandas.core.arrays.integer', 'pandas.core.indexes', 'pandas._libs.index', 'pandas._libs.join', 'pandas.core.dtypes.concat', 'pandas.io.formats.printing', 'pandas.core.indexes.frozen', 'pandas.core.strings', 'pandas.core.indexes.base', 'pandas.core.arrays.interval', 'pandas.core.arrays.numpy_', 'pandas.core.arrays.period', 'pandas._libs.sparse', 'pandas.core.arrays.sparse.dtype', 'pandas.core.arrays.sparse.array', 'pandas.core.arrays.sparse.accessor', 'pandas.core.arrays.sparse', 'pandas.core.arrays.string_', 'pandas.core.arrays.timedeltas', 'pandas.core.arrays', 'gc', 'pandas.core.indexes.extension', 'pandas.core.indexes.category', 'pandas.core.indexes.numeric', 'pandas.core.tools.timedeltas', 'pandas.core.indexes.datetimelike', 'pandas.arrays', 'pandas.core.tools.datetimes', 'pandas.core.indexes.datetimes', 'pandas.util._exceptions', 'pandas.core.indexes.multi', 'pandas.core.indexes.timedeltas', 'pandas.core.indexes.interval', 'pandas.core.indexes.period', 'pandas.core.indexes.range', 'pandas.core.indexes.api', 'pandas._libs.indexing', 'pandas.core.indexing', 'pandas._libs.writers', 'pandas._libs.internals', 'pandas.core.internals.blocks', 'pandas.core.internals.concat', 'pandas.core.internals.managers', 'pandas.core.internals', 'unicodedata', 'gzip', 'mmap', 'zipfile', 'pandas.io.common', 'pandas.io.formats.format', 'pandas.core.generic', 'pandas.core.internals.construction', 'pandas._libs.reshape', 'pandas.core.indexes.accessors', 'pandas.plotting._core', 'pandas.plotting._misc', 'pandas.plotting', 'pandas._libs.window', 'pandas._libs.window.aggregations', 'pandas.core.groupby.base', 'pandas.core.window.common', 'pandas._libs.window.indexers', 'pandas.core.window.indexers', 'pandas.core.window.numba_', 'pandas.core.window.rolling', 'pandas.core.window.ewm', 'pandas.core.window.expanding', 'pandas.core.window', 'pandas.core.series', 'pandas.core.frame', 'pandas._libs.groupby', 'pandas._libs.reduction', 'pandas.core.groupby.categorical', 'pandas.core.groupby.grouper', 'pandas.core.groupby.ops', 'pandas.core.groupby.groupby', 'pandas.core.groupby.generic', 'pandas.core.groupby', 'pandas.core.api', 'pandas.tseries.api', 'pandas.core.computation', 'pandas.core.computation.common', 'pandas.core.computation.align', 'pprint', 'pandas.compat.chainmap', 'pandas.core.computation.scope', 'pandas.core.computation.ops', 'pandas.core.computation.engines', 'pandas.core.computation.parsing', 'pandas.core.computation.expr', 'pandas.core.computation.eval', 'pandas.core.computation.api', 'pandas.core.reshape', 'pandas.core.reshape.concat', 'pandas.core.reshape.melt', 'pandas.core.reshape.merge', 'pandas.core.reshape.util', 'pandas.core.reshape.pivot', 'pandas.core.reshape.reshape', 'pandas.core.reshape.tile', 'pandas.core.reshape.api', 'pandas.api.extensions', 'pandas.api.indexers', 'pandas.core.dtypes.api', 'pandas.api.types', 'pandas.api', 'pandas.util._print_versions', 'pandas.io.clipboards', '_csv', 'csv', 'pandas._libs.parsers', 'pandas.io.excel._util', 'pandas.io.date_converters', 'pandas.io.parsers', 'pandas.io.excel._odfreader', 'pandas.io.excel._openpyxl', 'pandas.io.excel._xlrd', 'pandas.io.excel._pyxlsb', 'pandas.io.excel._base', 'pandas._libs.json', 'pandas.io.excel._xlsxwriter', 'pandas.io.excel._xlwt', 'pandas.io.excel', 'pandas.io.feather_format', 'pandas.io.gbq', 'pandas.io.html', 'pandas.io.json._normalize', 'pandas.io.json._table_schema', 'pandas.io.json._json', 'pandas.io.json', 'pandas.io.orc', 'pandas.io.parquet', 'pandas.compat.pickle_compat', 'pandas.io.pickle', 'pandas.core.computation.pytables', 'pandas.io.pytables', 'pandas.io.sas.sasreader', 'pandas.io.sas', 'pandas.io.spss', 'pandas.io.sql', 'pandas.io.stata', 'pandas.io.api', 'pandas.util._tester', 'pandas._libs.testing', 'pandas._testing', 'pandas.testing', 'pandas._version', 'pandas', 'spyder_kernels.py3compat', 'scipy._lib._testutils', 'scipy._lib', 'scipy._lib.deprecation', 'scipy._distributor_init', 'scipy.__config__', 'scipy.version', 'scipy._lib.six', 'scipy._lib._version', 'scipy._lib._ccallback_c', 'scipy._lib._ccallback', 'scipy._lib._uarray._uarray', 'scipy._lib._uarray._backend', 'scipy._lib._uarray', 'scipy._lib.uarray', 'scipy.fft._basic', 'scipy.fft._realtransforms', 'scipy.fft._pocketfft.pypocketfft', 'scipy.fft._pocketfft.helper', 'scipy.fft._pocketfft.basic', 'scipy.fft._pocketfft.realtransforms', 'scipy.fft._pocketfft', 'scipy.fft._helper', 'scipy.fft._backend', 'numpy.dual', 'scipy.fft', 'scipy', 'scipy._lib.doccer', 'scipy.io.matlab.byteordercodes', 'scipy.io.matlab.miobase', 'unittest.util', 'unittest.result', 'concurrent', 'concurrent.futures._base', 'concurrent.futures', '_ssl', 'ssl', 'asyncio.constants', 'asyncio.format_helpers', 'asyncio.base_futures', 'asyncio.log', 'asyncio.coroutines', 'asyncio.exceptions', 'asyncio.base_tasks', '_asyncio', 'asyncio.events', 'asyncio.futures', 'asyncio.protocols', 'asyncio.transports', 'asyncio.sslproto', 'asyncio.locks', 'asyncio.tasks', 'asyncio.staggered', 'asyncio.trsock', 'asyncio.base_events', 'asyncio.runners', 'asyncio.queues', 'asyncio.streams', 'asyncio.subprocess', 'asyncio.base_subprocess', 'asyncio.selector_events', 'asyncio.unix_events', 'asyncio', 'difflib', 'unittest.case', 'unittest.async_case', 'unittest.suite', 'unittest.loader', 'unittest.signals', 'unittest.runner', 'unittest.main', 'unittest', 'numpy.testing._private', 'numpy.testing._private.utils', 'numpy.testing._private.decorators', 'numpy.testing._private.nosetester', 'numpy.testing', 'scipy._lib._numpy_compat', 'scipy.sparse.sputils', 'scipy.sparse.base', 'scipy.sparse._sparsetools', 'multiprocessing.process', 'array', 'multiprocessing.reduction', 'multiprocessing.context', '__mp_main__', 'multiprocessing', 'scipy._lib._util', 'scipy.sparse.data', 'scipy.sparse.dia', 'scipy.sparse._index', 'scipy.sparse.compressed', 'scipy.sparse.csr', 'scipy.sparse.csc', 'scipy.sparse._csparsetools', 'scipy.sparse.lil', 'scipy.sparse.dok', 'scipy.sparse.coo', 'scipy.sparse.bsr', 'scipy.sparse.construct', 'scipy.sparse.extract', 'scipy.sparse._matrix_io', 'scipy.sparse.csgraph._laplacian', 'scipy.sparse.csgraph._tools', 'scipy.sparse.csgraph._validation', 'scipy.sparse.csgraph._shortest_path', 'scipy.sparse.csgraph._traversal', 'scipy.sparse.csgraph._min_spanning_tree', 'scipy.sparse.csgraph._flow', 'scipy.sparse.csgraph._matching', 'scipy.sparse.csgraph._reordering', 'scipy.sparse.csgraph', 'scipy.sparse', 'scipy.io.matlab.mio_utils', 'scipy.io.matlab.mio4', 'scipy.io.matlab.streams', 'scipy.io.matlab.mio5_params', 'scipy.io.matlab.mio5_utils', 'scipy.io.matlab.mio5', 'scipy.io.matlab.mio', 'scipy.io.matlab', 'scipy.io.netcdf', 'scipy.io._fortran', 'scipy.io.mmio', 'scipy.io.idl', 'scipy.io.harwell_boeing._fortran_format_parser', 'scipy.io.harwell_boeing.hb', 'scipy.io.harwell_boeing', 'scipy.io', 'PIL._version', 'PIL', 'PIL.ImageMode', 'PIL.TiffTags', 'PIL._util', 'PIL._binary', 'PIL._imaging', 'cffi.lock', 'cffi.error', 'cffi.model', 'cffi.api', 'cffi', 'PIL.Image', 'spyder.pil_patch', 'spyder.otherplugins', 'spyder_kernels.utils.iofuncs', 'spyder.config.utils', 'spyder.config.fonts', 'spyder.config.appearance', 'spyder.plugins', 'spyder.plugins.editor', 'spyder.plugins.editor.utils', 'spyder.plugins.editor.utils.findtasks', 'spyder.utils.introspection', 'pkgutil', 'pickleshare', 'spyder.utils.introspection.module_completion', 'spyder.config.main', 'imp', 'psutil._common', 'psutil._compat', 'psutil._psposix', 'psutil._psutil_linux', 'psutil._psutil_posix', 'psutil._pslinux', 'psutil', 'spyder.utils.misc', 'spyder.utils.programs', 'spyder.config.user', 'spyder.config.manager', 'spyder.utils.external.lockfile', 'spyder.app.start', 'spyder.requirements', 'qtpy._version', 'PyQt5', 'sip', 'PyQt5.sip', 'PyQt5.QtCore', 'qtpy', 'qtpy._patch', 'qtpy._patch.qcombobox', 'qtpy._patch.qheaderview', 'PyQt5.QtGui', 'PyQt5.QtWidgets', 'qtpy.QtWidgets', 'qtpy.py3compat', 'qtpy.compat', 'qtpy.QtCore', 'qtpy.QtGui', 'PyQt5.QtSvg', 'qtpy.QtSvg', 'PyQt5.QtWebChannel', 'PyQt5.QtNetwork', 'PyQt5.QtWebEngineCore', 'PyQt5.QtPrintSupport', 'PyQt5.QtWebEngineWidgets', 'qtpy.QtWebEngineWidgets', 'PyQt5.QtQml', 'PyQt5.QtQuick', 'qtpy.QtQuick', 'qtawesome.iconic_font', 'qtawesome.animation', 'qtawesome._version', 'qtawesome', 'pygments.util', 'pygments', 'pygments.filter', 'pygments.token', 'pygments.plugin', 'pygments.filters', 'pygments.regexopt', 'pygments.lexer', 'pygments.lexers._mapping', 'pygments.modeline', 'pygments.lexers', 'spyder.plugins.editor.utils.languages', 'spyder.plugins.editor.utils.editor', 'spyder.utils.workers', 'spyder.plugins.outlineexplorer', 'spyder.plugins.outlineexplorer.api', 'spyder.utils.qstringhelpers', 'spyder.utils.syntaxhighlighters', 'qtconsole._version', 'qtconsole', 'colorsys', 'pygments.styles', 'qtconsole.styles', 'spyder.config.gui', 'mimetypes', 'spyder.utils.icon_manager', 'spyder.widgets', 'spyder.widgets.waitingspinner', 'spyder.utils.qthelpers', 'spyder.dependencies', 'spyder.plugins.help', 'spyder.plugins.help.utils', 'xml', 'xml.sax.handler', 'xml.sax._exceptions', 'xml.sax.xmlreader', 'xml.sax', 'email', 'http', 'email.errors', 'email.quoprimime', 'email.base64mime', 'quopri', 'email.encoders', 'email.charset', 'email.header', 'email._parseaddr', 'email.utils', 'email._policybase', 'email.feedparser', 'email.parser', 'uu', 'email._encoded_words', 'email.iterators', 'email.message', 'http.client', 'urllib.response', 'urllib.error', 'urllib.request', 'xml.sax.saxutils', 'docutils', 'docutils.nodes', 'docutils._compat', 'docutils.utils.error_reporting', 'docutils.io', 'docutils.utils', 'markupsafe._compat', 'markupsafe._speedups', 'markupsafe', 'jinja2._compat', 'jinja2.utils', 'jinja2.bccache', 'jinja2.nodes', 'jinja2.exceptions', 'jinja2.visitor', 'jinja2.idtracking', 'jinja2.optimizer', 'jinja2.compiler', 'jinja2.runtime', 'jinja2.filters', 'jinja2.tests', 'jinja2.defaults', 'jinja2._identifier', 'jinja2.lexer', 'jinja2.parser', 'jinja2.environment', 'jinja2.loaders', 'jinja2', 'sphinx.deprecation', 'sphinx', 'docutils.parsers', 'docutils.statemachine', 'docutils.parsers.rst.languages', 'docutils.parsers.rst.languages.en', 'docutils.parsers.rst.directives', 'docutils.parsers.rst.tableparser', 'pygments.formatters._mapping', 'pygments.formatters', 'pygments.formatter', 'pygments.formatters.html', 'docutils.utils.code_analyzer', 'docutils.parsers.rst.roles', 'docutils.utils.punctuation_chars', 'docutils.utils.roman', 'docutils.utils.urischemes', 'docutils.parsers.rst.states', 'optparse', 'docutils.frontend', 'docutils.languages', 'docutils.transforms', 'docutils.utils.smartquotes', 'docutils.transforms.universal', 'docutils.parsers.rst', 'sphinx.locale', 'sphinx.errors', 'logging.handlers', 'sphinx.util.console', 'sphinx.util.logging', 'filecmp', 'sphinx.testing', 'sphinx.testing.path', 'sphinx.util.osutil', 'sphinx.util.typing', 'sphinx.util.fileutil', 'sphinx.util.docutils', 'sphinx.util.smartypants', 'sphinx.addnodes', 'sphinx.util.nodes', 'sphinx.util.matching', 'sphinx.util', 'babel._compat', 'babel.localedata', 'babel.plural', 'babel.core', 'babel', 'babel.localtime._unix', 'babel.localtime', 'babel.util', 'babel.dates', 'html.entities', 'html', 'cgi', 'babel.messages.plurals', 'babel.messages.catalog', 'babel.messages', 'babel.messages.mofile', 'babel.messages.pofile', 'sphinx.util.i18n', 'sphinx.util.pycompat', 'sphinx.util.tags', 'sphinx.config', 'sphinx.roles', 'sphinx.domains', 'sphinx.environment.adapters', 'sphinx.environment.adapters.toctree', 'sphinx.events', 'sphinx.project', 'docutils.transforms.parts', 'sphinx.domains.citation', 'sphinx.transforms', 'sphinx.environment', 'sphinx.environment.collectors', 'sphinx.extension', 'pygments.formatters.latex', 'pygments.unistring', 'pygments.lexers.python', 'pygments.lexers.c_cpp', 'pygments.lexers.special', 'pygments.lexers.javascript', 'pygments.lexers.jvm', 'pygments.lexers.css', 'pygments.lexers.ruby', 'pygments.lexers.html', 'pygments.lexers.markup', 'pygments.style', 'sphinx.ext', 'cmd', 'bdb', 'codeop', 'code', 'pdb', 'doctest', 'packaging.__about__', 'packaging', 'packaging._typing', 'packaging._compat', 'packaging._structures', 'packaging.version', 'packaging.specifiers', 'sphinx.environment.adapters.asset', 'docutils.readers', 'docutils.writers', 'docutils.readers.doctree', 'docutils.core', 'docutils.transforms.frontmatter', 'docutils.transforms.references', 'docutils.transforms.misc', 'docutils.readers.standalone', 'sphinx.util.docfields', 'sphinx.directives.code', 'docutils.parsers.rst.directives.admonitions', 'docutils.parsers.rst.directives.body', 'docutils.parsers.rst.directives.misc', 'sphinx.domains.changeset', 'sphinx.domains.index', 'sphinx.directives.other', 'docutils.parsers.rst.directives.images', 'docutils.transforms.components', 'docutils.parsers.rst.directives.html', 'docutils.parsers.rst.directives.tables', 'sphinx.domains.math', 'sphinx.directives.patches', 'sphinx.directives', 'sphinx.domains.std', 'sphinx.transforms.i18n', 'sphinx.transforms.references', 'sphinx.util.rst', '_uuid', 'uuid', 'sphinx.versioning', 'sphinx.io', 'sphinx.util.build_phase', 'sphinx.util.parallel', 'sphinx.builders', 'sphinx.ext.doctest', 'pygments.styles.friendly', 'sphinx.pygments_styles', 'sphinx.util.texescape', 'sphinx.highlighting', 'xml.parsers', 'pyexpat.errors', 'pyexpat.model', 'pyexpat', 'xml.parsers.expat.model', 'xml.parsers.expat.errors', 'xml.parsers.expat', 'plistlib', 'six.moves.urllib', 'pkg_resources.py31compat', 'appdirs', 'pyparsing', 'packaging.markers', 'packaging.requirements', 'pkg_resources.py2_warn', 'sysconfig', 'pkg_resources', 'sphinx.parsers', 'sphinx.registry', 'sphinx.theming', 'sphinx.application', 'spyder.plugins.help.utils.sphinxify', 'spyder.plugins.variableexplorer', 'spyder.plugins.variableexplorer.widgets', 'spyder_kernels.utils.misc', 'spyder_kernels.utils.nsview', 'spyder.utils.stringmatching', 'spyder.plugins.variableexplorer.widgets.texteditor', 'spyder.plugins.variableexplorer.widgets.objectexplorer.attribute_model', 'spyder.plugins.variableexplorer.widgets.objectexplorer.utils', 'spyder.plugins.variableexplorer.widgets.objectexplorer.tree_item', 'spyder.plugins.variableexplorer.widgets.objectexplorer.tree_model', 'spyder.plugins.variableexplorer.widgets.objectexplorer.toggle_column_mixin', 'spyder.plugins.editor.widgets', 'diff_match_patch.diff_match_patch', 'diff_match_patch', 'qtpy.QtPrintSupport', 'spyder_kernels.utils.dochelpers', 'spyder.api', 'spyder.api.editorextension', 'spyder.api.panel', 'spyder.plugins.editor.api', 'spyder.plugins.editor.api.decoration', 'spyder.plugins.editor.extensions.closebrackets', 'spyder.plugins.editor.extensions.closequotes', 'spyder.plugins.editor.extensions.docstring', 'spyder.api.manager', 'spyder.plugins.editor.extensions.manager', 'spyder.utils.snippets', 'spyder.utils.snippets.lexer', 'spyder.utils.snippets.parser', 'spyder.utils.snippets.nodes', 'spyder.utils.snippets.ast', 'spyder.plugins.editor.extensions.snippets', 'spyder.plugins.editor.extensions', 'spyder.plugins.completion', 'spyder.plugins.completion.languageserver', 'spyder.plugins.completion.kite', 'spyder.plugins.completion.kite.widgets', 'spyder.utils.external.pybloom_pyqt.utils', 'spyder.utils.external.pybloom_pyqt.pybloom', 'spyder.utils.external.pybloom_pyqt', 'spyder.plugins.completion.kite.bloomfilter', 'spyder.plugins.completion.kite.parsing', 'spyder.plugins.completion.kite.utils', 'spyder.plugins.completion.kite.utils.status', 'spyder.plugins.completion.fallback', 'spyder.plugins.completion.fallback.utils', 'spyder.plugins.completion.fallback.actor', 'spyder.plugins.completion.kite.widgets.calltoaction', 'intervaltree.interval', 'intervaltree.node', 'sortedcontainers.sortedlist', 'sortedcontainers.sortedset', 'sortedcontainers.sorteddict', 'sortedcontainers', 'intervaltree.intervaltree', 'intervaltree', 'spyder.plugins.editor.panels.classfunctiondropdown', 'spyder.plugins.editor.panels.codefolding', 'spyder.plugins.editor.panels.debugger', 'spyder.plugins.editor.panels.edgeline', 'spyder.plugins.editor.panels.indentationguides', 'spyder.plugins.editor.panels.linenumber', 'spyder.plugins.editor.panels.manager', 'spyder.plugins.editor.panels.scrollflag', 'spyder.plugins.editor.panels', 'spyder.plugins.editor.utils.debugger', 'spyder.plugins.editor.utils.kill_ring', 'spyder.plugins.completion.decorators', 'spyder.widgets.calltip', 'qdarkstyle.palette', 'qdarkstyle', 'spyder.utils.sourcecode', 'spyder.widgets.helperwidgets', 'spyder.widgets.arraybuilder', 'spyder.widgets.mixins', 'spyder.plugins.editor.utils.decoration', 'spyder.plugins.completion.kite.decorators', 'spyder.plugins.completion.kite.providers.document', 'spyder.plugins.completion.kite.providers', 'spyder.plugins.editor.widgets.completion', 'spyder.plugins.editor.widgets.base', 'spyder.plugins.outlineexplorer.languages', 'spyder.utils.vcs', 'ipython_genutils._version', 'ipython_genutils', 'ipython_genutils.encoding', 'ipython_genutils.py3compat', 'traitlets.utils', 'traitlets.utils.getargspec', 'traitlets.utils.importstring', 'traitlets.utils.sentinel', 'traitlets.utils.bunch', 'traitlets.traitlets', 'traitlets._version', 'traitlets', 'traitlets.log', 'nbformat._version', 'ipython_genutils.ipstruct', 'nbformat.v1.nbbase', 'nbformat.v1.rwbase', 'nbformat.v1.nbjson', 'nbformat.v1.convert', 'nbformat.v1', 'nbformat.v2.nbbase', 'nbformat.v2.rwbase', 'nbformat.v2.nbjson', 'xml.etree', 'xml.etree.ElementPath', 'nbformat.v2.nbxml', 'nbformat.v2.nbpy', 'nbformat.v2.convert', 'nbformat.v2', 'nbformat.v3.nbbase', 'nbformat.v3.rwbase', 'nbformat.v3.nbjson', 'nbformat.v3.nbpy', 'nbformat.v3.convert', 'nbformat.v3', 'nbformat.notebooknode', 'nbformat.v4.nbbase', 'nbformat.v4.rwbase', 'nbformat.v4.nbjson', 'nbformat.v4.convert', 'nbformat.v4', 'nbformat.sentinel', 'attr._config', 'attr._compat', 'attr.exceptions', 'attr._make', 'attr.converters', 'attr.filters', 'attr.validators', 'attr._funcs', 'attr._version_info', 'attr', 'jsonschema.compat', 'jsonschema._utils', 'jsonschema.exceptions', 'idna.package_data', 'idna.idnadata', 'idna.intranges', 'idna.core', 'idna', 'jsonschema._format', 'pyrsistent._compat', 'pyrsistent._transformations', 'pvectorc', 'pyrsistent._pvector', 'pyrsistent._pmap', 'pyrsistent._pset', 'pyrsistent._pbag', 'pyrsistent._plist', 'pyrsistent._pdeque', 'pyrsistent._checked_types', 'pyrsistent._field_common', 'pyrsistent._precord', 'pyrsistent._pclass', 'pyrsistent._immutable', 'pyrsistent._helpers', 'pyrsistent._toolz', 'pyrsistent', 'jsonschema._types', 'jsonschema._legacy_validators', 'jsonschema._validators', 'jsonschema.validators', 'importlib.metadata', 'jsonschema', 'ipython_genutils.importstring', 'nbformat.validator', 'nbformat.reader', 'nbformat.converter', 'nbformat', 'nbconvert._version', 'entrypoints', 'decorator', 'ipython_genutils.path', 'traitlets.config.loader', 'ipython_genutils.text', 'traitlets.config.configurable', 'traitlets.config.application', 'traitlets.config', 'nbconvert.exporters.exporter', 'nbconvert.exporters.base', 'jupyter_core.version', 'jupyter_core', 'distutils.errors', 'distutils.dep_util', 'distutils.debug', 'distutils.log', 'distutils.spawn', 'distutils.util', 'jupyter_core.paths', 'nbconvert.filters.ansi', '_markupbase', 'html.parser', 'nbconvert.filters.citation', 'nbconvert.utils', 'nbconvert.utils.base', 'nbconvert.filters.datatypefilter', 'nbconvert.filters.highlight', 'nbconvert.utils.version', 'nbconvert.utils.exceptions', 'nbconvert.utils.pandoc', 'nbconvert.filters.latex', 'mistune', 'defusedxml.common', 'defusedxml', 'xml.etree.cElementTree', '_elementtree', 'xml.etree.ElementTree', 'defusedxml.ElementTree', 'defusedxml.cElementTree', 'nbconvert.filters.strings', 'nbconvert.filters.markdown_mistune', 'nbconvert.filters.pandoc', 'nbconvert.filters.markdown', 'nbconvert.filters.metadata', 'nbconvert.filters', 'jupyter_core.utils', 'nbconvert.exporters.templateexporter', 'nbconvert.exporters.html', 'nbconvert.exporters.slides', 'pandocfilters', 'nbconvert.filters.filter_links', 'nbconvert.exporters.latex', 'nbconvert.exporters.markdown', 'nbconvert.exporters.asciidoc', 'nbconvert.exporters.notebook', 'testpath.asserts', 'testpath.env', 'testpath.commands', 'testpath', 'testpath.tempdir', 'nbconvert.exporters.pdf', 'nbconvert.exporters.python', 'nbconvert.exporters.rst', 'nbconvert.exporters.script', 'nbconvert.exporters', 'nbconvert.preprocessors.base', 'nbconvert.preprocessors.convertfigures', 'nbconvert.preprocessors.svg2pdf', 'nbconvert.preprocessors.extractoutput', 'nbconvert.preprocessors.latex', 'nbconvert.resources', 'ipython_genutils.tempdir', 'notebook._version', 'notebook.config_manager', 'tornado', 'tornado.speedups', 'tornado.util', 'tornado.escape', '_curses', 'curses', 'tornado.log', 'jupyter_core.application', 'notebook.extensions', 'notebook.nbextensions', 'notebook', 'nbconvert.preprocessors.csshtmlheader', 'nbconvert.preprocessors.highlightmagics', 'nbconvert.preprocessors.clearoutput', 'nbconvert.preprocessors.execute', 'nbconvert.preprocessors.regexremove', 'nbconvert.preprocessors.tagremove', 'nbconvert.preprocessors.clearmetadata', 'nbconvert.preprocessors.coalescestreams', 'nbconvert.preprocessors', 'nbconvert.postprocessors.base', 'shlex', 'webbrowser', 'http.cookies', 'tornado.concurrent', 'tornado.ioloop', 'tornado.gen', 'tornado.httputil', 'tornado.platform', 'tornado.platform.posix', 'tornado.platform.auto', 'stringprep', 'encodings.idna', 'concurrent.futures.thread', 'tornado.netutil', 'tornado.iostream', 'tornado.http1connection', 'tornado.process', 'tornado.tcpserver', 'tornado.httpserver', 'tornado._locale_data', 'tornado.locale', 'tornado.template', 'tornado.routing', 'tornado.web', 'tornado.httpclient', 'nbconvert.postprocessors.serve', 'nbconvert.postprocessors', 'nbconvert.writers.base', 'nbconvert.writers.debug', 'nbconvert.writers.files', 'nbconvert.utils.io', 'nbconvert.writers.stdout', 'nbconvert.writers', 'nbconvert', 'spyder.plugins.editor.widgets.codeeditor', 'spyder.plugins.variableexplorer.widgets.objectexplorer.objectexplorer', 'spyder.plugins.variableexplorer.widgets.objectexplorer', 'spyder.plugins.variableexplorer.widgets.arrayeditor', 'spyder.plugins.variableexplorer.widgets.dataframeeditor', 'spyder.plugins.variableexplorer.widgets.collectionsdelegate', 'spyder.plugins.variableexplorer.widgets.importwizard', 'spyder.plugins.variableexplorer.widgets.collectionseditor', 'spyder.utils.environ', 'spyder.app.tour', 'spyder.app.mainwindow', 'spyder.preferences', 'spyder.widgets.colors', 'spyder.widgets.comboboxes', 'spyder.preferences.configdialog', 'spyder.preferences.appearance', 'spyder.preferences.general', 'spyder.preferences.shortcuts', 'spyder.preferences.runconfig', 'spyder.preferences.maininterpreter', 'spyder.preferences.layoutdialog', 'qdarkstyle.style_rc', 'spyder.plugins.completion.kite.utils.install', 'spyder.widgets.switcher', 'spyder.plugins.console', 'spyder.plugins.console.widgets', 'spyder.plugins.console.utils', 'pydoc', 'spyder.plugins.console.utils.interpreter', 'spyder.plugins.console.utils.ansihandler', 'spyder.plugins.console.widgets.console', 'spyder.plugins.console.widgets.shell', 'spyder.plugins.variableexplorer.widgets.objecteditor', 'spyder.plugins.console.widgets.internalshell', 'spyder.widgets.findreplace', 'spyder.widgets.github', 'keyring.credentials', 'keyring.errors', 'keyring.util', 'keyring.util.properties', 'keyring.backend', 'keyring.util.platform_', 'keyring.backends', 'keyring.backends.fail', 'dbus._compat', 'dbus.exceptions', '_dbus_bindings', 'dbus.types', 'dbus.lowlevel', 'dbus._expat_introspect_parser', 'dbus.proxies', 'dbus.connection', 'dbus.bus', 'dbus._dbus', 'dbus', 'dbus.mainloop', '_dbus_glib_bindings', 'dbus.mainloop.glib', 'keyring.backends.kwallet', 'jeepney.auth', 'jeepney.low_level', 'jeepney.bus', 'jeepney.wrappers', 'jeepney', 'jeepney.integrate', 'jeepney.routing', 'jeepney.bus_messages', 'jeepney.integrate.blocking', 'secretstorage.defines', 'cryptography.__about__', 'cryptography', 'cryptography.utils', 'secretstorage.dhcrypto', 'secretstorage.exceptions', 'cryptography.hazmat', 'cryptography.hazmat.primitives', 'cryptography.exceptions', 'cryptography.hazmat.backends', 'cryptography.hazmat.backends.interfaces', 'cryptography.hazmat.primitives.ciphers.modes', 'cryptography.hazmat.primitives.ciphers.base', 'cryptography.hazmat.primitives.ciphers', 'cryptography.hazmat.primitives.ciphers.algorithms', 'secretstorage.util', 'secretstorage.item', 'secretstorage.collection', 'secretstorage', 'keyring.backends.SecretService', 'keyring.backends.Windows', 'keyring.backends.chainer', 'keyring.backends.OS_X', 'keyring.core', 'keyring', 'spyder.utils.external.github', 'spyder.widgets.github.gh_login', 'spyder.widgets.github.backend', 'spyder.widgets.reporterror', 'spyder.widgets.dock', 'spyder.plugins.base', 'spyder.api.plugins', 'spyder.plugins.console.plugin', 'spyder.config.lsp', 'spyder.api.completion', 'spyder.plugins.completion.languageserver.transport', 'spyder.plugins.completion.languageserver.decorators', 'spyder.plugins.completion.languageserver.providers.utils', 'spyder.plugins.completion.languageserver.providers.document', 'spyder.plugins.completion.languageserver.providers.window', 'spyder.plugins.completion.languageserver.providers.workspace', 'spyder.plugins.completion.languageserver.providers', 'spyder.plugins.completion.languageserver.client', 'spyder.plugins.completion.languageserver.confpage', 'spyder.plugins.completion.languageserver.plugin', 'urllib3.packages.ssl_match_hostname', 'urllib3.packages', 'urllib3.packages.six', 'urllib3.packages.six.moves', 'urllib3.packages.six.moves.http_client', 'urllib3.exceptions', 'urllib3.util.wait', 'urllib3.contrib', 'urllib3.contrib._appengine_environ', 'urllib3.util.connection', 'urllib3.util.request', 'urllib3.util.response', 'urllib3.util.url', 'urllib3.util.ssl_', 'urllib3.util.timeout', 'urllib3.util.retry', 'urllib3.util', 'urllib3._collections', 'urllib3.connection', 'urllib3.fields', 'urllib3.filepost', 'urllib3.packages.six.moves.urllib', 'urllib3.packages.six.moves.urllib.parse', 'urllib3.request', 'urllib3.response', 'urllib3.util.queue', 'urllib3.connectionpool', 'urllib3.poolmanager', 'urllib3', 'requests.exceptions', 'requests.__version__', 'requests.certs', 'http.cookiejar', 'requests.compat', 'requests._internal_utils', 'requests.cookies', 'requests.structures', 'requests.utils', 'requests.packages.urllib3.packages.ssl_match_hostname', 'requests.packages.urllib3.packages', 'requests.packages.urllib3.packages.six', 'requests.packages.urllib3.packages.six.moves', 'requests.packages.urllib3.packages.six.moves.http_client', 'requests.packages.urllib3.exceptions', 'requests.packages.urllib3.util.wait', 'requests.packages.urllib3.contrib', 'requests.packages.urllib3.contrib._appengine_environ', 'requests.packages.urllib3.util.connection', 'requests.packages.urllib3.util.request', 'requests.packages.urllib3.util.response', 'requests.packages.urllib3.util.url', 'requests.packages.urllib3.util.ssl_', 'requests.packages.urllib3.util.timeout', 'requests.packages.urllib3.util.retry', 'requests.packages.urllib3.util', 'requests.packages.urllib3._collections', 'requests.packages.urllib3.connection', 'requests.packages.urllib3.fields', 'requests.packages.urllib3.filepost', 'requests.packages.urllib3.packages.six.moves.urllib', 'requests.packages.urllib3.packages.six.moves.urllib.parse', 'requests.packages.urllib3.request', 'requests.packages.urllib3.response', 'requests.packages.urllib3.util.queue', 'requests.packages.urllib3.connectionpool', 'requests.packages.urllib3.poolmanager', 'requests.packages.urllib3', 'requests.packages.idna.package_data', 'requests.packages.idna.idnadata', 'requests.packages.idna.intranges', 'requests.packages.idna.core', 'requests.packages.idna', 'requests.packages.chardet.compat', 'requests.packages.chardet.enums', 'requests.packages.chardet.charsetprober', 'requests.packages.chardet.charsetgroupprober', 'requests.packages.chardet.codingstatemachine', 'requests.packages.chardet.escsm', 'requests.packages.chardet.escprober', 'requests.packages.chardet.latin1prober', 'requests.packages.chardet.mbcssm', 'requests.packages.chardet.utf8prober', 'requests.packages.chardet.mbcharsetprober', 'requests.packages.chardet.euctwfreq', 'requests.packages.chardet.euckrfreq', 'requests.packages.chardet.gb2312freq', 'requests.packages.chardet.big5freq', 'requests.packages.chardet.jisfreq', 'requests.packages.chardet.chardistribution', 'requests.packages.chardet.jpcntx', 'requests.packages.chardet.sjisprober', 'requests.packages.chardet.eucjpprober', 'requests.packages.chardet.gb2312prober', 'requests.packages.chardet.euckrprober', 'requests.packages.chardet.cp949prober', 'requests.packages.chardet.big5prober', 'requests.packages.chardet.euctwprober', 'requests.packages.chardet.mbcsgroupprober', 'requests.packages.chardet.sbcharsetprober', 'requests.packages.chardet.langcyrillicmodel', 'requests.packages.chardet.langgreekmodel', 'requests.packages.chardet.langbulgarianmodel', 'requests.packages.chardet.langthaimodel', 'requests.packages.chardet.langhebrewmodel', 'requests.packages.chardet.hebrewprober', 'requests.packages.chardet.langturkishmodel', 'requests.packages.chardet.sbcsgroupprober', 'requests.packages.chardet.universaldetector', 'requests.packages.chardet.version', 'requests.packages.chardet', 'requests.packages', 'requests.hooks', 'requests.auth', 'requests.status_codes', 'requests.models', 'requests.adapters', 'requests.sessions', 'requests.api', 'requests', 'spyder.plugins.completion.kite.client', 'spyder.plugins.completion.kite.widgets.install', 'spyder.widgets.status', 'spyder.plugins.completion.kite.widgets.status', 'spyder.plugins.completion.kite.plugin', 'spyder.plugins.completion.fallback.plugin', 'spyder.plugins.completion.plugin', 'spyder.plugins.workingdirectory', 'spyder.api.preferences', 'spyder.plugins.workingdirectory.confpage', 'spyder.plugins.workingdirectory.plugin', 'spyder.plugins.help.confpage', 'spyder.plugins.help.utils.sphinxthread', 'spyder.widgets.browser', 'spyder.plugins.help.widgets', 'spyder.plugins.help.plugin', 'parso._compatibility', 'parso.utils', 'parso.tree', 'parso.python', 'parso.python.token', 'parso.python.tokenize', 'parso.pgen2.grammar_parser', 'parso.pgen2.generator', 'parso.pgen2', 'parso.parser', 'parso.python.prefix', 'parso.python.tree', 'parso.python.parser', 'parso.python.diff', 'parso.cache', 'parso.normalizer', 'parso.python.errors', 'parso.python.pep8', 'parso.file_io', 'parso.grammar', 'parso', 'jedi.file_io', 'jedi._compatibility', 'jedi.parser_utils', 'jedi.debug', 'jedi.settings', 'jedi.cache', 'jedi.evaluate.utils', 'jedi.evaluate.cache', 'jedi.common.context', 'jedi.common', 'jedi.evaluate.helpers', 'jedi.evaluate.base_context', 'jedi.common.utils', 'jedi.evaluate.sys_path', 'jedi.evaluate.recursion', 'jedi.evaluate.flow_analysis', 'jedi.evaluate.names', 'jedi.evaluate.filters', 'jedi.evaluate.lazy_context', 'jedi.evaluate.compiled.getattr_static', 'jedi.evaluate.compiled.access', 'jedi.evaluate.signature', 'jedi.evaluate.compiled.context', 'jedi.evaluate.compiled', 'jedi.evaluate.analysis', 'jedi.evaluate.gradual', 'jedi.evaluate.context.module', 'jedi.evaluate.context.iterable', 'jedi.evaluate.docstrings', 'jedi.evaluate.param', 'jedi.evaluate.arguments', 'jedi.evaluate.parser_cache', 'jedi.evaluate.context.function', 'jedi.plugins', 'jedi.evaluate.context.klass', 'jedi.evaluate.context.instance', 'jedi.evaluate.context', 'jedi.evaluate.gradual.typing', 'jedi.evaluate.gradual.stub_context', 'jedi.evaluate.gradual.typeshed', 'jedi.evaluate.imports', 'jedi.evaluate.gradual.conversion', 'jedi.evaluate.finder', 'jedi.evaluate.gradual.annotation', 'jedi.evaluate.context.decorator', 'jedi.evaluate.syntax_tree', 'jedi.evaluate', 'pydoc_data', 'pydoc_data.topics', 'jedi.api.keywords', 'jedi.api.classes', 'jedi.evaluate.compiled.mixed', 'jedi.api.interpreter', 'jedi.api.helpers', 'jedi.api.file_name', 'jedi.api.completion', 'jedi.evaluate.compiled.subprocess.functions', 'jedi.api.exceptions', 'jedi.evaluate.compiled.subprocess', 'jedi.api.environment', 'jedi.api.project', 'jedi.evaluate.usages', 'jedi.evaluate.gradual.utils', 'jedi.api', 'jedi.plugins.stdlib', 'jedi.plugins.flask', 'jedi.plugins.registry', 'jedi', 'spyder.widgets.onecolumntree', 'spyder.plugins.outlineexplorer.widgets', 'spyder.plugins.outlineexplorer.plugin', 'spyder.plugins.editor.confpage', 'spyder.plugins.editor.widgets.autosaveerror', 'spyder.plugins.editor.widgets.recover', 'spyder.plugins.editor.utils.autosave', 'spyder.utils.switcher', 'spyder.plugins.editor.utils.switcher', 'spyder.plugins.outlineexplorer.editor', 'spyder.plugins.editor.widgets.status', 'spyder.widgets.tabs', 'spyder.plugins.explorer', 'spyder.plugins.explorer.widgets', 'spyder.plugins.explorer.widgets.explorer', 'spyder.plugins.editor.widgets.editor', 'spyder.plugins.editor.utils.bookmarks', 'spyder.plugins.editor.plugin', 'netrc', 'spyder.plugins.variableexplorer.widgets.namespacebrowser', 'spyder.plugins.variableexplorer.confpage', 'spyder.plugins.variableexplorer.plugin', 'spyder.plugins.plots', 'spyder.plugins.plots.widgets', 'qtconsole.qt_loaders', 'qtconsole.qt', 'qtconsole.svg', 'spyder.plugins.plots.widgets.figurebrowser', 'spyder.plugins.plots.plugin', 'spyder.plugins.history', 'spyder.plugins.history.confpage', 'spyder.plugins.history.plugin', 'spyder.plugins.ipythonconsole', 'jupyter_client._version', 'jupyter_client.localinterfaces', 'jupyter_client.connect', 'jupyter_client.launcher', 'jupyter_client.channelsabc', 'jupyter_client.channels', 'jupyter_client.clientabc', 'jupyter_client.client', 'jupyter_client.kernelspec', 'jupyter_client.managerabc', 'jupyter_client.manager', 'jupyter_client.blocking.channels', 'jupyter_client.blocking.client', 'jupyter_client.blocking', 'jupyter_client.multikernelmanager', 'jupyter_client', 'tornado.platform.asyncio', 'zmq.eventloop.ioloop', 'zmq.eventloop', 'zmq.eventloop.zmqstream', 'jupyter_client.threaded', 'qtconsole.util', 'qtconsole.comms', 'qtconsole.kernel_mixins', 'qtconsole.client', 'jupyter_client.restarter', 'qtconsole.manager', 'pexpect.exceptions', 'pexpect.utils', 'pexpect.expect', 'tty', 'pty', 'resource', 'ptyprocess.util', 'ptyprocess.ptyprocess', 'ptyprocess', 'pexpect.spawnbase', 'pexpect.pty_spawn', 'pexpect.run', 'pexpect', 'zmq.ssh.tunnel', 'zmq.ssh', 'spyder.plugins.ipythonconsole.confpage', 'spyder.plugins.ipythonconsole.utils', 'spyder.plugins.ipythonconsole.utils.kernelspec', 'spyder.plugins.ipythonconsole.utils.style', 'spyder.plugins.ipythonconsole.utils.ssh', 'spyder.plugins.ipythonconsole.widgets.control', 'IPython.core', 'IPython.core.getipython', 'IPython.core.release', 'IPython.utils', 'IPython.utils.ipstruct', 'IPython.utils.coloransi', 'IPython.utils.colorable', 'IPython.utils.PyColorize', 'IPython.utils.encoding', 'IPython.utils.py3compat', 'IPython.core.excolors', 'IPython.testing', 'IPython.testing.skipdoctest', 'IPython.core.debugger', 'IPython.core.display_trap', 'IPython.utils._process_common', 'IPython.utils._process_posix', 'IPython.utils.process', 'IPython.utils.decorators', 'IPython.utils.path', 'IPython.utils.data', 'IPython.utils.terminal', 'IPython.core.ultratb', 'IPython.utils._sysinfo', 'IPython.utils.sysinfo', 'IPython.core.crashhandler', 'IPython.utils.importstring', 'IPython.paths', 'IPython.core.profiledir', 'IPython.core.application', 'IPython.terminal', 'IPython.core.compilerop', 'IPython.core.error', 'IPython.utils.text', 'IPython.core.magic_arguments', 'getopt', 'IPython.core.display', 'IPython.core.page', 'IPython.lib.security', 'IPython.lib', 'IPython.lib.pretty', 'IPython.utils.openpy', 'IPython.utils.dir2', 'IPython.utils.wildcard', 'IPython.core.oinspect', 'IPython.core.inputtransformer2', 'IPython.core.magic', 'runpy', 'IPython.core.autocall', 'IPython.core.macro', 'IPython.core.splitinput', 'IPython.core.prefilter', 'IPython.core.alias', 'IPython.core.builtin_trap', 'backcall.backcall', 'backcall', 'IPython.core.events', 'IPython.core.displayhook', 'IPython.core.displaypub', 'IPython.core.extensions', 'IPython.utils.sentinel', 'IPython.core.formatters', '_sqlite3', 'sqlite3.dbapi2', 'sqlite3', 'IPython.core.history', 'IPython.core.logger', 'IPython.core.payload', 'IPython.core.usage', 'IPython.lib.display', 'IPython.display', 'IPython.utils.capture', 'IPython.utils.io', 'IPython.core.hooks', 'IPython.utils.strdispatch', 'IPython.utils.syspathcontext', 'IPython.utils.tempdir', 'IPython.utils.contexts', 'IPython.core.async_helpers', 'IPython.core.interactiveshell', 'prompt_toolkit.application.current', 'prompt_toolkit.eventloop.utils', 'prompt_toolkit.eventloop.async_generator', 'wcwidth.table_wide', 'wcwidth.table_zero', 'wcwidth.wcwidth', 'wcwidth', 'prompt_toolkit.utils', 'prompt_toolkit.eventloop.inputhook', 'prompt_toolkit.eventloop', 'prompt_toolkit.application.run_in_terminal', 'prompt_toolkit.selection', 'prompt_toolkit.clipboard.base', 'prompt_toolkit.clipboard.in_memory', 'prompt_toolkit.clipboard', 'prompt_toolkit.cache', 'prompt_toolkit.enums', 'prompt_toolkit.filters.base', 'prompt_toolkit.filters.app', 'prompt_toolkit.filters.cli', 'prompt_toolkit.filters.utils', 'prompt_toolkit.filters', 'prompt_toolkit.document', 'prompt_toolkit.auto_suggest', 'prompt_toolkit.data_structures', 'prompt_toolkit.styles.base', 'prompt_toolkit.styles.named_colors', 'prompt_toolkit.styles.style', 'prompt_toolkit.styles.defaults', 'prompt_toolkit.styles.pygments', 'prompt_toolkit.styles.style_transformation', 'prompt_toolkit.styles', 'prompt_toolkit.output.color_depth', 'prompt_toolkit.output.base', 'prompt_toolkit.patch_stdout', 'prompt_toolkit.output.defaults', 'prompt_toolkit.output', 'prompt_toolkit.output.vt100', 'prompt_toolkit.mouse_events', 'prompt_toolkit.formatted_text.base', 'prompt_toolkit.formatted_text.ansi', 'xml.dom.domreg', 'xml.dom', 'xml.dom.minicompat', 'xml.dom.NodeFilter', 'xml.dom.xmlbuilder', 'xml.dom.minidom', 'prompt_toolkit.formatted_text.html', 'prompt_toolkit.formatted_text.pygments', 'prompt_toolkit.formatted_text.utils', 'prompt_toolkit.formatted_text', 'prompt_toolkit.completion.base', 'prompt_toolkit.completion.filesystem', 'prompt_toolkit.completion.word_completer', 'prompt_toolkit.completion.fuzzy_completer', 'prompt_toolkit.completion.nested', 'prompt_toolkit.completion', 'prompt_toolkit.history', 'prompt_toolkit.keys', 'prompt_toolkit.key_binding.key_bindings', 'prompt_toolkit.key_binding.key_processor', 'prompt_toolkit.key_binding', 'prompt_toolkit.key_binding.vi_state', 'prompt_toolkit.search', 'prompt_toolkit.validation', 'prompt_toolkit.buffer', 'prompt_toolkit.input.base', 'prompt_toolkit.input.defaults', 'prompt_toolkit.input', 'prompt_toolkit.input.typeahead', 'prompt_toolkit.key_binding.bindings', 'prompt_toolkit.key_binding.bindings.scroll', 'prompt_toolkit.key_binding.bindings.page_navigation', 'prompt_toolkit.lexers.base', 'prompt_toolkit.lexers.pygments', 'prompt_toolkit.lexers', 'prompt_toolkit.layout.utils', 'prompt_toolkit.layout.processors', 'prompt_toolkit.layout.controls', 'prompt_toolkit.layout.dimension', 'prompt_toolkit.layout.margins', 'prompt_toolkit.layout.mouse_handlers', 'prompt_toolkit.layout.screen', 'prompt_toolkit.layout.containers', 'prompt_toolkit.layout.layout', 'prompt_toolkit.layout.menus', 'prompt_toolkit.layout', 'prompt_toolkit.key_binding.bindings.completion', 'prompt_toolkit.key_binding.bindings.named_commands', 'prompt_toolkit.key_binding.bindings.basic', 'prompt_toolkit.key_binding.bindings.cpr', 'prompt_toolkit.key_binding.bindings.emacs', 'prompt_toolkit.key_binding.bindings.mouse', 'prompt_toolkit.input.ansi_escape_sequences', 'prompt_toolkit.input.vt100_parser', 'prompt_toolkit.key_binding.digraphs', 'prompt_toolkit.key_binding.bindings.vi', 'prompt_toolkit.key_binding.defaults', 'prompt_toolkit.key_binding.emacs_state', 'prompt_toolkit.layout.dummy', 'prompt_toolkit.renderer', 'prompt_toolkit.application.application', 'prompt_toolkit.application.dummy', 'prompt_toolkit.application', 'prompt_toolkit.key_binding.bindings.focus', 'prompt_toolkit.widgets.toolbars', 'prompt_toolkit.widgets.base', 'prompt_toolkit.widgets.dialogs', 'prompt_toolkit.widgets.menus', 'prompt_toolkit.widgets', 'prompt_toolkit.shortcuts.dialogs', 'prompt_toolkit.shortcuts.progress_bar.formatters', 'prompt_toolkit.shortcuts.progress_bar.base', 'prompt_toolkit.shortcuts.progress_bar', 'prompt_toolkit.key_binding.bindings.auto_suggest', 'prompt_toolkit.key_binding.bindings.open_in_editor', 'prompt_toolkit.shortcuts.prompt', 'prompt_toolkit.shortcuts.utils', 'prompt_toolkit.shortcuts', 'prompt_toolkit', 'IPython.core.latex_symbols', 'IPython.utils.generics', 'IPython.core.completer', 'IPython.terminal.ptutils', 'IPython.terminal.shortcuts', 'IPython.terminal.debugger', 'IPython.lib.clipboard', 'IPython.terminal.magics', 'IPython.terminal.pt_inputhooks', 'IPython.terminal.prompts', 'IPython.terminal.interactiveshell', 'IPython.core.magics.auto', 'IPython.core.magics.basic', 'IPython.core.magics.code', 'IPython.core.magics.config', 'IPython.core.magics.display', 'timeit', '_lsprof', 'profile', 'cProfile', 'pstats', 'IPython.utils.module_paths', 'IPython.utils.timing', 'IPython.core.magics.execution', 'IPython.core.magics.extension', 'IPython.core.magics.history', 'IPython.core.magics.logging', 'IPython.core.magics.namespace', 'IPython.core.magics.osm', 'IPython.core.magics.packaging', 'IPython.core.pylabtools', 'IPython.core.magics.pylab', 'IPython.lib.backgroundjobs', 'IPython.core.magics.script', 'IPython.core.magics', 'IPython.core.shellapp', 'IPython.extensions', 'IPython.extensions.storemagic', 'IPython.terminal.ipapp', 'IPython.terminal.embed', 'IPython.utils.frame', 'IPython', 'pygments.lexers.shell', 'pygments.lexers.perl', 'IPython.lib.lexers', 'qtconsole.base_frontend_mixin', 'qtconsole.bracket_matcher', 'qtconsole.call_tip_widget', 'qtconsole.rich_text', 'qtconsole.ansi_code_processor', 'qtconsole.completion_widget', 'qtconsole.completion_html', 'qtconsole.completion_plain', 'qtconsole.kill_ring', 'qtconsole.console_widget', 'qtconsole.history_console_widget', 'qtconsole.qstringhelpers', 'qtconsole.pygments_highlighter', 'qtconsole.frontend_widget', 'qtconsole.jupyter_widget', 'IPython.lib.latextools', 'qtconsole.rich_jupyter_widget', 'spyder.plugins.ipythonconsole.widgets.debugging', 'spyder.plugins.ipythonconsole.widgets.help', 'spyder.plugins.ipythonconsole.widgets.namespacebrowser', 'spyder.plugins.ipythonconsole.widgets.figurebrowser', 'spyder.plugins.ipythonconsole.widgets.kernelconnect', 'cloudpickle.cloudpickle', 'cloudpickle.cloudpickle_fast', 'cloudpickle', 'spyder_kernels.comms.commbase', 'spyder_kernels.comms', 'spyder.plugins.ipythonconsole.comms', 'spyder.plugins.ipythonconsole.comms.kernelcomm', 'spyder.plugins.ipythonconsole.widgets.shell', 'spyder.plugins.ipythonconsole.widgets.client', 'spyder.plugins.ipythonconsole.widgets', 'spyder.plugins.ipythonconsole.plugin', 'spyder.plugins.explorer.widgets.fileassociations', 'spyder.plugins.explorer.confpage', 'spyder.plugins.explorer.plugin', 'spyder.plugins.onlinehelp', 'spyder.plugins.onlinehelp.pydoc_patch', 'spyder.plugins.onlinehelp.widgets', 'spyder.plugins.onlinehelp.plugin', 'spyder.plugins.projects', 'spyder.plugins.projects.utils', 'watchdog', 'watchdog.utils.platform', 'watchdog.utils.compat', 'watchdog.utils', 'watchdog.utils.delayed_queue', 'ctypes.util', 'watchdog.utils.unicode_paths', 'watchdog.observers.inotify_c', 'watchdog.observers.inotify_buffer', 'watchdog.utils.bricks', 'watchdog.observers.api', 'pathtools', 'pathtools.patterns', 'watchdog.events', 'watchdog.observers.inotify', 'watchdog.observers', 'spyder.plugins.projects.utils.watcher', 'spyder.plugins.projects.utils.config', 'spyder.plugins.projects.projecttypes', 'spyder.plugins.projects.projecttypes.python', 'spyder.plugins.projects.widgets', 'spyder.plugins.projects.widgets.explorer', 'spyder.plugins.projects.widgets.projectdialog', 'spyder.plugins.projects.plugin', 'spyder.plugins.findinfiles', 'spyder.plugins.findinfiles.widgets', 'spyder.plugins.findinfiles.plugin', 'spyder.plugins.breakpoints.widgets', 'spyder.plugins.breakpoints.widgets.breakpointsgui', 'spyder.plugins.breakpoints.plugin', 'spyder.plugins.breakpoints', 'spyder.plugins.profiler.widgets', 'spyder.plugins.profiler.widgets.profilergui', 'spyder.plugins.profiler.confpage', 'spyder.plugins.profiler.plugin', 'spyder.plugins.profiler', 'spyder.plugins.pylint.widgets', 'pylint.__pkginfo__', 'wrapt._wrappers', 'wrapt.wrappers', 'wrapt.decorators', 'wrapt.importer', 'wrapt', 'astroid.__pkginfo__', 'lazy_object_proxy.utils', 'lazy_object_proxy.cext', 'lazy_object_proxy._version', 'lazy_object_proxy', 'astroid.util', 'astroid.exceptions', 'astroid.as_string', 'astroid.context', 'astroid.interpreter', 'astroid.interpreter._import', 'astroid.interpreter._import.util', 'astroid.interpreter._import.spec', 'distutils.sysconfig', 'astroid.modutils', 'astroid.transforms', 'astroid.manager', 'astroid.bases', 'astroid.decorators', 'astroid.mixins', 'astroid.node_classes', 'astroid.interpreter.objectmodel', 'astroid.interpreter.dunder_lookup', 'astroid.scoped_nodes', 'astroid.nodes', 'astroid.raw_building', 'astroid.helpers', 'astroid.arguments', 'astroid.protocols', 'astroid.inference', 'typed_ast', 'typed_ast._ast3', 'typed_ast.ast3', 'typed_ast._ast27', 'typed_ast.ast27', 'astroid._ast', 'astroid.rebuilder', 'astroid.builder', 'brain_argparse', 'brain_attrs', 'astroid.objects', 'brain_builtin_inference', 'brain_collections', 'brain_crypt', 'brain_curses', 'brain_dataclasses', 'brain_dateutil', 'brain_fstrings', 'brain_functools', 'brain_gi', 'brain_hashlib', 'brain_http', 'brain_io', 'brain_mechanize', 'brain_multiprocessing', 'brain_namedtuple_enum', 'brain_nose', 'brain_numpy_core_fromnumeric', 'brain_numpy_utils', 'brain_numpy_core_function_base', 'brain_numpy_core_multiarray', 'brain_numpy_core_numeric', 'brain_numpy_core_numerictypes', 'brain_numpy_core_umath', 'brain_numpy_ndarray', 'brain_numpy_random_mtrand', 'brain_pkg_resources', 'brain_pytest', 'brain_qt', 'brain_random', 'brain_re', 'brain_six', 'brain_ssl', 'brain_subprocess', 'brain_threading', 'brain_typing', 'brain_uuid', 'astroid', 'pylint.utils.ast_walker', 'pylint.constants', 'pylint.utils.file_state', 'pylint.utils.utils', 'pylint.utils', 'pylint.config', 'pylint.exceptions', 'pylint.interfaces', 'pylint.message.message', 'pylint.message.message_definition', 'pylint.message.message_id_store', 'pylint.message.message_definition_store', 'pylint.message.message_handler_mix_in', 'pylint.message', 'pylint.checkers.base_checker', 'pylint.checkers', 'pylint.reporters.base_reporter', 'pylint.reporters.collecting_reporter', 'pylint.reporters.json_reporter', 'pylint.reporters.ureports', 'pylint.reporters.ureports.nodes', 'pylint.reporters.reports_handler_mix_in', 'pylint.reporters', 'pylint.checkers.similar', 'pylint.epylint', 'pylint.lint', 'pylint.pyreverse', 'pylint.graph', 'pylint.pyreverse.utils', 'pylint.pyreverse.vcgutils', 'pylint.pyreverse.writer', 'pylint.checkers.utils', 'pylint.pyreverse.diagrams', 'pylint.pyreverse.diadefslib', 'pylint.pyreverse.inspector', 'pylint.pyreverse.main', 'pylint', 'spyder.plugins.pylint.widgets.pylintgui', 'spyder.plugins.pylint.confpage', 'spyder.plugins.pylint.plugin', 'spyder.plugins.pylint', 'spyder.utils.system', 'socketserver', 'http.server', 'pygments.styles.default', '_strptime', 'jupyter_client.jsonutil', 'jupyter_client.adapter', 'jupyter_client.session', 'spyder.workers', 'spyder.workers.updates', 'numpydoc', 'pluggy._version', 'pluggy._tracing', 'pluggy.callers', 'pluggy.hooks', 'pluggy.manager', 'pluggy', 'pyls._version', 'pyls', 'xdg', 'matplotlib', 'matplotlib.cbook.deprecation', 'matplotlib.cbook', 'matplotlib.fontconfig_pattern', 'matplotlib.docstring', 'matplotlib._color_data', 'matplotlib.colors', 'cycler', 'matplotlib.rcsetup', 'matplotlib._version', 'matplotlib.ft2font', 'kiwisolver']
2020-02-21 19:08:28,869 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (8): 127.0.0.1:46624
2020-02-21 19:08:28,888 [DEBUG] [spyder.plugins.editor.widgets.editor] -> Updating queue:
2020-02-21 19:08:28,888 [DEBUG] [spyder.plugins.editor.widgets.editor] ->     started: 0
2020-02-21 19:08:28,888 [DEBUG] [spyder.plugins.editor.widgets.editor] ->     pending: 1
2020-02-21 19:08:28,888 [DEBUG] [spyder.plugins.editor.widgets.editor] -> ===>starting: <spyder.plugins.editor.widgets.editor.AnalysisThread object at 0x7f868c21fd30>
2020-02-21 19:08:28,907 [DEBUG] [spyder.plugins.editor.widgets.editor] -> Updating queue:
2020-02-21 19:08:28,908 [DEBUG] [spyder.plugins.editor.widgets.editor] ->     started: 0
2020-02-21 19:08:28,908 [DEBUG] [spyder.plugins.editor.widgets.editor] ->     pending: 0
2020-02-21 19:08:29,045 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 5 timed out
2020-02-21 19:08:29,045 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 6 timed out
2020-02-21 19:08:29,279 [DEBUG] [spyder.plugins.completion.languageserver.client] -> python response: textDocument/publishDiagnostics
2020-02-21 19:08:29,280 [DEBUG] [spyder.plugins.editor.plugin] -> python completion server request: 'textDocument/foldingRange'
2020-02-21 19:08:29,280 [DEBUG] [spyder.plugins.completion.languageserver.client] -> python request: textDocument/foldingRange
2020-02-21 19:08:29,280 [DEBUG] [spyder.plugins.completion.fallback.actor] -> Got request id 7: textDocument/foldingRange for file /home/<user>/.config/spyder-py3/temp.py
2020-02-21 19:08:29,280 [DEBUG] [spyder.plugins.editor.plugin] -> python completion server request: 'textDocument/documentSymbol'
2020-02-21 19:08:29,281 [DEBUG] [spyder.plugins.completion.languageserver.client] -> python request: textDocument/documentSymbol
2020-02-21 19:08:29,281 [DEBUG] [spyder.plugins.completion.fallback.actor] -> Got request id 8: textDocument/documentSymbol for file /home/<user>/.config/spyder-py3/temp.py
2020-02-21 19:08:29,283 [DEBUG] [spyder.plugins.editor.plugin] -> python completion server request: 'textDocument/foldingRange'
2020-02-21 19:08:29,283 [DEBUG] [spyder.plugins.completion.languageserver.client] -> python request: textDocument/foldingRange
2020-02-21 19:08:29,284 [DEBUG] [spyder.plugins.editor.plugin] -> python completion server request: 'textDocument/documentSymbol'
2020-02-21 19:08:29,284 [DEBUG] [spyder.plugins.completion.fallback.actor] -> Got request id 9: textDocument/foldingRange for file /home/<user>/.config/spyder-py3/temp.py
2020-02-21 19:08:29,285 [DEBUG] [spyder.plugins.completion.languageserver.client] -> python request: textDocument/documentSymbol
2020-02-21 19:08:29,285 [DEBUG] [spyder.plugins.completion.fallback.actor] -> Got request id 10: textDocument/documentSymbol for file /home/<user>/.config/spyder-py3/temp.py
2020-02-21 19:08:29,286 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 7 Got response from lsp
2020-02-21 19:08:29,286 [DEBUG] [spyder.plugins.completion.plugin] -> Gather responses for textDocument/foldingRange
2020-02-21 19:08:29,287 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 7 Got response from kite
2020-02-21 19:08:29,287 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 8 Got response from kite
2020-02-21 19:08:29,289 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (9): 127.0.0.1:46624
2020-02-21 19:08:29,289 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 9 Got response from kite
2020-02-21 19:08:29,289 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 10 Got response from kite
2020-02-21 19:08:29,350 [DEBUG] [traitlets] -> Received history reply with 1000 entries
2020-02-21 19:08:29,351 [DEBUG] [traitlets] -> execute_reply: {'status': 'ok', 'execution_count': 0, 'user_expressions': {}, 'payload': []}
2020-02-21 19:08:29,360 [DEBUG] [traitlets] -> handle_msg[28ea423054d511ea8545ec8eb53bf1e3]({'header': {'msg_id': '2925b21d-15c5e4fac9e26f3a9ff2266f', 'msg_type': 'comm_msg', 'username': '<user>', 'session': '580db75a-2f9d65f7d5e74f393bfc27c0', 'date': datetime.datetime(2020, 2, 21, 18, 8, 29, 307213, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '2925b21d-15c5e4fac9e26f3a9ff2266f', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '1d0ea946-54566e68976230153788796d', 'msg_type': 'comm_open', 'username': '<user>', 'session': 'a6fd01e3-af42bc979d98aac53516d1da', 'date': datetime.datetime(2020, 2, 21, 18, 8, 27, 943048, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call', 'content': {'call_name': '_set_pickle_protocol', 'call_id': '88a4a38997a84d139088d885e2750afd', 'settings': {'blocking': False, 'timeout': None, 'send_reply': False}}, 'pickle_protocol': 5, 'python_version': '3.8.1 (default, Jan 22 2020, 06:38:00) \n[GCC 9.2.0]'}, 'comm_id': '28ea423054d511ea8545ec8eb53bf1e3'}, 'buffers': [<memory at 0x7f861c023640>]})
2020-02-21 19:08:29,360 [DEBUG] [traitlets] -> handle_msg[28ea423054d511ea8545ec8eb53bf1e3]({'header': {'msg_id': '094e9ecf-780fba05963aba9a7ecbc1f0', 'msg_type': 'comm_msg', 'username': '<user>', 'session': '580db75a-2f9d65f7d5e74f393bfc27c0', 'date': datetime.datetime(2020, 2, 21, 18, 8, 29, 307571, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '094e9ecf-780fba05963aba9a7ecbc1f0', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '1d0ea946-54566e68976230153788796d', 'msg_type': 'comm_open', 'username': '<user>', 'session': 'a6fd01e3-af42bc979d98aac53516d1da', 'date': datetime.datetime(2020, 2, 21, 18, 8, 27, 943048, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call', 'content': {'call_name': '_set_comm_port', 'call_id': '6e0e82f6984b4d45966ce889a4a70217', 'settings': {'blocking': False, 'timeout': None, 'send_reply': False}}, 'pickle_protocol': 5, 'python_version': '3.8.1 (default, Jan 22 2020, 06:38:00) \n[GCC 9.2.0]'}, 'comm_id': '28ea423054d511ea8545ec8eb53bf1e3'}, 'buffers': [<memory at 0x7f861c023700>]})
2020-02-21 19:08:29,360 [DEBUG] [traitlets] -> Connecting to: tcp://127.0.0.1:40461
2020-02-21 19:08:29,377 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 8 Got response from lsp
2020-02-21 19:08:29,378 [DEBUG] [spyder.plugins.completion.plugin] -> Gather responses for textDocument/documentSymbol
2020-02-21 19:08:29,378 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 9 Got response from lsp
2020-02-21 19:08:29,378 [DEBUG] [spyder.plugins.completion.plugin] -> Gather responses for textDocument/foldingRange
2020-02-21 19:08:29,379 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 10 Got response from lsp
2020-02-21 19:08:29,379 [DEBUG] [spyder.plugins.completion.plugin] -> Gather responses for textDocument/documentSymbol
2020-02-21 19:08:29,401 [DEBUG] [traitlets] -> handle_msg[28ea423054d511ea8545ec8eb53bf1e3]({'header': {'msg_id': '8543cd32-d754420ab24ceeadc5f9c32a', 'msg_type': 'comm_msg', 'username': '<user>', 'session': '580db75a-2f9d65f7d5e74f393bfc27c0', 'date': datetime.datetime(2020, 2, 21, 18, 8, 29, 358349, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '8543cd32-d754420ab24ceeadc5f9c32a', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '1f7d6d86-f02c48788cfa8b75648d3e82', 'msg_type': 'comm_msg', 'username': '<user>', 'session': 'a6fd01e3-af42bc979d98aac53516d1da', 'date': datetime.datetime(2020, 2, 21, 18, 8, 29, 351191, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '60bcb38da3b040bd92a7941791d50ca3', 'call_name': 'get_namespace_view'}, 'pickle_protocol': 5, 'python_version': '3.8.1 (default, Jan 22 2020, 06:38:00) \n[GCC 9.2.0]'}, 'comm_id': '28ea423054d511ea8545ec8eb53bf1e3'}, 'buffers': [<memory at 0x7f861c0234c0>]})
2020-02-21 19:08:29,402 [DEBUG] [traitlets] -> handle_msg[28ea423054d511ea8545ec8eb53bf1e3]({'header': {'msg_id': '3581f177-04d9a2a27f02fe81ffaac9ba', 'msg_type': 'comm_msg', 'username': '<user>', 'session': '580db75a-2f9d65f7d5e74f393bfc27c0', 'date': datetime.datetime(2020, 2, 21, 18, 8, 29, 360761, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '3581f177-04d9a2a27f02fe81ffaac9ba', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': '161f7a75-12e045d614b6078cec01710d', 'msg_type': 'comm_msg', 'username': '<user>', 'session': 'a6fd01e3-af42bc979d98aac53516d1da', 'date': datetime.datetime(2020, 2, 21, 18, 8, 29, 351802, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '86ecabdd11e34c6b916c54dbbf49c508', 'call_name': 'get_var_properties'}, 'pickle_protocol': 5, 'python_version': '3.8.1 (default, Jan 22 2020, 06:38:00) \n[GCC 9.2.0]'}, 'comm_id': '28ea423054d511ea8545ec8eb53bf1e3'}, 'buffers': [<memory at 0x7f861c023700>]})

Versions

ccordoba12 commented 4 years ago

Qt version: 5.14.1 PyQt version: 5.14.1

We don't support these versions yet and that's very clearly stated in our setup.py:

https://github.com/spyder-ide/spyder/blob/4b8d086e04a275785b5a75f2d6f9e2deeaa00d36/setup.py#L226-L227

If you want support for those Qt/PyQt versions, please talk with the Arch Spyder maintainers.

frainz-de commented 4 years ago

In case someone else is looking for a solution, there is a thread in the Manjaro forums: https://forum.manjaro.org/t/spyder-4-x-x-freezes-at-startup/154204

ArchangeGabriel commented 3 years ago

In case anyone stumble upon this, the workaround in the above thread does not work anymore, instead it is required to launch spyder with QT_STYLE_OVERRIDE=breeze (for instance, but anything outside kvantum should do).

Ticonderoga commented 2 years ago

Still not fixed and I tried with the github version and the arch version and the conda one. An easy fix is to add these two lines in /usr/bin/spyder :

import os os.environ['QT_STYLE_OVERRIDE'] = 'adwaita'

since april I manually add these two lines and I can't understand the bug. It's also mentionned here

https://githubmemory.com/repo/tsujan/Kvantum/issues/563

Hope that my fix will help !