Code Monkey home page Code Monkey logo

coc-pyls's Introduction

Neoclide

Neoclide is a rework of Nyaovim, the reason is I want it have best user experience.

Neoclide is an editor built with web technologies while emebed with neovim.

Neoclide is in early development, which means it could break easily, and you should not take it seriously.

Since I use Mac only, something could break on other platform, I need your help!

What have done

  • Global session save and restore
  • Fixed copy/paste behaviour
  • Fixed drag and click position calculate
  • Fixed trigger of VimLeave event
  • Background transparent support
  • Improved input method support
  • Improved cursor support
  • Accessable editor state object
  • Automatic resize handler, no screen blink

How to use

Since it's in early age, no prebuild currently avaiable, you have to use it from souce code.

  • Clone this repository

  • Run following commands to install dependencies and build code

    npm run dep
    npm run build
    
  • To start the app, use:

    npm run app
    

LICENSE

Copyright 2016 [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

coc-pyls's People

Contributors

chemzqm avatar fannheyward avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

cilsat

coc-pyls's Issues

Coc with pyls fails on Macos with "AttributeError: There are no params defined on this."

Edit: <compliment> wanted to take the opportunity to tell you that I'm blown away by this project. It was the thing that we all needed the most, and the quality of the user experience is excellent </compliment>
Describe the bug
Coc with Pyls and coc-pyls on macos fails completion with the following (found in coc logs):


    return method(**(params or {}))
  File "/usr/local/lib/python3.7/site-packages/pyls/python_ls.py", line 257, in m_text_document__completion
    return self.completions(textDocument['uri'], position)
  File "/usr/local/lib/python3.7/site-packages/pyls/python_ls.py", line 185, in completions
    completions = self._hook('pyls_completions', doc_uri, position=position)
  File "/usr/local/lib/python3.7/site-packages/pyls/python_ls.py", line 117, in _hook
    return hook_handlers(config=self.config, workspace=self.workspace, document=doc, **kwargs)
  File "/usr/local/lib/python3.7/site-packages/pluggy/hooks.py", line 284, in __call__
    return self._hookexec(self, self.get_hookimpls(), kwargs)
  File "/usr/local/lib/python3.7/site-packages/pluggy/manager.py", line 67, in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
  File "/usr/local/lib/python3.7/site-packages/pluggy/_tracing.py", line 80, in __call__
    return outcome.get_result()
  File "/usr/local/lib/python3.7/site-packages/pluggy/callers.py", line 80, in get_result
    raise ex[1].with_traceback(ex[2])
  File "/usr/local/lib/python3.7/site-packages/pluggy/callers.py", line 52, in from_call
    result = func()
  File "/usr/local/lib/python3.7/site-packages/pluggy/_tracing.py", line 78, in <lambda>
    outcome = _Result.from_call(lambda: self.oldcall(hook, hook_impls, kwargs))
  File "/usr/local/lib/python3.7/site-packages/pluggy/manager.py", line 61, in <lambda>
    firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
  File "/usr/local/lib/python3.7/site-packages/pluggy/callers.py", line 208, in _multicall
    return outcome.get_result()
  File "/usr/local/lib/python3.7/site-packages/pluggy/callers.py", line 80, in get_result
    raise ex[1].with_traceback(ex[2])
  File "/usr/local/lib/python3.7/site-packages/pluggy/callers.py", line 187, in _multicall
    res = hook_impl.function(*args)
  File "/usr/local/lib/python3.7/site-packages/pyls/plugins/jedi_completion.py", line 18, in pyls_completions
    } for d in definitions] or None
  File "/usr/local/lib/python3.7/site-packages/pyls/plugins/jedi_completion.py", line 18, in <listcomp>
    } for d in definitions] or None
  File "/usr/local/lib/python3.7/site-packages/pyls/plugins/jedi_completion.py", line 23, in _label
    params = ', '.join(param.name for param in definition.params)
  File "/usr/local/lib/python3.7/site-packages/jedi/cache.py", line 143, in wrapper
    result = method(self, *args, **kwargs)
  File "/usr/local/lib/python3.7/site-packages/jedi/api/classes.py", line 345, in params
    raise AttributeError('There are no params defined on this.')
AttributeError: There are no params defined on this.

[3  - 09:43:02] Request textDocument/completion failed.

This is happening in both of my macbooks. Everything is up to date with the latest version.

Desktop (please complete the following information):

  • Terminal: iterm2
  • Version: [e.g. v3.1.0]

coc.nvim pyls time out

I keep getting this error message:
img

I installed via :CocInstall coc-pyls
and made sure pyls is in my path.

The pyls version from pip is:
python-language-server 0.22.0

The build of Coc.nvim I am using is:
v0.0.50

And I am using neovim:

NVIM v0.3.4
Build type: Release
LuaJIT 2.0.5
Compilation: /usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wimplicit-fallthrough -Wvla -fstack-protector-strong -fdiagnostics-color=auto -DINCLUDE_GENERATED_DECLARATIONS -D_GNU_SOURCE -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -I/tmp/neovim-20190113-94620-d8vv4n/neovim-0.3.4/build/config -I/tmp/neovim-20190113-94620-d8vv4n/neovim-0.3.4/src -I/usr/local/include -I/usr/local/opt/gettext/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include -I/tmp/neovim-20190113-94620-d8vv4n/neovim-0.3.4/build/src/nvim/auto -I/tmp/neovim-20190113-94620-d8vv4n/neovim-0.3.4/build/include
Compiled by [email protected]

