spyder-ide / spyder

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

Spyder opens up and immediately freezes #12797

Closed mpsdskd closed 4 years ago

mpsdskd commented 4 years ago

Problem Description

When opening spyder on my fresh install of Kubuntu 20.04 it immediately freezes (completely unresponsive).

What steps reproduce the problem?

  1. Open spyder

Versions

Verbose console output

``` spyder3 --debug-info=verbose 2020-05-19 12:15:53,064 [INFO] [spyder.app.mainwindow] -> Start of MainWindow constructor 2020-05-19 12:15:53,158 [INFO] [spyder.app.mainwindow] -> End of MainWindow constructor 2020-05-19 12:15:53,158 [INFO] [spyder.app.mainwindow] -> *** Start of MainWindow setup *** 2020-05-19 12:15:53,158 [INFO] [spyder.app.mainwindow] -> Updating PYTHONPATH 2020-05-19 12:15:53,158 [INFO] [spyder.app.mainwindow] -> Applying theme configuration... 2020-05-19 12:15:53,190 [DEBUG] [qdarkstyle] -> Reading QSS file in: :qdarkstyle/style.qss 2020-05-19 12:15:53,191 [INFO] [qdarkstyle] -> QSS file sucessfuly loaded. 2020-05-19 12:15:53,191 [DEBUG] [qdarkstyle] -> Checking patches for being applied. 2020-05-19 12:15:53,191 [INFO] [qdarkstyle] -> Found application patches to be applied. 2020-05-19 12:15:53,204 [INFO] [spyder.app.mainwindow] -> Creating core actions... 2020-05-19 12:15:53,206 [INFO] [spyder.app.mainwindow] -> Creating toolbars... 2020-05-19 12:15:53,222 [INFO] [spyder.app.mainwindow] -> Creating Tools menu... 2020-05-19 12:15:53,228 [INFO] [spyder.app.mainwindow] -> Creating guidata and sift entries... 2020-05-19 12:15:53,229 [INFO] [spyder.app.mainwindow] -> Loading switcher... 2020-05-19 12:15:53,235 [INFO] [spyder.app.mainwindow] -> Loading internal console... 2020-05-19 12:15:53,284 [INFO] [keyring.backend] -> Loading KWallet 2020-05-19 12:15:53,290 [INFO] [keyring.backend] -> Loading SecretService 2020-05-19 12:15:53,301 [INFO] [keyring.backend] -> Loading Windows 2020-05-19 12:15:53,302 [INFO] [keyring.backend] -> Loading chainer 2020-05-19 12:15:53,302 [INFO] [keyring.backend] -> Loading macOS 2020-05-19 12:15:53,313 [INFO] [spyder.plugins.console.plugin] -> Initializing... 2020-05-19 12:15:53,429 [INFO] [spyder.app.mainwindow] -> Starting code completion manager... 2020-05-19 12:15:53,616 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Registering lsp 2020-05-19 12:15:53,714 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Registering kite 2020-05-19 12:15:53,714 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Registering fallback 2020-05-19 12:15:53,714 [INFO] [spyder.app.mainwindow] -> Loading working directory... 2020-05-19 12:15:53,715 [DEBUG] [spyder.plugins.completion.fallback.actor] -> Fallback plugin starting... 2020-05-19 12:15:53,752 [INFO] [spyder.app.mainwindow] -> Loading help... 2020-05-19 12:15:53,775 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel EdgeLine at floating 2020-05-19 12:15:53,775 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:53,777 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel EdgeLine installed 2020-05-19 12:15:53,777 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel IndentationGuide at floating 2020-05-19 12:15:53,778 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:53,778 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel IndentationGuide installed 2020-05-19 12:15:53,778 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel FoldingPanel at left 2020-05-19 12:15:53,778 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:53,779 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel FoldingPanel installed 2020-05-19 12:15:53,779 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel DebuggerPanel at left 2020-05-19 12:15:53,780 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:53,780 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel DebuggerPanel installed 2020-05-19 12:15:53,781 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel LineNumberArea at left 2020-05-19 12:15:53,781 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:53,781 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel LineNumberArea installed 2020-05-19 12:15:53,787 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel ClassFunctionDropdown at top 2020-05-19 12:15:53,787 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:53,788 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel ClassFunctionDropdown installed 2020-05-19 12:15:53,788 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel ScrollFlagArea at right 2020-05-19 12:15:53,789 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:53,789 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel ScrollFlagArea installed 2020-05-19 12:15:53,789 [DEBUG] [spyder.api.panel] -> ScrollFlagArea visibility changed 2020-05-19 12:15:53,789 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:53,789 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:53,799 [DEBUG] [spyder.plugins.editor.extensions.manager] -> adding extension CloseQuotesExtension 2020-05-19 12:15:53,799 [DEBUG] [spyder.plugins.editor.extensions.manager] -> adding extension SnippetsExtension 2020-05-19 12:15:53,799 [DEBUG] [spyder.plugins.editor.extensions.manager] -> adding extension CloseBracketsExtension 2020-05-19 12:15:53,804 [DEBUG] [spyder.api.panel] -> DebuggerPanel visibility changed 2020-05-19 12:15:53,804 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:53,804 [DEBUG] [spyder.api.panel] -> FoldingPanel visibility changed 2020-05-19 12:15:53,804 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:53,805 [DEBUG] [spyder.api.panel] -> ScrollFlagArea visibility changed 2020-05-19 12:15:53,805 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:53,805 [DEBUG] [spyder.api.panel] -> EdgeLine visibility changed 2020-05-19 12:15:53,805 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:53,805 [DEBUG] [spyder.api.panel] -> IndentationGuide visibility changed 2020-05-19 12:15:53,805 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:53,835 [DEBUG] [spyder.api.panel] -> LineNumberArea visibility changed 2020-05-19 12:15:53,835 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:53,898 [DEBUG] [spyder.api.panel] -> ClassFunctionDropdown visibility changed 2020-05-19 12:15:53,899 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:53,979 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:54,170 [INFO] [spyder.app.mainwindow] -> Loading outline explorer... 2020-05-19 12:15:54,240 [INFO] [spyder.app.mainwindow] -> Loading editor... 2020-05-19 12:15:54,396 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel EdgeLine at floating 2020-05-19 12:15:54,396 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:54,397 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel EdgeLine installed 2020-05-19 12:15:54,397 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel IndentationGuide at floating 2020-05-19 12:15:54,397 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:54,397 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel IndentationGuide installed 2020-05-19 12:15:54,397 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel FoldingPanel at left 2020-05-19 12:15:54,398 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:54,398 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel FoldingPanel installed 2020-05-19 12:15:54,398 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel DebuggerPanel at left 2020-05-19 12:15:54,399 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:54,399 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel DebuggerPanel installed 2020-05-19 12:15:54,399 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel LineNumberArea at left 2020-05-19 12:15:54,399 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:54,400 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel LineNumberArea installed 2020-05-19 12:15:54,403 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel ClassFunctionDropdown at top 2020-05-19 12:15:54,403 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:54,404 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel ClassFunctionDropdown installed 2020-05-19 12:15:54,404 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel ScrollFlagArea at right 2020-05-19 12:15:54,405 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:54,405 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel ScrollFlagArea installed 2020-05-19 12:15:54,405 [DEBUG] [spyder.api.panel] -> ScrollFlagArea visibility changed 2020-05-19 12:15:54,405 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:54,405 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:54,414 [DEBUG] [spyder.plugins.editor.extensions.manager] -> adding extension CloseQuotesExtension 2020-05-19 12:15:54,414 [DEBUG] [spyder.plugins.editor.extensions.manager] -> adding extension SnippetsExtension 2020-05-19 12:15:54,415 [DEBUG] [spyder.plugins.editor.extensions.manager] -> adding extension CloseBracketsExtension 2020-05-19 12:15:54,427 [DEBUG] [spyder.plugins.editor.widgets.editor] -> Set focus to: None 2020-05-19 12:15:54,428 [DEBUG] [spyder.plugins.editor.widgets.editor] -> Current changed: 0 - None 2020-05-19 12:15:54,436 [DEBUG] [spyder.api.panel] -> DebuggerPanel visibility changed 2020-05-19 12:15:54,436 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:54,437 [DEBUG] [spyder.api.panel] -> FoldingPanel visibility changed 2020-05-19 12:15:54,437 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:54,437 [DEBUG] [spyder.api.panel] -> ScrollFlagArea visibility changed 2020-05-19 12:15:54,437 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:54,438 [DEBUG] [spyder.api.panel] -> EdgeLine visibility changed 2020-05-19 12:15:54,438 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:54,438 [DEBUG] [spyder.api.panel] -> IndentationGuide visibility changed 2020-05-19 12:15:54,438 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:54,439 [DEBUG] [spyder.api.panel] -> LineNumberArea visibility changed 2020-05-19 12:15:54,439 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:54,495 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:54,505 [DEBUG] [spyder.api.panel] -> ClassFunctionDropdown visibility changed 2020-05-19 12:15:54,505 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:54,544 [DEBUG] [spyder.plugins.editor.plugin] -> Start completion server for /home/mps/.config/spyder-py3/temp.py [Python] 2020-05-19 12:15:54,544 [DEBUG] [spyder.plugins.editor.plugin] -> Python completion server is ready 2020-05-19 12:15:54,545 [DEBUG] [spyder.plugins.editor.widgets.codeeditor] -> Completions services available for: /home/mps/.config/spyder-py3/temp.py 2020-05-19 12:15:54,545 [DEBUG] [spyder.plugins.editor.plugin] -> python completion server request: 'textDocument/didOpen' 2020-05-19 12:15:54,545 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 0 Got response from lsp 2020-05-19 12:15:54,545 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 0 Got response from kite 2020-05-19 12:15:54,545 [DEBUG] [spyder.plugins.editor.widgets.editor] -> Set focus to: /home/mps/.config/spyder-py3/temp.py 2020-05-19 12:15:54,545 [DEBUG] [spyder.plugins.completion.fallback.actor] -> Got request id 0: textDocument/didOpen for file /home/mps/.config/spyder-py3/temp.py 2020-05-19 12:15:54,546 [DEBUG] [spyder.plugins.editor.widgets.editor] -> Current changed: 0 - /home/mps/.config/spyder-py3/temp.py 2020-05-19 12:15:54,552 [DEBUG] [spyder.plugins.editor.widgets.editor] -> Added thread to queue 2020-05-19 12:15:54,627 [INFO] [spyder.app.mainwindow] -> Launching code completion client for Python... 2020-05-19 12:15:54,631 [DEBUG] [spyder.plugins.editor.widgets.editor] -> Updating queue: 2020-05-19 12:15:54,631 [DEBUG] [spyder.plugins.editor.widgets.editor] -> started: 0 2020-05-19 12:15:54,631 [DEBUG] [spyder.plugins.editor.widgets.editor] -> pending: 1 2020-05-19 12:15:54,632 [DEBUG] [spyder.plugins.editor.widgets.editor] -> ===>starting: 2020-05-19 12:15:54,641 [DEBUG] [spyder.plugins.editor.widgets.editor] -> Updating queue: 2020-05-19 12:15:54,641 [DEBUG] [spyder.plugins.editor.widgets.editor] -> started: 0 2020-05-19 12:15:54,641 [DEBUG] [spyder.plugins.editor.widgets.editor] -> pending: 0 2020-05-19 12:15:54,641 [DEBUG] [spyder.plugins.completion.kite.client] -> Starting Kite HTTP session... 2020-05-19 12:15:54,645 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (1): 127.0.0.1:46624 2020-05-19 12:15:54,645 [DEBUG] [spyder.plugins.completion.kite.plugin] -> Kite client is available for ['python'] 2020-05-19 12:15:54,646 [INFO] [spyder.plugins.completion.languageserver.plugin] -> Starting LSP client for python... 2020-05-19 12:15:54,647 [INFO] [spyder.plugins.completion.languageserver.client] -> Starting server: /usr/bin/python3 -m pyls --host 127.0.0.1 --port 2087 --tcp --check-parent-process -vv 2020-05-19 12:15:54,658 [INFO] [spyder.plugins.completion.languageserver.client] -> Starting transport: /usr/bin/python3 -u /usr/local/lib/python3.8/dist-packages/spyder/plugins/completion/languageserver/transport/main.py --server-host 127.0.0.1 --server-port 2087 --folder /home/mps/.config/spyder-py3/lsp_root_path --transport-debug 3 --external-server --zmq-in-port 42033 --zmq-out-port 45911 2020-05-19 12:15:54,669 [DEBUG] [spyder.plugins.completion.languageserver.client] -> LSP python client started! 2020-05-19 12:15:54,675 [INFO] [spyder.app.mainwindow] -> Loading namespace browser... 2020-05-19 12:15:54,721 [INFO] [spyder.app.mainwindow] -> Loading figure browser... 2020-05-19 12:15:54,760 [INFO] [spyder.app.mainwindow] -> Loading history plugin... 2020-05-19 12:15:54,762 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 0 timed out 2020-05-19 12:15:54,762 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 0 removed 2020-05-19 12:15:54,762 [DEBUG] [spyder.plugins.completion.plugin] -> Gather responses for textDocument/didOpen 2020-05-19 12:15:54,845 [INFO] [spyder.app.mainwindow] -> Loading IPython console... 2020-05-19 12:15:55,277 [INFO] [spyder.app.mainwindow] -> Loading file explorer... 2020-05-19 12:15:55,279 [DEBUG] [spyder.plugins.completion.languageserver.client] -> python response: server_ready 2020-05-19 12:15:55,280 [DEBUG] [spyder.plugins.completion.languageserver.client] -> python request: initialize 2020-05-19 12:15:55,335 [INFO] [spyder.app.mainwindow] -> Loading online help... 2020-05-19 12:15:55,337 [DEBUG] [spyder.utils.external.binaryornot.check] -> is_binary: '/home/mps/ignore_nice_load' 2020-05-19 12:15:55,338 [DEBUG] [spyder.utils.external.binaryornot.helpers] -> nontext_ratio1: 0.0 2020-05-19 12:15:55,338 [DEBUG] [spyder.utils.external.binaryornot.helpers] -> nontext_ratio2: 1.0 2020-05-19 12:15:55,338 [DEBUG] [spyder.utils.external.binaryornot.helpers] -> is_likely_binary: False 2020-05-19 12:15:55,338 [DEBUG] [spyder.utils.external.binaryornot.helpers] -> detected_encoding: {'encoding': 'ascii', 'confidence': 1.0, 'language': ''} 2020-05-19 12:15:55,338 [DEBUG] [spyder.utils.external.binaryornot.helpers] -> failure: decodable_as_unicode: False 2020-05-19 12:15:55,340 [DEBUG] [spyder.utils.external.binaryornot.check] -> is_binary: '/home/mps/Ultimaker_Cura-4.6.1.AppImage' 2020-05-19 12:15:55,340 [DEBUG] [spyder.utils.external.binaryornot.helpers] -> nontext_ratio1: 0.8994140625 2020-05-19 12:15:55,340 [DEBUG] [spyder.utils.external.binaryornot.helpers] -> nontext_ratio2: 0.9365234375 2020-05-19 12:15:55,340 [DEBUG] [spyder.utils.external.binaryornot.helpers] -> is_likely_binary: True 2020-05-19 12:15:55,345 [DEBUG] [chardet.charsetprober] -> SHIFT_JIS Japanese prober hit error at byte 589 2020-05-19 12:15:55,345 [DEBUG] [chardet.charsetprober] -> EUC-JP Japanese prober hit error at byte 24 2020-05-19 12:15:55,345 [DEBUG] [chardet.charsetprober] -> GB2312 Chinese prober hit error at byte 97 2020-05-19 12:15:55,346 [DEBUG] [chardet.charsetprober] -> EUC-KR Korean prober hit error at byte 24 2020-05-19 12:15:55,347 [DEBUG] [chardet.charsetprober] -> CP949 Korean prober hit error at byte 265 2020-05-19 12:15:55,351 [DEBUG] [chardet.charsetprober] -> Big5 Chinese prober hit error at byte 24 2020-05-19 12:15:55,351 [DEBUG] [chardet.charsetprober] -> EUC-TW Taiwan prober hit error at byte 24 2020-05-19 12:15:55,357 [DEBUG] [chardet.charsetprober] -> windows-1251 Russian confidence = 0.0 2020-05-19 12:15:55,357 [DEBUG] [chardet.charsetprober] -> KOI8-R Russian confidence = 0.0 2020-05-19 12:15:55,357 [DEBUG] [chardet.charsetprober] -> ISO-8859-5 Russian confidence = 0.0 2020-05-19 12:15:55,357 [DEBUG] [chardet.charsetprober] -> MacCyrillic Russian confidence = 0.01 2020-05-19 12:15:55,357 [DEBUG] [chardet.charsetprober] -> IBM866 Russian confidence = 0.0 2020-05-19 12:15:55,357 [DEBUG] [chardet.charsetprober] -> IBM855 Russian confidence = 0.0 2020-05-19 12:15:55,357 [DEBUG] [chardet.charsetprober] -> ISO-8859-7 Greek confidence = 0.0 2020-05-19 12:15:55,357 [DEBUG] [chardet.charsetprober] -> windows-1253 Greek confidence = 0.0 2020-05-19 12:15:55,357 [DEBUG] [chardet.charsetprober] -> ISO-8859-5 Bulgairan confidence = 0.0 2020-05-19 12:15:55,357 [DEBUG] [chardet.charsetprober] -> windows-1251 Bulgarian confidence = 0.0 2020-05-19 12:15:55,357 [DEBUG] [chardet.charsetprober] -> TIS-620 Thai confidence = 0.0 2020-05-19 12:15:55,357 [DEBUG] [chardet.charsetprober] -> ISO-8859-9 Turkish confidence = 0.18903880272191625 2020-05-19 12:15:55,358 [DEBUG] [chardet.charsetprober] -> windows-1255 Hebrew confidence = 0.0 2020-05-19 12:15:55,358 [DEBUG] [chardet.charsetprober] -> windows-1255 Hebrew confidence = 0.0 2020-05-19 12:15:55,358 [DEBUG] [chardet.charsetprober] -> windows-1255 Hebrew confidence = 0.0 2020-05-19 12:15:55,358 [DEBUG] [chardet.universaldetector] -> no probers hit minimum threshold 2020-05-19 12:15:55,358 [DEBUG] [chardet.universaldetector] -> utf-8 confidence = 0.010000000000000009 2020-05-19 12:15:55,358 [DEBUG] [chardet.universaldetector] -> SHIFT_JIS Japanese confidence = 0.01 2020-05-19 12:15:55,358 [DEBUG] [chardet.universaldetector] -> EUC-JP Japanese confidence = 0.01 2020-05-19 12:15:55,358 [DEBUG] [chardet.universaldetector] -> GB2312 Chinese confidence = 0.01 2020-05-19 12:15:55,358 [DEBUG] [chardet.universaldetector] -> EUC-KR Korean confidence = 0.01 2020-05-19 12:15:55,358 [DEBUG] [chardet.universaldetector] -> CP949 Korean confidence = 0.01 2020-05-19 12:15:55,358 [DEBUG] [chardet.universaldetector] -> Big5 Chinese confidence = 0.01 2020-05-19 12:15:55,358 [DEBUG] [chardet.universaldetector] -> EUC-TW Taiwan confidence = 0.01 2020-05-19 12:15:55,358 [DEBUG] [chardet.universaldetector] -> windows-1251 Russian confidence = 0.0 2020-05-19 12:15:55,359 [DEBUG] [chardet.universaldetector] -> KOI8-R Russian confidence = 0.0 2020-05-19 12:15:55,359 [DEBUG] [chardet.universaldetector] -> ISO-8859-5 Russian confidence = 0.0 2020-05-19 12:15:55,359 [DEBUG] [chardet.universaldetector] -> MacCyrillic Russian confidence = 0.01 2020-05-19 12:15:55,359 [DEBUG] [chardet.universaldetector] -> IBM866 Russian confidence = 0.0 2020-05-19 12:15:55,359 [DEBUG] [chardet.universaldetector] -> IBM855 Russian confidence = 0.0 2020-05-19 12:15:55,359 [DEBUG] [chardet.universaldetector] -> ISO-8859-7 Greek confidence = 0.0 2020-05-19 12:15:55,359 [DEBUG] [chardet.universaldetector] -> windows-1253 Greek confidence = 0.0 2020-05-19 12:15:55,359 [DEBUG] [chardet.universaldetector] -> ISO-8859-5 Bulgairan confidence = 0.0 2020-05-19 12:15:55,359 [DEBUG] [chardet.universaldetector] -> windows-1251 Bulgarian confidence = 0.0 2020-05-19 12:15:55,359 [DEBUG] [chardet.universaldetector] -> TIS-620 Thai confidence = 0.0 2020-05-19 12:15:55,359 [DEBUG] [chardet.universaldetector] -> ISO-8859-9 Turkish confidence = 0.18903880272191625 2020-05-19 12:15:55,359 [DEBUG] [chardet.universaldetector] -> windows-1255 Hebrew confidence = 0.0 2020-05-19 12:15:55,359 [DEBUG] [chardet.universaldetector] -> windows-1255 Hebrew confidence = 0.0 2020-05-19 12:15:55,359 [DEBUG] [chardet.universaldetector] -> windows-1255 Hebrew confidence = 0.0 2020-05-19 12:15:55,360 [DEBUG] [chardet.universaldetector] -> windows-1255 Hebrew confidence = 0.0 2020-05-19 12:15:55,360 [DEBUG] [spyder.utils.external.binaryornot.helpers] -> detected_encoding: {'encoding': None, 'confidence': 0.0, 'language': None} 2020-05-19 12:15:55,360 [DEBUG] [spyder.utils.external.binaryornot.helpers] -> failure: decodable_as_unicode: False 2020-05-19 12:15:55,364 [DEBUG] [spyder.utils.external.binaryornot.check] -> is_binary: '/home/mps/.gtkrc-2.0' 2020-05-19 12:15:55,365 [DEBUG] [spyder.utils.external.binaryornot.helpers] -> nontext_ratio1: 0.0 2020-05-19 12:15:55,365 [DEBUG] [spyder.utils.external.binaryornot.helpers] -> nontext_ratio2: 1.0 2020-05-19 12:15:55,365 [DEBUG] [spyder.utils.external.binaryornot.helpers] -> is_likely_binary: False 2020-05-19 12:15:55,365 [DEBUG] [spyder.utils.external.binaryornot.helpers] -> detected_encoding: {'encoding': 'ascii', 'confidence': 1.0, 'language': ''} 2020-05-19 12:15:55,365 [DEBUG] [spyder.utils.external.binaryornot.helpers] -> failure: decodable_as_unicode: False 2020-05-19 12:15:55,367 [DEBUG] [spyder.utils.external.binaryornot.check] -> is_binary: '/home/mps/.face.icon' 2020-05-19 12:15:55,367 [DEBUG] [spyder.utils.external.binaryornot.helpers] -> nontext_ratio1: 0.5810546875 2020-05-19 12:15:55,367 [DEBUG] [spyder.utils.external.binaryornot.helpers] -> nontext_ratio2: 0.52734375 2020-05-19 12:15:55,367 [DEBUG] [spyder.utils.external.binaryornot.helpers] -> is_likely_binary: False 2020-05-19 12:15:55,368 [DEBUG] [chardet.charsetprober] -> SHIFT_JIS Japanese prober hit error at byte 20 2020-05-19 12:15:55,368 [DEBUG] [chardet.charsetprober] -> EUC-JP Japanese prober hit error at byte 0 2020-05-19 12:15:55,368 [DEBUG] [chardet.charsetprober] -> GB2312 Chinese prober hit error at byte 20 2020-05-19 12:15:55,368 [DEBUG] [chardet.charsetprober] -> EUC-KR Korean prober hit error at byte 0 2020-05-19 12:15:55,368 [DEBUG] [chardet.charsetprober] -> CP949 Korean prober hit error at byte 20 2020-05-19 12:15:55,368 [DEBUG] [chardet.charsetprober] -> Big5 Chinese prober hit error at byte 0 2020-05-19 12:15:55,368 [DEBUG] [chardet.charsetprober] -> EUC-TW Taiwan prober hit error at byte 0 2020-05-19 12:15:55,388 [DEBUG] [chardet.charsetprober] -> windows-1251 Russian confidence = 0.023788961133895243 2020-05-19 12:15:55,388 [DEBUG] [chardet.charsetprober] -> KOI8-R Russian confidence = 0.04716420120459231 2020-05-19 12:15:55,388 [DEBUG] [chardet.charsetprober] -> ISO-8859-5 Russian confidence = 0.03715636301327272 2020-05-19 12:15:55,388 [DEBUG] [chardet.charsetprober] -> MacCyrillic Russian confidence = 0.029584984315342316 2020-05-19 12:15:55,388 [DEBUG] [chardet.charsetprober] -> IBM866 Russian confidence = 0.0646897804277945 2020-05-19 12:15:55,388 [DEBUG] [chardet.charsetprober] -> IBM855 Russian confidence = 0.09137927745194287 2020-05-19 12:15:55,388 [DEBUG] [chardet.charsetprober] -> ISO-8859-7 Greek confidence = 0.07799005339472379 2020-05-19 12:15:55,388 [DEBUG] [chardet.charsetprober] -> windows-1253 Greek confidence = 0.07798613606821846 2020-05-19 12:15:55,388 [DEBUG] [chardet.charsetprober] -> ISO-8859-5 Bulgairan confidence = 0.021524493333750477 2020-05-19 12:15:55,388 [DEBUG] [chardet.charsetprober] -> windows-1251 Bulgarian confidence = 0.035927779107157005 2020-05-19 12:15:55,388 [DEBUG] [chardet.charsetprober] -> TIS-620 Thai confidence = 0.11361670954765081 2020-05-19 12:15:55,388 [DEBUG] [chardet.charsetprober] -> ISO-8859-9 Turkish confidence = 0.02478549877881584 2020-05-19 12:15:55,389 [DEBUG] [chardet.charsetprober] -> windows-1255 Hebrew confidence = 0.0 2020-05-19 12:15:55,389 [DEBUG] [chardet.charsetprober] -> windows-1255 Hebrew confidence = 0.026847200549829524 2020-05-19 12:15:55,389 [DEBUG] [chardet.charsetprober] -> windows-1255 Hebrew confidence = 0.021477760439863616 2020-05-19 12:15:55,389 [DEBUG] [chardet.universaldetector] -> no probers hit minimum threshold 2020-05-19 12:15:55,389 [DEBUG] [chardet.universaldetector] -> utf-8 confidence = 0.010000000000000009 2020-05-19 12:15:55,389 [DEBUG] [chardet.universaldetector] -> SHIFT_JIS Japanese confidence = 0.01 2020-05-19 12:15:55,389 [DEBUG] [chardet.universaldetector] -> EUC-JP Japanese confidence = 0.01 2020-05-19 12:15:55,389 [DEBUG] [chardet.universaldetector] -> GB2312 Chinese confidence = 0.01 2020-05-19 12:15:55,389 [DEBUG] [chardet.universaldetector] -> EUC-KR Korean confidence = 0.01 2020-05-19 12:15:55,389 [DEBUG] [chardet.universaldetector] -> CP949 Korean confidence = 0.01 2020-05-19 12:15:55,389 [DEBUG] [chardet.universaldetector] -> Big5 Chinese confidence = 0.01 2020-05-19 12:15:55,389 [DEBUG] [chardet.universaldetector] -> EUC-TW Taiwan confidence = 0.01 2020-05-19 12:15:55,389 [DEBUG] [chardet.universaldetector] -> windows-1251 Russian confidence = 0.023788961133895243 2020-05-19 12:15:55,389 [DEBUG] [chardet.universaldetector] -> KOI8-R Russian confidence = 0.04716420120459231 2020-05-19 12:15:55,389 [DEBUG] [chardet.universaldetector] -> ISO-8859-5 Russian confidence = 0.03715636301327272 2020-05-19 12:15:55,389 [DEBUG] [chardet.universaldetector] -> MacCyrillic Russian confidence = 0.029584984315342316 2020-05-19 12:15:55,390 [DEBUG] [chardet.universaldetector] -> IBM866 Russian confidence = 0.0646897804277945 2020-05-19 12:15:55,390 [DEBUG] [chardet.universaldetector] -> IBM855 Russian confidence = 0.09137927745194287 2020-05-19 12:15:55,390 [DEBUG] [chardet.universaldetector] -> ISO-8859-7 Greek confidence = 0.07799005339472379 2020-05-19 12:15:55,390 [DEBUG] [chardet.universaldetector] -> windows-1253 Greek confidence = 0.07798613606821846 2020-05-19 12:15:55,390 [DEBUG] [chardet.universaldetector] -> ISO-8859-5 Bulgairan confidence = 0.021524493333750477 2020-05-19 12:15:55,390 [DEBUG] [chardet.universaldetector] -> windows-1251 Bulgarian confidence = 0.035927779107157005 2020-05-19 12:15:55,390 [DEBUG] [chardet.universaldetector] -> TIS-620 Thai confidence = 0.11361670954765081 2020-05-19 12:15:55,390 [DEBUG] [chardet.universaldetector] -> ISO-8859-9 Turkish confidence = 0.02478549877881584 2020-05-19 12:15:55,390 [DEBUG] [chardet.universaldetector] -> windows-1255 Hebrew confidence = 0.0 2020-05-19 12:15:55,390 [DEBUG] [chardet.universaldetector] -> windows-1255 Hebrew confidence = 0.026847200549829524 2020-05-19 12:15:55,390 [DEBUG] [chardet.universaldetector] -> windows-1255 Hebrew confidence = 0.021477760439863616 2020-05-19 12:15:55,390 [DEBUG] [chardet.universaldetector] -> windows-1255 Hebrew confidence = 0.021477760439863616 2020-05-19 12:15:55,390 [DEBUG] [spyder.utils.external.binaryornot.helpers] -> detected_encoding: {'encoding': None, 'confidence': 0.0, 'language': None} 2020-05-19 12:15:55,390 [DEBUG] [spyder.utils.external.binaryornot.helpers] -> failure: decodable_as_unicode: False 2020-05-19 12:15:55,390 [DEBUG] [spyder.utils.external.binaryornot.helpers] -> has nulls:True 2020-05-19 12:15:55,480 [INFO] [spyder.app.mainwindow] -> Loading project explorer... 2020-05-19 12:15:55,585 [DEBUG] [spyder.plugins.completion.languageserver.client] -> python request: workspace/didChangeConfiguration 2020-05-19 12:15:56,113 [INFO] [spyder.app.mainwindow] -> Loading third-party plugins... 2020-05-19 12:15:56,134 [INFO] [spyder.app.mainwindow] -> Setting up main window... 2020-05-19 12:15:56,241 [INFO] [spyder.app.mainwindow] -> Setting up window... 2020-05-19 12:15:56,278 [DEBUG] [traitlets] -> Using default logger 2020-05-19 12:15:56,634 [INFO] [spyder.plugins.ipythonconsole.utils.kernelspec] -> Kernel command: ['/usr/bin/python3', '-m', 'spyder_kernels.console', '-f', '{connection_file}'] 2020-05-19 12:15:56,635 [DEBUG] [traitlets] -> Starting kernel: ['/usr/bin/python3', '-m', 'spyder_kernels.console', '-f', '/home/mps/.local/share/jupyter/runtime/kernel-4f9c108dab88.json'] 2020-05-19 12:15:56,650 [DEBUG] [traitlets] -> Connecting to: tcp://127.0.0.1:39831 2020-05-19 12:15:56,655 [DEBUG] [traitlets] -> connecting heartbeat channel to tcp://127.0.0.1:54147 2020-05-19 12:15:56,660 [DEBUG] [asyncio] -> Using selector: EpollSelector 2020-05-19 12:15:56,660 [DEBUG] [asyncio] -> Using selector: EpollSelector 2020-05-19 12:15:56,661 [DEBUG] [traitlets] -> connecting shell channel to tcp://127.0.0.1:58697 2020-05-19 12:15:56,662 [DEBUG] [traitlets] -> Connecting to: tcp://127.0.0.1:58697 2020-05-19 12:15:56,663 [DEBUG] [traitlets] -> connecting iopub channel to tcp://127.0.0.1:41609 2020-05-19 12:15:56,663 [DEBUG] [traitlets] -> Connecting to: tcp://127.0.0.1:41609 2020-05-19 12:15:56,664 [DEBUG] [traitlets] -> connecting stdin channel to tcp://127.0.0.1:52253 2020-05-19 12:15:56,664 [DEBUG] [traitlets] -> Connecting to: tcp://127.0.0.1:52253 2020-05-19 12:15:56,665 [DEBUG] [traitlets] -> connecting control channel to tcp://127.0.0.1:39831 2020-05-19 12:15:56,665 [DEBUG] [traitlets] -> Connecting to: tcp://127.0.0.1:39831 2020-05-19 12:15:56,804 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel EdgeLine at floating 2020-05-19 12:15:56,804 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:56,805 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel EdgeLine installed 2020-05-19 12:15:56,805 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel IndentationGuide at floating 2020-05-19 12:15:56,805 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:56,806 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel IndentationGuide installed 2020-05-19 12:15:56,806 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel FoldingPanel at left 2020-05-19 12:15:56,806 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:56,807 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel FoldingPanel installed 2020-05-19 12:15:56,807 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel DebuggerPanel at left 2020-05-19 12:15:56,808 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:56,808 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel DebuggerPanel installed 2020-05-19 12:15:56,815 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel LineNumberArea at left 2020-05-19 12:15:56,816 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:56,816 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel LineNumberArea installed 2020-05-19 12:15:56,817 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel ClassFunctionDropdown at top 2020-05-19 12:15:56,829 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:56,829 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel ClassFunctionDropdown installed 2020-05-19 12:15:56,830 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel ScrollFlagArea at right 2020-05-19 12:15:56,831 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:56,831 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel ScrollFlagArea installed 2020-05-19 12:15:56,831 [DEBUG] [spyder.api.panel] -> ScrollFlagArea visibility changed 2020-05-19 12:15:56,831 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:56,831 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:56,847 [DEBUG] [spyder.plugins.editor.extensions.manager] -> adding extension CloseQuotesExtension 2020-05-19 12:15:56,851 [DEBUG] [spyder.plugins.editor.extensions.manager] -> adding extension SnippetsExtension 2020-05-19 12:15:56,851 [DEBUG] [spyder.plugins.editor.extensions.manager] -> adding extension CloseBracketsExtension 2020-05-19 12:15:56,856 [DEBUG] [spyder.api.panel] -> DebuggerPanel visibility changed 2020-05-19 12:15:56,856 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:56,857 [DEBUG] [spyder.api.panel] -> FoldingPanel visibility changed 2020-05-19 12:15:56,857 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:56,857 [DEBUG] [spyder.api.panel] -> ScrollFlagArea visibility changed 2020-05-19 12:15:56,858 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:56,858 [DEBUG] [spyder.api.panel] -> EdgeLine visibility changed 2020-05-19 12:15:56,858 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:56,858 [DEBUG] [spyder.api.panel] -> IndentationGuide visibility changed 2020-05-19 12:15:56,859 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:56,859 [DEBUG] [spyder.api.panel] -> LineNumberArea visibility changed 2020-05-19 12:15:56,860 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:56,862 [DEBUG] [spyder.api.panel] -> ClassFunctionDropdown visibility changed 2020-05-19 12:15:56,862 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:56,863 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:57,122 [INFO] [spyder.app.mainwindow] -> *** End of MainWindow setup *** 2020-05-19 12:15:57,225 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:57,247 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:57,300 [INFO] [spyder.app.mainwindow] -> Deleting previous Spyder instance LSP logs... 2020-05-19 12:15:57,310 [DEBUG] [spyder.plugins.editor.widgets.editor] -> Call ThreadManager's 'close_threads' 2020-05-19 12:15:57,311 [DEBUG] [spyder.plugins.editor.plugin] -> python completion server request: 'textDocument/didClose' 2020-05-19 12:15:57,311 [DEBUG] [spyder.plugins.completion.languageserver.providers.document] -> [textDocument/didClose] File: /home/mps/.config/spyder-py3/temp.py 2020-05-19 12:15:57,312 [DEBUG] [spyder.plugins.completion.fallback.actor] -> Got request id 1: textDocument/didClose for file /home/mps/.config/spyder-py3/temp.py 2020-05-19 12:15:57,488 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 1 Got response from kite 2020-05-19 12:15:57,488 [DEBUG] [spyder.plugins.completion.languageserver.client] -> python request: workspace/didChangeConfiguration 2020-05-19 12:15:57,489 [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-05-19 12:15:57,489 [DEBUG] [spyder.plugins.completion.languageserver.client] -> python request: initialized 2020-05-19 12:15:57,703 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel EdgeLine at floating 2020-05-19 12:15:57,704 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:57,704 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel EdgeLine installed 2020-05-19 12:15:57,705 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel IndentationGuide at floating 2020-05-19 12:15:57,705 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:57,705 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel IndentationGuide installed 2020-05-19 12:15:57,705 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel FoldingPanel at left 2020-05-19 12:15:57,706 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:57,706 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel FoldingPanel installed 2020-05-19 12:15:57,707 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel DebuggerPanel at left 2020-05-19 12:15:57,707 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:57,707 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel DebuggerPanel installed 2020-05-19 12:15:57,708 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel LineNumberArea at left 2020-05-19 12:15:57,708 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:57,708 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel LineNumberArea installed 2020-05-19 12:15:57,711 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel ClassFunctionDropdown at top 2020-05-19 12:15:57,718 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:57,719 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel ClassFunctionDropdown installed 2020-05-19 12:15:57,722 [DEBUG] [spyder.plugins.editor.panels.manager] -> adding panel ScrollFlagArea at right 2020-05-19 12:15:57,722 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:57,723 [DEBUG] [spyder.plugins.editor.panels.manager] -> panel ScrollFlagArea installed 2020-05-19 12:15:57,723 [DEBUG] [spyder.api.panel] -> ScrollFlagArea visibility changed 2020-05-19 12:15:57,723 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:57,723 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:57,739 [DEBUG] [spyder.plugins.editor.extensions.manager] -> adding extension CloseQuotesExtension 2020-05-19 12:15:57,739 [DEBUG] [spyder.plugins.editor.extensions.manager] -> adding extension SnippetsExtension 2020-05-19 12:15:57,740 [DEBUG] [spyder.plugins.editor.extensions.manager] -> adding extension CloseBracketsExtension 2020-05-19 12:15:57,757 [DEBUG] [spyder.api.panel] -> EdgeLine visibility changed 2020-05-19 12:15:57,758 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:57,758 [DEBUG] [spyder.api.panel] -> IndentationGuide visibility changed 2020-05-19 12:15:57,758 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:57,759 [DEBUG] [spyder.api.panel] -> FoldingPanel visibility changed 2020-05-19 12:15:57,759 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:57,760 [DEBUG] [spyder.api.panel] -> DebuggerPanel visibility changed 2020-05-19 12:15:57,760 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:57,761 [DEBUG] [spyder.api.panel] -> LineNumberArea visibility changed 2020-05-19 12:15:57,767 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:57,768 [DEBUG] [spyder.api.panel] -> ClassFunctionDropdown visibility changed 2020-05-19 12:15:57,769 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:57,770 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:57,772 [DEBUG] [spyder.plugins.editor.widgets.editor] -> Set focus to: None 2020-05-19 12:15:57,773 [DEBUG] [spyder.plugins.editor.widgets.editor] -> Current changed: 0 - None 2020-05-19 12:15:57,776 [DEBUG] [spyder.api.panel] -> DebuggerPanel visibility changed 2020-05-19 12:15:57,776 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:57,777 [DEBUG] [spyder.api.panel] -> FoldingPanel visibility changed 2020-05-19 12:15:57,777 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:57,778 [DEBUG] [spyder.api.panel] -> ScrollFlagArea visibility changed 2020-05-19 12:15:57,778 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:57,780 [DEBUG] [spyder.api.panel] -> EdgeLine visibility changed 2020-05-19 12:15:57,780 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:57,781 [DEBUG] [spyder.api.panel] -> IndentationGuide visibility changed 2020-05-19 12:15:57,781 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:57,782 [DEBUG] [spyder.api.panel] -> LineNumberArea visibility changed 2020-05-19 12:15:57,782 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:57,810 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:57,830 [DEBUG] [spyder.api.panel] -> ClassFunctionDropdown visibility changed 2020-05-19 12:15:57,835 [DEBUG] [spyder.plugins.editor.panels.manager] -> Refresh panels 2020-05-19 12:15:57,851 [DEBUG] [spyder.plugins.editor.plugin] -> Start completion server for /home/mps/.config/spyder-py3/temp.py [Python] 2020-05-19 12:15:57,851 [DEBUG] [spyder.plugins.editor.plugin] -> Python completion server is ready 2020-05-19 12:15:57,851 [DEBUG] [spyder.plugins.editor.widgets.codeeditor] -> Completions services available for: /home/mps/.config/spyder-py3/temp.py 2020-05-19 12:15:57,851 [DEBUG] [spyder.plugins.editor.plugin] -> python completion server request: 'textDocument/didOpen' 2020-05-19 12:15:57,851 [DEBUG] [spyder.plugins.completion.languageserver.client] -> python request: textDocument/didOpen 2020-05-19 12:15:57,852 [DEBUG] [spyder.plugins.editor.widgets.codeeditor] -> LSP available for: /home/mps/.config/spyder-py3/temp.py 2020-05-19 12:15:57,852 [DEBUG] [spyder.plugins.completion.fallback.actor] -> Got request id 2: textDocument/didOpen for file /home/mps/.config/spyder-py3/temp.py 2020-05-19 12:15:57,852 [DEBUG] [spyder.plugins.completion.kite.client] -> Perform textDocument/didOpen request with id 2 2020-05-19 12:15:57,852 [DEBUG] [spyder.plugins.editor.plugin] -> python completion server request: 'textDocument/didOpen' 2020-05-19 12:15:57,855 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (2): 127.0.0.1:46624 2020-05-19 12:15:57,856 [DEBUG] [spyder.plugins.completion.languageserver.client] -> python request: textDocument/didOpen 2020-05-19 12:15:57,856 [DEBUG] [spyder.plugins.editor.widgets.editor] -> Set focus to: /home/mps/.config/spyder-py3/temp.py 2020-05-19 12:15:57,857 [DEBUG] [spyder.plugins.completion.fallback.actor] -> Got request id 3: textDocument/didOpen for file /home/mps/.config/spyder-py3/temp.py 2020-05-19 12:15:57,857 [DEBUG] [spyder.plugins.editor.widgets.editor] -> Current changed: 0 - /home/mps/.config/spyder-py3/temp.py 2020-05-19 12:15:57,859 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (3): 127.0.0.1:46624 2020-05-19 12:15:57,861 [DEBUG] [spyder.plugins.completion.kite.client] -> Perform textDocument/didOpen request with id 3 2020-05-19 12:15:57,864 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (4): 127.0.0.1:46624 2020-05-19 12:15:57,867 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (5): 127.0.0.1:46624 2020-05-19 12:15:57,879 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 2 Got response from kite 2020-05-19 12:15:57,916 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 1 timed out 2020-05-19 12:15:57,967 [DEBUG] [spyder.plugins.editor.widgets.editor] -> Added thread to queue 2020-05-19 12:15:57,988 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 3 Got response from kite 2020-05-19 12:15:58,116 [DEBUG] [spyder.plugins.editor.widgets.editor] -> Updating queue: 2020-05-19 12:15:58,116 [DEBUG] [spyder.plugins.editor.widgets.editor] -> started: 0 2020-05-19 12:15:58,116 [DEBUG] [spyder.plugins.editor.widgets.editor] -> pending: 1 2020-05-19 12:15:58,117 [DEBUG] [spyder.plugins.editor.widgets.editor] -> ===>starting: 2020-05-19 12:15:58,117 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 2 timed out 2020-05-19 12:15:58,117 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 3 timed out 2020-05-19 12:15:58,168 [DEBUG] [matplotlib] -> $HOME=/home/mps 2020-05-19 12:15:58,168 [DEBUG] [matplotlib] -> CONFIGDIR=/home/mps/.config/matplotlib 2020-05-19 12:15:58,173 [DEBUG] [matplotlib] -> matplotlib data path: /usr/share/matplotlib/mpl-data 2020-05-19 12:15:58,173 [DEBUG] [matplotlib] -> loaded rc file /etc/matplotlibrc 2020-05-19 12:15:58,176 [DEBUG] [matplotlib] -> matplotlib version 3.1.2 2020-05-19 12:15:58,177 [DEBUG] [matplotlib] -> interactive is False 2020-05-19 12:15:58,177 [DEBUG] [matplotlib] -> platform is linux 2020-05-19 12:15:58,178 [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', '_collections_abc', 'genericpath', 'posixpath', 'os.path', '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', 'google', 'sphinxcontrib', 'mpl_toolkits', 'apport_python_hook', 'sitecustomize', 'site', 'enum', '_sre', 'sre_constants', 'sre_parse', 'sre_compile', 'copyreg', 're', 'spyder', 'spyder.app', '_ctypes', '_struct', 'struct', 'ctypes._endian', 'ctypes', 'math', '_bisect', 'bisect', '_sha512', '_random', 'random', '_socket', 'collections.abc', 'select', 'selectors', 'errno', 'socket', 'platform', 'zmq.backend.select', 'cython_runtime', 'zmq.backend.cython.constants', '_cython_0_29_17', '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', '__future__', 'numbers', '_decimal', 'decimal', 'simplejson.errors', 'simplejson.raw_json', 'simplejson.compat', 'simplejson._speedups', 'simplejson.scanner', 'simplejson.decoder', 'simplejson.encoder', 'simplejson', 'zmq.utils.jsonapi', 'zmq.sugar.socket', 'zmq.sugar.context', 'zmq.sugar.frame', 'zmq.sugar.tracker', 'zmq.sugar.version', 'zmq.sugar.stopwatch', 'zmq.sugar', 'zmq', 'locale', 'gettext', 'argparse', 'spyder.app.cli_options', 'spyder.config', 'termios', 'getpass', 'fnmatch', 'zlib', '_compression', '_bz2', 'bz2', '_lzma', 'lzma', 'pwd', 'grp', 'shutil', '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', 'ntpath', 'urllib', 'urllib.parse', 'pathlib', 'spyder.utils.encoding', 'spyder.config.base', 'spyder_kernels._version', 'spyder_kernels', 'spyder_kernels.utils', 'tarfile', '_json', 'json.scanner', 'json.decoder', 'json.encoder', 'json', '_opcode', 'opcode', 'dis', 'inspect', 'glob', 'numpy._globals', 'numpy.__config__', 'numpy.version', 'numpy._distributor_init', 'numpy.core.info', 'textwrap', '_datetime', 'datetime', 'numpy.core._multiarray_umath', 'numpy.compat._inspect', 'numpy.compat.py3k', 'numpy.compat', 'numpy.core.overrides', 'numpy.core.multiarray', 'numpy.core.umath', 'numpy.core._string_helpers', 'numpy.core._dtype', 'numpy.core._type_aliases', 'numpy.core.numerictypes', 'numpy.core._exceptions', 'numpy.core._asarray', 'numpy.core._ufunc_config', 'numpy.core._methods', 'numpy.core.fromnumeric', '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.shape_base', 'numpy.core.einsumfunc', 'numpy.core._multiarray_tests', 'numpy.core._add_newdocs', 'numpy.core._dtype_ctypes', 'numpy.core._internal', 'numpy._pytesttester', 'numpy.core', 'numpy.lib.info', 'numpy.lib.ufunclike', 'numpy.lib.type_check', '_ast', 'ast', 'numpy.linalg.info', '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.mixins', 'numpy.lib.nanfunctions', 'numpy.lib.shape_base', 'numpy.lib.scimath', 'numpy.lib.polynomial', 'numpy.lib.utils', 'numpy.lib.arraysetops', 'numpy.lib.format', 'numpy.lib._datasource', 'numpy.lib._iotools', 'numpy.lib.npyio', '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', 'numpy.random.bounded_integers', '_cython_0_29_14', '_hashlib', '_blake2', '_sha3', 'hashlib', 'hmac', 'secrets', 'numpy.random.bit_generator', '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', 'unittest.util', 'unittest.result', 'concurrent', 'concurrent.futures._base', 'concurrent.futures', 'signal', '_posixsubprocess', 'subprocess', '_ssl', 'ssl', 'asyncio.constants', 'asyncio.format_helpers', 'asyncio.base_futures', 'asyncio.log', 'asyncio.coroutines', '_contextvars', 'contextvars', 'asyncio.exceptions', 'asyncio.base_tasks', '_asyncio', 'asyncio.events', 'asyncio.futures', 'asyncio.protocols', 'asyncio.transports', 'asyncio.sslproto', 'typing.io', 'typing.re', 'typing', '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', 'pprint', 'unittest.case', 'unittest.async_case', 'unittest.suite', 'unittest.loader', 'unittest.signals', 'unittest.runner', 'unittest.main', 'unittest', 'numpy.testing._private', 'gc', 'numpy.testing._private.utils', 'numpy.testing._private.decorators', 'numpy.testing._private.nosetester', 'numpy.testing', 'numpy', 'pytz.exceptions', 'pytz.lazy', 'pytz.tzinfo', 'pytz.tzfile', 'pytz', 'dateutil._version', 'dateutil', 'pandas.compat', 'distutils', 'distutils.version', 'pandas.compat.numpy', '_cython_0_29_13', 'pandas._libs.tslibs.np_datetime', 'pandas._libs.ops_dispatch', 'pandas._libs.missing', 'pandas._libs.tslibs.nattype', 'six', 'six.moves', 'dateutil.tz._common', 'dateutil.tz._factories', 'dateutil.tz.tz', 'dateutil.tz', 'pandas._libs.tslibs.timezones', 'pandas._config.config', 'pandas._config.dates', 'pandas._config.display', 'pandas._config', '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.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', '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', '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', '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._binary', 'PIL._util', '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.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.QtNetwork', 'PyQt5.QtWebKit', 'PyQt5.QtPrintSupport', 'PyQt5.QtWebKitWidgets', 'qtpy.QtWebEngineWidgets', 'qtawesome.iconic_font', 'qtawesome.animation', 'qtawesome._version', 'qtawesome', 'pygments', 'pygments.filter', 'pygments.token', 'pygments.util', '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.app.utils', '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.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', 'xml.parsers', 'pyexpat.errors', 'pyexpat.model', 'pyexpat', 'xml.parsers.expat.model', 'xml.parsers.expat.errors', 'xml.parsers.expat', 'plistlib', 'pkg_resources.extern', 'pkg_resources._vendor', 'pkg_resources.extern.six', 'pkg_resources._vendor.six', 'pkg_resources.extern.six.moves', 'pkg_resources._vendor.six.moves', 'pkg_resources.py31compat', 'pkg_resources.extern.appdirs', 'pkg_resources._vendor.packaging.__about__', 'pkg_resources.extern.packaging', 'pkg_resources.extern.packaging._structures', 'pkg_resources.extern.packaging.version', 'pkg_resources.extern.packaging._compat', 'pkg_resources.extern.packaging.specifiers', 'pkg_resources.extern.pyparsing', 'pkg_resources.extern.six.moves.urllib', 'pkg_resources.extern.packaging.markers', 'pkg_resources.extern.packaging.requirements', 'pkg_resources.py2_warn', 'sysconfig', 'pkg_resources', 'pygments.formatters._mapping', 'pygments.formatters', 'pygments.formatter', 'pygments.formatters.html', 'docutils.utils.code_analyzer', 'docutils.parsers.rst.roles', 'docutils.parsers.rst.tableparser', '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', 'sphinx.util.typing', 'sphinx.util.docutils', 'sphinx.util.smartypants', 'filecmp', 'sphinx.testing', 'sphinx.testing.path', 'sphinx.util.osutil', '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', 'pygments.styles.friendly', 'sphinx.pygments_styles', 'sphinx.util.texescape', 'sphinx.highlighting', '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', '_uuid', 'uuid', 'sphinx.versioning', 'sphinx.io', 'sphinx.util.rst', 'sphinx.util.build_phase', 'sphinx.util.parallel', 'sphinx.builders', '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.basedialog', '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', 'traitlets.utils', 'traitlets.utils.getargspec', 'ipython_genutils._version', 'ipython_genutils', 'ipython_genutils.encoding', 'ipython_genutils.py3compat', '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._compat', 'nbformat.v2.rwbase', 'nbformat.v2.nbjson', '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', 'webcolors', '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.reader', 'nbformat.validator', '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', 'xml.etree.ElementPath', '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', '_sysconfigdata__x86_64-linux-gnu', 'pydoc', 'codeop', 'code', '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.py27compat', 'keyring.py33compat', 'keyring.credentials', 'keyring.errors', 'keyring.util', 'keyring.py32compat', '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', 'secretstorage.defines', 'secretstorage.exceptions', 'cryptography.__about__', 'cryptography', 'cryptography.utils', 'secretstorage.dhcrypto', '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.widgets', 'spyder.widgets.status', 'spyder.plugins.completion.languageserver.widgets.status', 'spyder.plugins.completion.languageserver.plugin', 'six.moves.http_client', 'urllib3.exceptions', 'urllib3.packages', 'urllib3.packages.ssl_match_hostname', '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', 'six.moves.urllib', 'six.moves.urllib.parse', 'urllib3.request', 'urllib3.response', 'urllib3.util.queue', 'urllib3.connectionpool', 'urllib3.poolmanager', 'urllib3', 'requests.exceptions', 'requests.__version__', 'certifi.core', 'certifi', 'requests.certs', 'http.cookiejar', 'requests.compat', 'requests._internal_utils', 'requests.cookies', 'requests.structures', 'requests.utils', 'requests.packages.urllib3.exceptions', 'requests.packages.urllib3.packages', 'requests.packages.urllib3.packages.ssl_match_hostname', '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.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.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', 'rope', '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.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', 'zmq._future', 'zmq.asyncio', 'jupyter_client.asynchronous.channels', 'jupyter_client.asynchronous.client', 'jupyter_client.asynchronous', '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', '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.utils.conda', 'spyder.plugins.ipythonconsole.utils.kernelspec', 'jupyter_client.restarter', 'qtconsole.manager', 'spyder.plugins.ipythonconsole.utils.manager', 'spyder.plugins.ipythonconsole.utils.ssh', 'spyder.plugins.ipythonconsole.utils.style', 'spyder.plugins.ipythonconsole.widgets.control', 'cmd', 'bdb', 'pdb', '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', '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.inference.cache', 'jedi.common.value', 'jedi.common', 'jedi.inference.helpers', 'jedi.inference.utils', 'jedi.inference.base_value', 'jedi.common.utils', 'jedi.inference.sys_path', 'jedi.inference.recursion', 'jedi.inference.flow_analysis', 'jedi.inference.lazy_value', 'jedi.inference.docstrings', 'jedi.inference.names', 'jedi.inference.filters', 'jedi.inference.compiled.getattr_static', 'jedi.inference.compiled.access', 'jedi.inference.signature', 'jedi.inference.context', 'jedi.inference.compiled.value', 'jedi.inference.compiled', 'jedi.inference.analysis', 'jedi.inference.gradual', 'jedi.inference.value.module', 'jedi.inference.value.dynamic_arrays', 'jedi.inference.value.iterable', 'jedi.inference.arguments', 'jedi.inference.parser_cache', 'jedi.inference.gradual.generics', 'jedi.inference.value.function', 'jedi.plugins', 'jedi.inference.value.klass', 'jedi.inference.value.instance', 'jedi.inference.value', 'jedi.inference.gradual.base', 'jedi.inference.gradual.type_var', 'jedi.inference.gradual.typing', 'jedi.inference.gradual.stub_value', 'jedi.inference.gradual.typeshed', 'jedi.inference.imports', 'jedi.inference.param', 'jedi.inference.gradual.annotation', 'jedi.inference.value.decorator', 'jedi.inference.syntax_tree', 'jedi.inference', 'jedi.inference.gradual.conversion', 'pydoc_data', 'pydoc_data.topics', 'jedi.api.keywords', 'jedi.api.classes', 'jedi.inference.compiled.mixed', 'jedi.api.interpreter', 'jedi.api.helpers', 'jedi.api.file_name', 'jedi.api.completion', 'jedi.inference.compiled.subprocess.functions', 'jedi.api.exceptions', 'jedi.inference.compiled.subprocess', 'jedi.api.environment', 'jedi.api.project', 'jedi.inference.usages', 'jedi.inference.gradual.utils', 'jedi.api', 'jedi.plugins.stdlib', 'jedi.plugins.flask', 'jedi.plugins.registry', 'jedi', '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__', 'pylint', 'toml.tz', 'toml.decoder', 'toml.encoder', 'toml', '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', 'astroid._ast', 'astroid.rebuilder', 'astroid.builder', 'brain_collections', 'brain_argparse', 'brain_numpy_ndarray', 'brain_boto3', 'brain_pytest', 'brain_random', 'brain_numpy_core_umath', 'brain_qt', 'brain_curses', 'brain_numpy_utils', 'brain_numpy_core_numeric', 'brain_numpy_core_fromnumeric', 'brain_hashlib', 'brain_io', 'brain_threading', 'brain_http', 'brain_dataclasses', 'brain_attrs', 'brain_mechanize', 'astroid.objects', 'brain_builtin_inference', 'brain_six', 'brain_dateutil', 'brain_fstrings', 'brain_re', 'brain_numpy_random_mtrand', 'brain_typing', 'brain_scipy_signal', 'brain_ssl', 'brain_nose', 'brain_numpy_core_numerictypes', 'brain_uuid', 'brain_numpy_core_multiarray', 'brain_responses', 'brain_pkg_resources', 'brain_multiprocessing', 'brain_functools', 'brain_gi', 'brain_crypt', 'brain_namedtuple_enum', 'brain_subprocess', 'brain_numpy_core_function_base', 'astroid', 'pylint.utils.ast_walker', 'pylint.constants', 'pylint.utils.file_state', 'pylint.utils.utils', 'pylint.utils', 'pylint.config', 'spyder.plugins.pylint.utils', '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', 'netifaces', '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', 'pyparsing', 'matplotlib.fontconfig_pattern', 'matplotlib._color_data', 'matplotlib.colors', 'cycler', 'matplotlib.rcsetup', 'matplotlib._version', 'matplotlib.ft2font', 'kiwisolver'] 2020-05-19 12:15:58,187 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (6): 127.0.0.1:46624 2020-05-19 12:15:58,195 [DEBUG] [spyder.plugins.editor.widgets.editor] -> Updating queue: 2020-05-19 12:15:58,195 [DEBUG] [spyder.plugins.editor.widgets.editor] -> started: 0 2020-05-19 12:15:58,195 [DEBUG] [spyder.plugins.editor.widgets.editor] -> pending: 0 2020-05-19 12:15:58,283 [DEBUG] [traitlets] -> Received history reply with 242 entries 2020-05-19 12:15:58,284 [DEBUG] [traitlets] -> handle_msg[baa73eca99b911ea8859216c621df926]({'header': {'msg_id': '8d154a8d-18107a05b5f7ef81b26ec661_11', 'msg_type': 'comm_msg', 'username': 'mps', 'session': '8d154a8d-18107a05b5f7ef81b26ec661', 'date': datetime.datetime(2020, 5, 19, 10, 15, 58, 227577, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '8d154a8d-18107a05b5f7ef81b26ec661_11', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': 'e30f2f8c-c501e99d0dc276b913b4acda_3', 'msg_type': 'comm_open', 'username': 'mps', 'session': 'e30f2f8c-c501e99d0dc276b913b4acda', 'date': datetime.datetime(2020, 5, 19, 10, 15, 56, 775344, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call', 'content': {'call_name': '_set_comm_port', 'call_id': '1c77a16f561140bf9963b0bd9df67609', 'settings': {'blocking': False, 'timeout': None, 'send_reply': False}}, 'pickle_protocol': 5, 'python_version': '3.8.2 (default, Apr 27 2020, 15:53:34) \n[GCC 9.3.0]'}, 'comm_id': 'baa73eca99b911ea8859216c621df926'}, 'buffers': []}) 2020-05-19 12:15:58,284 [DEBUG] [traitlets] -> Connecting to: tcp://127.0.0.1:37391 2020-05-19 12:15:58,286 [DEBUG] [traitlets] -> handle_msg[baa73eca99b911ea8859216c621df926]({'header': {'msg_id': '8d154a8d-18107a05b5f7ef81b26ec661_12', 'msg_type': 'comm_msg', 'username': 'mps', 'session': '8d154a8d-18107a05b5f7ef81b26ec661', 'date': datetime.datetime(2020, 5, 19, 10, 15, 58, 228161, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '8d154a8d-18107a05b5f7ef81b26ec661_12', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': 'e30f2f8c-c501e99d0dc276b913b4acda_3', 'msg_type': 'comm_open', 'username': 'mps', 'session': 'e30f2f8c-c501e99d0dc276b913b4acda', 'date': datetime.datetime(2020, 5, 19, 10, 15, 56, 775344, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call', 'content': {'call_name': '_set_pickle_protocol', 'call_id': 'd8c88e35ece244188aaaadf8bd002097', 'settings': {'blocking': False, 'timeout': None, 'send_reply': False}}, 'pickle_protocol': 5, 'python_version': '3.8.2 (default, Apr 27 2020, 15:53:34) \n[GCC 9.3.0]'}, 'comm_id': 'baa73eca99b911ea8859216c621df926'}, 'buffers': []}) 2020-05-19 12:15:58,287 [DEBUG] [traitlets] -> execute_reply: {'status': 'ok', 'execution_count': 0, 'user_expressions': {}, 'payload': []} 2020-05-19 12:15:58,323 [DEBUG] [traitlets] -> handle_msg[baa73eca99b911ea8859216c621df926]({'header': {'msg_id': '8d154a8d-18107a05b5f7ef81b26ec661_24', 'msg_type': 'comm_msg', 'username': 'mps', 'session': '8d154a8d-18107a05b5f7ef81b26ec661', 'date': datetime.datetime(2020, 5, 19, 10, 15, 58, 301459, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '8d154a8d-18107a05b5f7ef81b26ec661_24', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': 'e30f2f8c-c501e99d0dc276b913b4acda_7', 'msg_type': 'comm_msg', 'username': 'mps', 'session': 'e30f2f8c-c501e99d0dc276b913b4acda', 'date': datetime.datetime(2020, 5, 19, 10, 15, 58, 286957, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '44c1e48404144c6384ba30ce76d6d947', 'call_name': 'get_namespace_view'}, 'pickle_protocol': 5, 'python_version': '3.8.2 (default, Apr 27 2020, 15:53:34) \n[GCC 9.3.0]'}, 'comm_id': 'baa73eca99b911ea8859216c621df926'}, 'buffers': []}) 2020-05-19 12:15:58,323 [DEBUG] [traitlets] -> handle_msg[baa73eca99b911ea8859216c621df926]({'header': {'msg_id': '8d154a8d-18107a05b5f7ef81b26ec661_25', 'msg_type': 'comm_msg', 'username': 'mps', 'session': '8d154a8d-18107a05b5f7ef81b26ec661', 'date': datetime.datetime(2020, 5, 19, 10, 15, 58, 304861, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '8d154a8d-18107a05b5f7ef81b26ec661_25', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': 'e30f2f8c-c501e99d0dc276b913b4acda_7', 'msg_type': 'comm_msg', 'username': 'mps', 'session': 'e30f2f8c-c501e99d0dc276b913b4acda', 'date': datetime.datetime(2020, 5, 19, 10, 15, 58, 286957, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': '8800552b2cc348c3bcaa15f87e57c4ec', 'call_name': 'get_var_properties'}, 'pickle_protocol': 5, 'python_version': '3.8.2 (default, Apr 27 2020, 15:53:34) \n[GCC 9.3.0]'}, 'comm_id': 'baa73eca99b911ea8859216c621df926'}, 'buffers': []}) 2020-05-19 12:15:58,387 [DEBUG] [traitlets] -> handle_msg[baa73eca99b911ea8859216c621df926]({'header': {'msg_id': '8d154a8d-18107a05b5f7ef81b26ec661_29', 'msg_type': 'comm_msg', 'username': 'mps', 'session': '8d154a8d-18107a05b5f7ef81b26ec661', 'date': datetime.datetime(2020, 5, 19, 10, 15, 58, 324569, tzinfo=tzutc()), 'version': '5.3'}, 'msg_id': '8d154a8d-18107a05b5f7ef81b26ec661_29', 'msg_type': 'comm_msg', 'parent_header': {'msg_id': 'e30f2f8c-c501e99d0dc276b913b4acda_11', 'msg_type': 'comm_msg', 'username': 'mps', 'session': 'e30f2f8c-c501e99d0dc276b913b4acda', 'date': datetime.datetime(2020, 5, 19, 10, 15, 58, 319675, tzinfo=tzutc()), 'version': '5.3'}, 'metadata': {}, 'content': {'data': {'spyder_msg_type': 'remote_call_reply', 'content': {'is_error': False, 'call_id': 'e1cdd8a47a35460c954300a1855aa8e9', 'call_name': 'is_special_kernel_valid'}, 'pickle_protocol': 5, 'python_version': '3.8.2 (default, Apr 27 2020, 15:53:34) \n[GCC 9.3.0]'}, 'comm_id': 'baa73eca99b911ea8859216c621df926'}, 'buffers': []}) 2020-05-19 12:16:01,827 [DEBUG] [spyder.plugins.completion.languageserver.client] -> python response: textDocument/publishDiagnostics 2020-05-19 12:16:01,827 [DEBUG] [spyder.plugins.editor.plugin] -> python completion server request: 'textDocument/foldingRange' 2020-05-19 12:16:01,827 [DEBUG] [spyder.plugins.completion.languageserver.client] -> python request: textDocument/foldingRange 2020-05-19 12:16:01,827 [DEBUG] [spyder.plugins.editor.plugin] -> python completion server request: 'textDocument/documentSymbol' 2020-05-19 12:16:01,828 [DEBUG] [spyder.plugins.completion.fallback.actor] -> Got request id 4: textDocument/foldingRange for file /home/mps/.config/spyder-py3/temp.py 2020-05-19 12:16:01,828 [DEBUG] [spyder.plugins.completion.languageserver.client] -> python request: textDocument/documentSymbol 2020-05-19 12:16:01,828 [DEBUG] [spyder.plugins.completion.fallback.actor] -> Got request id 5: textDocument/documentSymbol for file /home/mps/.config/spyder-py3/temp.py 2020-05-19 12:16:01,834 [DEBUG] [spyder.plugins.editor.plugin] -> python completion server request: 'textDocument/cursorEvent' 2020-05-19 12:16:01,834 [DEBUG] [spyder.plugins.completion.kite.client] -> Perform textDocument/cursorEvent request with id 6 2020-05-19 12:16:01,834 [DEBUG] [spyder.plugins.completion.fallback.actor] -> Got request id 6: textDocument/cursorEvent for file /home/mps/.config/spyder-py3/temp.py 2020-05-19 12:16:01,836 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (7): 127.0.0.1:46624 2020-05-19 12:16:42,855 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 4 Got response from kite 2020-05-19 12:16:42,855 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 5 Got response from kite 2020-05-19 12:16:42,856 [DEBUG] [urllib3.connectionpool] -> Starting new HTTP connection (8): 127.0.0.1:46624 2020-05-19 12:16:42,868 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 4 timed out 2020-05-19 12:16:42,868 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 5 timed out 2020-05-19 12:16:42,868 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 6 timed out 2020-05-19 12:16:42,949 [DEBUG] [spyder.plugins.completion.plugin] -> Completion plugin: Request 6 Got response from kite ```

steff456 commented 4 years ago

Hi @mpsdskd,

We absolutely encourage users to install Spyder using anaconda, in this way we can verify that all the dependencies are installed in the pinned versions. If you decided yo use pip for installation is your own responsibility to have a consistent environment.

For further information, please refer to https://docs.spyder-ide.org/installation.html