Features: +acl +iconv +jemalloc +tui 
See ":help feature-compile"

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/usr/local/Cellar/neovim/0.3.4/share/nvim"

Run :checkhealth for more info

Working but now outputting many errors

coc-pyls didn't change lately so I guess this is due to a change in coc.nvim that's only affecting the pyls extension.

Completion and diagnostics are working but the plugin started producing a lot of messages:

## versions

vim version: NVIM v0.3.1
node version: v11.5.0
coc.nvim version: 0.0.40
term: tmux-256color
platform: linux

## Error messages

## Output channel: prettier

## Output channel: pyls
[Error  - 5:43:39 PM] 2018-12-19 17:43:39,677 UTC - INFO - pyls.python_ls - Starting PythonLanguageServer IO language server

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,677 UTC - DEBUG - jsonrpc.endpoint - Handling request from client {'jsonrpc': '2.0', 'id': 0, 'method': 'initialize', 'params': {'processId': 18730, 'rootPath': '/home/francisco/Projects/samples/python', 'rootUri': 'file:///home/francisco/Projects/samples/python', 'capabilities': {'workspace': {'applyEdit': True, 'workspaceEdit': {'documentChanges': True, 'resourceOperations': ['create', 'rename', 'delete'], 'failureHandling': 'textOnlyTransactional'}, 'didChangeConfiguration': {'dynamicRegistration': True}, 'didChangeWatchedFiles': {'dynamicRegistration': True}, 'symbol': {'dynamicRegistration': True, 'symbolKind': {'valueSet': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}}, 'executeCommand': {'dynamicRegistration': True}, 'configuration': True, 'workspaceFolders': True}, 'textDocument': {'publishDiagnostics': {'relatedInformation': True}, 'synchronization': {'dynamicRegistration': True, 'willSave': True, 'willSaveWaitUntil': True, 'didSave': True}, 'completion': {'dynamicRegistration': True, 'contextSupport': True, 'completionItem': {'snippetSupport': True, 'commitCharactersSupport': False, 'documentationFormat': ['markdown', 'plaintext'], 'deprecatedSupport': True, 'preselectSupport': True}, 'completionItemKind': {'valueSet': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25]}}, 'hover': {'dynamicRegistration': True, 'contentFormat': ['markdown', 'plaintext']}, 'signatureHelp': {'dynamicRegistration': True, 'signatureInformation': {'documentationFormat': ['markdown', 'plaintext']}}, 'definition': {'dynamicRegistration': True}, 'references': {'dynamicRegistration': True}, 'documentHighlight': {'dynamicRegistration': True}, 'documentSymbol': {'dynamicRegistration': True, 'symbolKind': {'valueSet': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26]}}, 'codeAction': {'dynamicRegistration': True, 'codeActionLiteralSupport': {'codeActionKind': {'valueSet': ['', 'quickfix', 'refactor', 'refactor.extract', 'refactor.inline', 'refactor.rewrite', 'source', 'source.organizeImports']}}}, 'codeLens': {'dynamicRegistration': True}, 'formatting': {'dynamicRegistration': True}, 'rangeFormatting': {'dynamicRegistration': True}, 'onTypeFormatting': {'dynamicRegistration': True}, 'rename': {'dynamicRegistration': True, 'prepareSupport': True}, 'documentLink': {'dynamicRegistration': True}, 'typeDefinition': {'dynamicRegistration': True}, 'implementation': {'dynamicRegistration': True}, 'colorProvider': {'dynamicRegistration': True}, 'foldingRange': {'dynamicRegistration': True, 'rangeLimit': 5000, 'lineFoldingOnly': True}}}, 'initializationOptions': {}, 'trace': 'off', 'workspaceFolders': [{'uri': 'file:///home/francisco/Projects/samples/python', 'name': 'python'}]}}
2018-12-19 17:43:39,677 UTC - DEBUG - pyls.python_ls - Language server initialized with 18730 file:///home/francisco/Projects/samples/python /home/francisco/Projects/samples/python {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,685 UTC - WARNING - pyls.config.config - Failed to load pyls entry point 'autopep8': No module named 'autopep8'

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,734 UTC - INFO - pyls.config.config - Loaded pyls plugin jedi_completion from <module 'pyls.plugins.jedi_completion' from '/usr/lib/python3.7/site-packages/pyls/plugins/jedi_completion.py'>
2018-12-19 17:43:39,734 UTC - INFO - pyls.config.config - Loaded pyls plugin jedi_definition from <module 'pyls.plugins.definition' from '/usr/lib/python3.7/site-packages/pyls/plugins/definition.py'>

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,734 UTC - INFO - pyls.config.config - Loaded pyls plugin jedi_highlight from <module 'pyls.plugins.highlight' from '/usr/lib/python3.7/site-packages/pyls/plugins/highlight.py'>
2018-12-19 17:43:39,735 UTC - INFO - pyls.config.config - Loaded pyls plugin jedi_hover from <module 'pyls.plugins.hover' from '/usr/lib/python3.7/site-packages/pyls/plugins/hover.py'>
2018-12-19 17:43:39,735 UTC - INFO - pyls.config.config - Loaded pyls plugin jedi_references from <module 'pyls.plugins.references' from '/usr/lib/python3.7/site-packages/pyls/plugins/references.py'>
2018-12-19 17:43:39,735 UTC - INFO - pyls.config.config - Loaded pyls plugin jedi_signature_help from <module 'pyls.plugins.signature' from '/usr/lib/python3.7/site-packages/pyls/plugins/signature.py'>
2018-12-19 17:43:39,735 UTC - INFO - pyls.config.config - Loaded pyls plugin jedi_symbols from <module 'pyls.plugins.symbols' from '/usr/lib/python3.7/site-packages/pyls/plugins/symbols.py'>
2018-12-19 17:43:39,735 UTC - INFO - pyls.config.config - Loaded pyls plugin mccabe from <module 'pyls.plugins.mccabe_lint' from '/usr/lib/python3.7/site-packages/pyls/plugins/mccabe_lint.py'>
2018-12-19 17:43:39,735 UTC - INFO - pyls.config.config - Loaded pyls plugin preload from <module 'pyls.plugins.preload_imports' from '/usr/lib/python3.7/site-packages/pyls/plugins/preload_imports.py'>
2018-12-19 17:43:39,735 UTC - INFO - pyls.config.config - Loaded pyls plugin pycodestyle from <module 'pyls.plugins.pycodestyle_lint' from '/usr/lib/python3.7/site-packages/pyls/plugins/pycodestyle_lint.py'>
2018-12-19 17:43:39,735 UTC - INFO - pyls.config.config - Loaded pyls plugin pydocstyle from <module 'pyls.plugins.pydocstyle_lint' from '/usr/lib/python3.7/site-packages/pyls/plugins/pydocstyle_lint.py'>

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,735 UTC - INFO - pyls.config.config - Loaded pyls plugin pyflakes from <module 'pyls.plugins.pyflakes_lint' from '/usr/lib/python3.7/site-packages/pyls/plugins/pyflakes_lint.py'>
2018-12-19 17:43:39,735 UTC - INFO - pyls.config.config - Loaded pyls plugin rope_completion from <module 'pyls.plugins.rope_completion' from '/usr/lib/python3.7/site-packages/pyls/plugins/rope_completion.py'>
2018-12-19 17:43:39,735 UTC - INFO - pyls.config.config - Loaded pyls plugin rope_rename from <module 'pyls.plugins.rope_rename' from '/usr/lib/python3.7/site-packages/pyls/plugins/rope_rename.py'>
2018-12-19 17:43:39,735 UTC - INFO - pyls.config.config - Loaded pyls plugin yapf from <module 'pyls.plugins.yapf_format' from '/usr/lib/python3.7/site-packages/pyls/plugins/yapf_format.py'>
2018-12-19 17:43:39,735 UTC - DEBUG - pyls.config.config -   pyls_settings [hook]
      config: <pyls.config.config.Config object at 0x7fe791c3b438>


[Error  - 5:43:39 PM] 2018-12-19 17:43:39,735 UTC - DEBUG - pyls.config.config -   finish pyls_settings --> [{'plugins': {'rope_completion': {'enabled': False}}}, {'plugins': {'pydocstyle': {'enabled': False}}}, {'plugins': {'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}, 'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}] [hook]


[Error  - 5:43:39 PM] 2018-12-19 17:43:39,735 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,735 UTC - DEBUG - pyls.config.config - With user configuration: {}
2018-12-19 17:43:39,735 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}
2018-12-19 17:43:39,735 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,735 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,735 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,735 UTC - DEBUG - pyls.config.config - With project configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}
2018-12-19 17:43:39,735 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,735 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,735 UTC - DEBUG - pyls.config.config - With user configuration: {}
2018-12-19 17:43:39,735 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,735 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,735 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,736 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,736 UTC - DEBUG - pyls.config.config - With project configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,736 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,736 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,736 UTC - DEBUG - pyls.config.config - With user configuration: {}
2018-12-19 17:43:39,736 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,736 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,736 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,736 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,736 UTC - DEBUG - pyls.config.config - With project configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}
2018-12-19 17:43:39,736 UTC - DEBUG - pyls.config.source - Using cached configuration for ()

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,736 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,736 UTC - DEBUG - pyls.config.config - With user configuration: {}
2018-12-19 17:43:39,736 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,736 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,736 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,736 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,736 UTC - DEBUG - pyls.config.config - With project configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}
2018-12-19 17:43:39,736 UTC - DEBUG - pyls.config.source - Using cached configuration for ()

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,736 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,736 UTC - DEBUG - pyls.config.config - With user configuration: {}
2018-12-19 17:43:39,736 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,736 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,736 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,736 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,736 UTC - DEBUG - pyls.config.config - With project configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}
2018-12-19 17:43:39,736 UTC - DEBUG - pyls.config.source - Using cached configuration for ()

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,736 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,736 UTC - DEBUG - pyls.config.config - With user configuration: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,736 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}
2018-12-19 17:43:39,736 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,737 UTC - DEBUG - pyls.config.source - Using cached configuration for ()

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,737 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,737 UTC - DEBUG - pyls.config.config - With project configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,737 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,737 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,737 UTC - DEBUG - pyls.config.config - With user configuration: {}
2018-12-19 17:43:39,737 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,737 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}
2018-12-19 17:43:39,737 UTC - DEBUG - pyls.config.source - Using cached configuration for ()

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,737 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,737 UTC - DEBUG - pyls.config.config - With project configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,737 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,737 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,737 UTC - DEBUG - pyls.config.config - With user configuration: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,737 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,737 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,737 UTC - DEBUG - pyls.config.source - Using cached configuration for ()

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,737 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,737 UTC - DEBUG - pyls.config.config - With project configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}
2018-12-19 17:43:39,737 UTC - DEBUG - pyls.config.source - Using cached configuration for ()

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,737 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,737 UTC - DEBUG - pyls.config.config - With user configuration: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,737 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,737 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,737 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,738 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,738 UTC - DEBUG - pyls.config.config - With project configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,738 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,738 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,738 UTC - DEBUG - pyls.config.config - With user configuration: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,738 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,738 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,738 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,738 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,738 UTC - DEBUG - pyls.config.config - With project configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,738 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,738 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,738 UTC - DEBUG - pyls.config.config - With user configuration: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,738 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,738 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,738 UTC - DEBUG - pyls.config.source - Using cached configuration for ()

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,738 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,738 UTC - DEBUG - pyls.config.config - With project configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,738 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,738 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,738 UTC - DEBUG - pyls.config.config - With user configuration: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,738 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,738 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,738 UTC - DEBUG - pyls.config.source - Using cached configuration for ()

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,739 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,739 UTC - DEBUG - pyls.config.config - With project configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,739 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,739 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,739 UTC - DEBUG - pyls.config.config - With user configuration: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,739 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}
2018-12-19 17:43:39,739 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,739 UTC - DEBUG - pyls.config.source - Using cached configuration for ()

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,739 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,739 UTC - DEBUG - pyls.config.config - With project configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,739 UTC - DEBUG - pyls.config.source - Using cached configuration for ()

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,739 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,739 UTC - DEBUG - pyls.config.config - With user configuration: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,739 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,739 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,739 UTC - DEBUG - pyls.config.source - Using cached configuration for ()

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,739 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,739 UTC - DEBUG - pyls.config.config - With project configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,739 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,739 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,739 UTC - DEBUG - pyls.config.config - With user configuration: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,739 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,740 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,740 UTC - DEBUG - pyls.config.source - Using cached configuration for ()

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,740 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,740 UTC - DEBUG - pyls.config.config - With project configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,740 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,740 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,740 UTC - DEBUG - pyls.config.config - With user configuration: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,740 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}
2018-12-19 17:43:39,740 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,740 UTC - DEBUG - pyls.config.source - Using cached configuration for ()

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,740 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,740 UTC - DEBUG - pyls.config.config - With project configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,740 UTC - INFO - pyls.config.config - Disabled plugins: [<module 'pyls.plugins.pydocstyle_lint' from '/usr/lib/python3.7/site-packages/pyls/plugins/pydocstyle_lint.py'>, <module 'pyls.plugins.rope_completion' from '/usr/lib/python3.7/site-packages/pyls/plugins/rope_completion.py'>]

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,740 UTC - DEBUG - pyls.config.config -   pyls_dispatchers [hook]
      config: <pyls.config.config.Config object at 0x7fe791c3b438>
      workspace: <pyls.workspace.Workspace object at 0x7fe791c3b400>
      document: None

2018-12-19 17:43:39,740 UTC - DEBUG - pyls.config.config -   finish pyls_dispatchers --> [] [hook]


[Error  - 5:43:39 PM] 2018-12-19 17:43:39,740 UTC - DEBUG - pyls.config.config -   pyls_initialize [hook]
      config: <pyls.config.config.Config object at 0x7fe791c3b438>
      workspace: <pyls.workspace.Workspace object at 0x7fe791c3b400>
      document: None

2018-12-19 17:43:39,740 UTC - DEBUG - pyls.config.source - Using cached configuration for ()

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,740 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,740 UTC - DEBUG - pyls.config.config - With user configuration: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,740 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}
2018-12-19 17:43:39,740 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,741 UTC - DEBUG - pyls.config.source - Using cached configuration for ()

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,741 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,741 UTC - DEBUG - pyls.config.config - With project configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,742 UTC - DEBUG - pyls.plugins.preload_imports - Preloaded module PIL

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,744 UTC - DEBUG - pyls.plugins.preload_imports - Preloaded module array

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,746 UTC - DEBUG - pyls.plugins.preload_imports - Preloaded module audioop

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,746 UTC - DEBUG - pyls.plugins.preload_imports - Preloaded module binascii

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,746 UTC - DEBUG - pyls.plugins.preload_imports - Preloaded module cmath

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,746 UTC - DEBUG - pyls.plugins.preload_imports - Preloaded module collections
2018-12-19 17:43:39,746 UTC - DEBUG - pyls.plugins.preload_imports - Preloaded module datetime

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,746 UTC - DEBUG - pyls.plugins.preload_imports - Preloaded module errno

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,746 UTC - DEBUG - pyls.plugins.preload_imports - Preloaded module gc

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,746 UTC - DEBUG - pyls.plugins.preload_imports - Preloaded module imp

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,746 UTC - DEBUG - pyls.plugins.preload_imports - Preloaded module itertools
2018-12-19 17:43:39,746 UTC - DEBUG - pyls.plugins.preload_imports - Preloaded module marshal
2018-12-19 17:43:39,746 UTC - DEBUG - pyls.plugins.preload_imports - Preloaded module math

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,747 UTC - DEBUG - pyls.plugins.preload_imports - Preloaded module mmap

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,783 UTC - DEBUG - pyls.plugins.preload_imports - Preloaded module numpy
2018-12-19 17:43:39,783 UTC - DEBUG - pyls.plugins.preload_imports - Preloaded module operator

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,783 UTC - DEBUG - pyls.plugins.preload_imports - Preloaded module os
2018-12-19 17:43:39,783 UTC - DEBUG - pyls.plugins.preload_imports - Preloaded module os.path

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,784 UTC - DEBUG - pyls.plugins.preload_imports - Preloaded module parser

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,784 UTC - DEBUG - pyls.plugins.preload_imports - Preloaded module signal

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,784 UTC - DEBUG - pyls.plugins.preload_imports - Preloaded module sys

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,784 UTC - DEBUG - pyls.plugins.preload_imports - Preloaded module time

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,784 UTC - DEBUG - pyls.plugins.preload_imports - Preloaded module xxsubtype

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,784 UTC - DEBUG - pyls.plugins.preload_imports - Preloaded module zipimport
2018-12-19 17:43:39,784 UTC - DEBUG - pyls.plugins.preload_imports - Preloaded module zlib
2018-12-19 17:43:39,784 UTC - DEBUG - pyls.config.config -   finish pyls_initialize --> [] [hook]


[Error  - 5:43:39 PM] 2018-12-19 17:43:39,785 UTC - DEBUG - pyls.config.config -   pyls_commands [hook]
      config: <pyls.config.config.Config object at 0x7fe791c3b438>
      workspace: <pyls.workspace.Workspace object at 0x7fe791c3b400>
      document: None

2018-12-19 17:43:39,785 UTC - DEBUG - pyls.config.config -   finish pyls_commands --> [] [hook]


[Error  - 5:43:39 PM] 2018-12-19 17:43:39,785 UTC - DEBUG - pyls.config.config -   pyls_experimental_capabilities [hook]
      config: <pyls.config.config.Config object at 0x7fe791c3b438>
      workspace: <pyls.workspace.Workspace object at 0x7fe791c3b400>
      document: None

2018-12-19 17:43:39,785 UTC - DEBUG - pyls.config.config -   finish pyls_experimental_capabilities --> [] [hook]

2018-12-19 17:43:39,785 UTC - INFO - pyls.python_ls - Server capabilities: {'codeActionProvider': True, 'codeLensProvider': {'resolveProvider': False}, 'completionProvider': {'resolveProvider': False, 'triggerCharacters': ['.']}, 'documentFormattingProvider': True, 'documentHighlightProvider': True, 'documentRangeFormattingProvider': True, 'documentSymbolProvider': True, 'definitionProvider': True, 'executeCommandProvider': {'commands': []}, 'hoverProvider': True, 'referencesProvider': True, 'renameProvider': True, 'signatureHelpProvider': {'triggerCharacters': ['(', ',']}, 'textDocumentSync': 2, 'experimental': {}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,785 UTC - DEBUG - jsonrpc.endpoint - Got result from synchronous request handler: {'capabilities': {'codeActionProvider': True, 'codeLensProvider': {'resolveProvider': False}, 'completionProvider': {'resolveProvider': False, 'triggerCharacters': ['.']}, 'documentFormattingProvider': True, 'documentHighlightProvider': True, 'documentRangeFormattingProvider': True, 'documentSymbolProvider': True, 'definitionProvider': True, 'executeCommandProvider': {'commands': []}, 'hoverProvider': True, 'referencesProvider': True, 'renameProvider': True, 'signatureHelpProvider': {'triggerCharacters': ['(', ',']}, 'textDocumentSync': 2, 'experimental': {}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,787 UTC - DEBUG - jsonrpc.endpoint - Handling notification from client {'jsonrpc': '2.0', 'method': 'initialized', 'params': {}}
2018-12-19 17:43:39,788 UTC - DEBUG - jsonrpc.endpoint - Handling notification from client {'jsonrpc': '2.0', 'method': 'workspace/didChangeConfiguration', 'params': {'settings': {'pyls': {'enable': True, 'trace': {'server': 'off'}, 'commandPath': '', 'configurationSources': ['pycodestyle'], 'plugins': {'jedi_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'enabled': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'enabled': False, 'match': '(?!test_).*\\.py', 'matchDir': '[^\\.].*'}, 'pyflakes': {'enabled': True}, 'rope_completion': {'enabled': True}, 'yapf': {'enabled': True}}}}}}
2018-12-19 17:43:39,788 UTC - INFO - pyls.config.config - Updated settings to {'enable': True, 'trace': {'server': 'off'}, 'commandPath': '', 'configurationSources': ['pycodestyle'], 'plugins': {'jedi_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'enabled': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'enabled': False, 'match': '(?!test_).*\\.py', 'matchDir': '[^\\.].*'}, 'pyflakes': {'enabled': True}, 'rope_completion': {'enabled': True}, 'yapf': {'enabled': True}}}
2018-12-19 17:43:39,788 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,788 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,788 UTC - DEBUG - pyls.config.config - With user configuration: {}
2018-12-19 17:43:39,788 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}
2018-12-19 17:43:39,788 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'enable': True, 'configurationSources': ['pycodestyle'], 'commandPath': '', 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}}
2018-12-19 17:43:39,788 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,788 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,788 UTC - DEBUG - pyls.config.config - With project configuration: {'commandPath': '', 'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}, 'configurationSources': ['pycodestyle'], 'enable': True}
2018-12-19 17:43:39,789 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,789 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,789 UTC - DEBUG - pyls.config.config - With user configuration: {}
2018-12-19 17:43:39,789 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}
2018-12-19 17:43:39,789 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'enable': True, 'configurationSources': ['pycodestyle'], 'commandPath': '', 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}}
2018-12-19 17:43:39,789 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,789 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,789 UTC - DEBUG - pyls.config.config - With project configuration: {'commandPath': '', 'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}, 'configurationSources': ['pycodestyle'], 'enable': True}
2018-12-19 17:43:39,789 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,789 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,789 UTC - DEBUG - pyls.config.config - With user configuration: {}
2018-12-19 17:43:39,789 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}
2018-12-19 17:43:39,789 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'enable': True, 'configurationSources': ['pycodestyle'], 'commandPath': '', 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}}
2018-12-19 17:43:39,789 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,789 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,789 UTC - DEBUG - pyls.config.config - With project configuration: {'commandPath': '', 'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}, 'configurationSources': ['pycodestyle'], 'enable': True}
2018-12-19 17:43:39,789 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,789 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,789 UTC - DEBUG - pyls.config.config - With user configuration: {}
2018-12-19 17:43:39,789 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}
2018-12-19 17:43:39,789 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'enable': True, 'configurationSources': ['pycodestyle'], 'commandPath': '', 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}}
2018-12-19 17:43:39,789 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,789 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,789 UTC - DEBUG - pyls.config.config - With project configuration: {'commandPath': '', 'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}, 'configurationSources': ['pycodestyle'], 'enable': True}
2018-12-19 17:43:39,789 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,789 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,789 UTC - DEBUG - pyls.config.config - With user configuration: {}
2018-12-19 17:43:39,789 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}
2018-12-19 17:43:39,790 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'enable': True, 'configurationSources': ['pycodestyle'], 'commandPath': '', 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}}
2018-12-19 17:43:39,790 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,790 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,790 UTC - DEBUG - pyls.config.config - With project configuration: {'commandPath': '', 'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}, 'configurationSources': ['pycodestyle'], 'enable': True}
2018-12-19 17:43:39,790 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,790 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,790 UTC - DEBUG - pyls.config.config - With user configuration: {}
2018-12-19 17:43:39,790 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}
2018-12-19 17:43:39,790 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'enable': True, 'configurationSources': ['pycodestyle'], 'commandPath': '', 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}}
2018-12-19 17:43:39,790 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,790 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,790 UTC - DEBUG - pyls.config.config - With project configuration: {'commandPath': '', 'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}, 'configurationSources': ['pycodestyle'], 'enable': True}
2018-12-19 17:43:39,790 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,790 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,790 UTC - DEBUG - pyls.config.config - With user configuration: {}
2018-12-19 17:43:39,790 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}
2018-12-19 17:43:39,790 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'enable': True, 'configurationSources': ['pycodestyle'], 'commandPath': '', 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}}
2018-12-19 17:43:39,790 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,790 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,790 UTC - DEBUG - pyls.config.config - With project configuration: {'commandPath': '', 'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}, 'configurationSources': ['pycodestyle'], 'enable': True}
2018-12-19 17:43:39,790 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,790 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,790 UTC - DEBUG - pyls.config.config - With user configuration: {}
2018-12-19 17:43:39,790 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}
2018-12-19 17:43:39,790 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'enable': True, 'configurationSources': ['pycodestyle'], 'commandPath': '', 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}}
2018-12-19 17:43:39,790 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,790 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,791 UTC - DEBUG - pyls.config.config - With project configuration: {'commandPath': '', 'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}, 'configurationSources': ['pycodestyle'], 'enable': True}
2018-12-19 17:43:39,791 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,791 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,791 UTC - DEBUG - pyls.config.config - With user configuration: {}
2018-12-19 17:43:39,791 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}
2018-12-19 17:43:39,791 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'enable': True, 'configurationSources': ['pycodestyle'], 'commandPath': '', 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}}
2018-12-19 17:43:39,791 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,791 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,791 UTC - DEBUG - pyls.config.config - With project configuration: {'commandPath': '', 'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}, 'configurationSources': ['pycodestyle'], 'enable': True}
2018-12-19 17:43:39,791 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,791 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,791 UTC - DEBUG - pyls.config.config - With user configuration: {}
2018-12-19 17:43:39,791 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}
2018-12-19 17:43:39,791 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'enable': True, 'configurationSources': ['pycodestyle'], 'commandPath': '', 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}}
2018-12-19 17:43:39,791 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,791 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,791 UTC - DEBUG - pyls.config.config - With project configuration: {'commandPath': '', 'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}, 'configurationSources': ['pycodestyle'], 'enable': True}
2018-12-19 17:43:39,791 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,791 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,791 UTC - DEBUG - pyls.config.config - With user configuration: {}
2018-12-19 17:43:39,791 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}
2018-12-19 17:43:39,791 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'enable': True, 'configurationSources': ['pycodestyle'], 'commandPath': '', 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}}
2018-12-19 17:43:39,791 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,791 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,791 UTC - DEBUG - pyls.config.config - With project configuration: {'commandPath': '', 'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}, 'configurationSources': ['pycodestyle'], 'enable': True}
2018-12-19 17:43:39,792 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,792 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,792 UTC - DEBUG - pyls.config.config - With user configuration: {}
2018-12-19 17:43:39,792 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}
2018-12-19 17:43:39,792 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'enable': True, 'configurationSources': ['pycodestyle'], 'commandPath': '', 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}}
2018-12-19 17:43:39,792 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,792 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,792 UTC - DEBUG - pyls.config.config - With project configuration: {'commandPath': '', 'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}, 'configurationSources': ['pycodestyle'], 'enable': True}
2018-12-19 17:43:39,792 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,792 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,792 UTC - DEBUG - pyls.config.config - With user configuration: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,792 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}
2018-12-19 17:43:39,792 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'enable': True, 'configurationSources': ['pycodestyle'], 'commandPath': '', 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}}
2018-12-19 17:43:39,792 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,792 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,792 UTC - DEBUG - pyls.config.config - With project configuration: {'commandPath': '', 'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}, 'configurationSources': ['pycodestyle'], 'enable': True}
2018-12-19 17:43:39,792 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,792 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,792 UTC - DEBUG - pyls.config.config - With user configuration: {}
2018-12-19 17:43:39,792 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}
2018-12-19 17:43:39,792 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'enable': True, 'configurationSources': ['pycodestyle'], 'commandPath': '', 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}}
2018-12-19 17:43:39,792 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,792 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,792 UTC - DEBUG - pyls.config.config - With project configuration: {'commandPath': '', 'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}, 'configurationSources': ['pycodestyle'], 'enable': True}
2018-12-19 17:43:39,792 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,792 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,792 UTC - DEBUG - pyls.config.config - With user configuration: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,792 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}
2018-12-19 17:43:39,792 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'enable': True, 'configurationSources': ['pycodestyle'], 'commandPath': '', 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}}
2018-12-19 17:43:39,793 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,793 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,793 UTC - DEBUG - pyls.config.config - With project configuration: {'commandPath': '', 'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}, 'configurationSources': ['pycodestyle'], 'enable': True}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,793 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,793 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}
2018-12-19 17:43:39,793 UTC - DEBUG - pyls.config.config - With user configuration: {}
2018-12-19 17:43:39,793 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,793 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'enable': True, 'configurationSources': ['pycodestyle'], 'commandPath': '', 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}}
2018-12-19 17:43:39,793 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:39,793 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,793 UTC - DEBUG - pyls.config.config - With project configuration: {'commandPath': '', 'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}, 'configurationSources': ['pycodestyle'], 'enable': True}
2018-12-19 17:43:39,793 UTC - INFO - pyls.config.config - Disabled plugins: [<module 'pyls.plugins.pydocstyle_lint' from '/usr/lib/python3.7/site-packages/pyls/plugins/pydocstyle_lint.py'>]

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,793 UTC - DEBUG - jsonrpc.endpoint - Handling notification from client {'jsonrpc': '2.0', 'method': 'textDocument/didOpen', 'params': {'textDocument': {'uri': 'file:///home/francisco/Projects/samples/python/sample.py', 'languageId': 'python', 'version': 1, 'text': "def say_hello():\n    print('Hello')\n    print('World')\n\n\ndef say_something():\n    say_hello()\n"}}}

[Error  - 5:43:39 PM] 2018-12-19 17:43:39,793 UTC - DEBUG - pyls.config.config -   pyls_document_did_open [hook]
      config: <pyls.config.config.Config object at 0x7fe791c3b438>
      workspace: <pyls.workspace.Workspace object at 0x7fe791c3b400>
      document: file:///home/francisco/Projects/samples/python/sample.py


[Error  - 5:43:39 PM] 2018-12-19 17:43:39,793 UTC - DEBUG - pyls.config.config -   finish pyls_document_did_open --> [] [hook]


[Error  - 5:43:40 PM] 2018-12-19 17:43:40,294 UTC - DEBUG - pyls.config.config -   pyls_lint [hook]
      config: <pyls.config.config.Config object at 0x7fe791c3b438>
      workspace: <pyls.workspace.Workspace object at 0x7fe791c3b400>
      document: file:///home/francisco/Projects/samples/python/sample.py


[Error  - 5:43:40 PM] 2018-12-19 17:43:40,294 UTC - DEBUG - pyls.config.source - Using cached configuration for ()

[Error  - 5:43:40 PM] 2018-12-19 17:43:40,294 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}
2018-12-19 17:43:40,294 UTC - DEBUG - pyls.config.config - With user configuration: {}

[Error  - 5:43:40 PM] 2018-12-19 17:43:40,294 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:40 PM] 2018-12-19 17:43:40,294 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'enable': True, 'configurationSources': ['pycodestyle'], 'commandPath': '', 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}}

[Error  - 5:43:40 PM] 2018-12-19 17:43:40,295 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:40,295 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}

[Error  - 5:43:40 PM] 2018-12-19 17:43:40,295 UTC - DEBUG - pyls.config.config - With project configuration: {'commandPath': '', 'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}, 'configurationSources': ['pycodestyle'], 'enable': True}

[Error  - 5:43:40 PM] 2018-12-19 17:43:40,295 UTC - DEBUG - pyls.plugins.pycodestyle_lint - Got pycodestyle settings: {'enabled': True}

[Error  - 5:43:40 PM] 2018-12-19 17:43:40,300 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:40,300 UTC - DEBUG - pyls.config.config - Got user config from PyCodeStyleConfig: {}

[Error  - 5:43:40 PM] 2018-12-19 17:43:40,300 UTC - DEBUG - pyls.config.config - With user configuration: {}
2018-12-19 17:43:40,300 UTC - DEBUG - pyls.config.config - With plugin configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'plugins': {'rope_completion': {'enabled': False}, 'pydocstyle': {'enabled': False}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}}}

[Error  - 5:43:40 PM] 2018-12-19 17:43:40,300 UTC - DEBUG - pyls.config.config - With lsp configuration: {'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'enable': True, 'configurationSources': ['pycodestyle'], 'commandPath': '', 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}}

[Error  - 5:43:40 PM] 2018-12-19 17:43:40,300 UTC - DEBUG - pyls.config.source - Using cached configuration for ()
2018-12-19 17:43:40,300 UTC - DEBUG - pyls.config.config - Got project config from PyCodeStyleConfig: {}

[Error  - 5:43:40 PM] 2018-12-19 17:43:40,300 UTC - DEBUG - pyls.config.config - With project configuration: {'commandPath': '', 'rope': {'extensionModules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib']}, 'trace': {'server': 'off'}, 'plugins': {'mccabe': {'enabled': True, 'threshold': 15}, 'preload': {'modules': ['OpenGL', 'PIL', 'array', 'audioop', 'binascii', 'cPickle', 'cStringIO', 'cmath', 'collections', 'datetime', 'errno', 'exceptions', 'gc', 'imageop', 'imp', 'itertools', 'marshal', 'math', 'matplotlib', 'mmap', 'mpmath', 'msvcrt', 'networkx', 'nose', 'nt', 'numpy', 'operator', 'os', 'os.path', 'pandas', 'parser', 'rgbimg', 'scipy', 'signal', 'skimage', 'sklearn', 'statsmodels', 'strop', 'sympy', 'sys', 'thread', 'time', 'wx', 'xxsubtype', 'zipimport', 'zlib'], 'enabled': True}, 'jedi_references': {'enabled': True}, 'jedi_symbols': {'enabled': True, 'all_scopes': True}, 'pycodestyle': {'enabled': True}, 'pydocstyle': {'matchDir': '[^\\.].*', 'match': '(?!test_).*\\.py', 'enabled': False}, 'yapf': {'enabled': True}, 'rope_completion': {'enabled': True}, 'jedi_hover': {'enabled': True}, 'jedi_signature_help': {'enabled': True}, 'jedi_completion': {'enabled': True}, 'pyflakes': {'enabled': True}}, 'configurationSources': ['pycodestyle'], 'enable': True}

[Error  - 5:43:40 PM] 2018-12-19 17:43:40,300 UTC - DEBUG - pyls.plugins.mccabe_lint - Running mccabe lint with threshold: 15

[Error  - 5:43:40 PM] 2018-12-19 17:43:40,300 UTC - DEBUG - pyls.config.config -   finish pyls_lint --> [[], [], []] [hook]

2018-12-19 17:43:40,300 UTC - DEBUG - jsonrpc.endpoint - Sending notification: textDocument/publishDiagnostics {'uri': 'file:///home/francisco/Projects/samples/python/sample.py', 'diagnostics': []}

`pyls` not work under **win10** when writing python

coc verison
The latest, 0.0.11

Describe the bug
pyls not work under win10 when writing python, the minimal vimrc is

if has('nvim') && v:version >=800 && executable('node') && executable('yarn')
    if WINDOWS()
        Plug 'neoclide/coc.nvim', {'do': '.\\install.cmd'} 
    else
        Plug 'neoclide/coc.nvim', {'do': './install.sh'}
    endif
endif
  • I have already pip3 install python-language-server[all], neosnippet is also installed for no +python and no +python3 feature, the NS snippets appeared in popup menu.

  • This plugin works in centos, ubuntu, mac but not windows.

  • Acutally I have changed the complete_engine to asyncomplete , and configed my vimrc according to its README, pyls works when do python writing in windows.

To Reproduce
For example , type these below

import os
os.path.isfile()

The path or isfile should appear in popup menu after type in . , since os is one of the standard library, but in windows not.

Screenshots
As below, the popup only show other snippets. If pyls works , there shoud be isfile, isdir, islink, ismount, etc.
default
works in centos
default

Desktop (please complete the following information):

  • neovim-qt 0.3.1 32/64bit, no +python and no +python3
  • python3.7-64bit
  • node.js 8.11.4(msi installed )
  • yarn 1.9.4(msi installed)
  • windows10 , 1709 or 1803(tested on two pc)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.