I downloaded and isstalle the file and get the followint when it oens:

File "/usr/local/lib/python2.7/dist-packages/pyls_jsonrpc/endpoint.py", 
line 113, in consume
    self._handle_request(message['id'], message['method'], 
message.get('params'))
  File "/usr/local/lib/python2.7/dist-packages/pyls_jsonrpc/endpoint.py", 
line 182, in _handle_request
    handler_result = handler(params)
  File 
"/usr/local/lib/python2.7/dist-packages/pyls_jsonrpc/dispatchers.py", line 
23, in handler
    return method(**(params or {}))
  File "/usr/local/lib/python2.7/dist-packages/pyls/python_ls.py", line 
186, in m_initialize
    processId, _kwargs.get('capabilities', {}))
  File "/usr/local/lib/python2.7/dist-packages/pyls/config/config.py", line 
53, in __init__
    entry_point.load()
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 
2410, in load
    self.require(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 
2433, in require
    items = working_set.resolve(reqs, env, installer, extras=self.extras)
  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 
791, in resolve
    raise VersionConflict(dist, req).with_context(dependent_req)

ContextualVersionConflict: (configparser 3.5.0b2 
(/usr/lib/python2.7/dist-packages), Requirement.parse('configparser>=3.5; 
python_version < "3"'), set(['importlib-metadata']))
 
hide all errors during this session works, but the error is back the next 
time I use the editor. More annoying than anything else.


On Wednesday, October 16, 2019 at 11:34:52 PM UTC-4, Carlos Córdoba wrote:
>
> Hi all,
>
> On the behalf of the Spyder Project Contributors 
> <https://github.com/spyder-ide/spyder/graphs/contributors>, I’m pleased 
> to announce the seventh beta of our next major version: Spyder *4.0*.
>
> We’ve been working on this version for more than three years now and as 
> far as we know it’s working very well. There are still several bugs to 
> squash but we encourage all people who like the bleeding edge to give it a 
> try. This beta version is released 3 days after Spyder 4.0 beta6 and it 
> includes more than 80 commits.
>
> Spyder 4.0 comes with several interesting and exciting new features. The 
> most important ones are:
>
>    - 
>    
>    Main Window
>    - Dark theme for the entire application. 
>       - A new Plots pane to browse all inline figures generated by the 
>       IPython console. 
>       - Rename the following panes: 
>          - Static code analysis to Code Analysis 
>          - File explorer to Files 
>          - Find in files to Find 
>          - History log to History 
>          - Project explorer to Project 
>       - Create a separate window when undocking all panes. 
>       - Show current conda environment (if any) in the status bar. 
>    - 
>    
>    Editor
>    - Code folding. 
>       - Indentation guides. 
>       - A class/method/function lookup panel. This can be shown in the 
>       menu Source > Show selector for classes and functions. 
>       - Autosave functionality to recover unsaved files after a crash. 
>       - Optional integration with the Kite <https://kite.com/> completion 
>       engine. 
>       - Code completion and linting are provided by the Python Language 
>       Server. 
>    - 
>    
>    IPython Console
>    - Run files in an empty namespace. 
>       - Open dedicated consoles for Pylab, Sympy and Cython. 
>       - Run cells through a new function called runcell. 
>       - Run cells by name. 
>    - 
>    
>    Debugger
>    - Code completion. 
>       - Execute multi-line statements. 
>       - Syntax highlighting. 
>       - Permanent history. 
>       - runfile and runcell can be called when the debugger is active. 
>       - Debug cells with Alt+Shift+Return. 
>    - 
>    
>    Variable Explorer
>    - New viewer to inspect any Python object in a tree-like 
>       representation. 
>       - Filter variables by name or type. 
>       - MultiIndex support in the Dataframe viewer. 
>       - Support for all Pandas indexes. 
>       - Support for sets. 
>       - Support for Numpy object arrays. 
>    - 
>    
>    Files
>    - Associate external applications to open specific file extensions. 
>       - Context menu action to open files externally. 
>       - Multi-select functionality with Ctrl/Shift + mouse click. 
>       - Copy/paste files and their absolute or relative paths. 
>       - Use special icons for different file types. 
>    - 
>    
>    Outline
>    - Show cells grouped in sections. 
>       - Add default name to all cells. 
>    
> For a more complete list of changes, please see our changelog 
> <https://github.com/spyder-ide/spyder/wiki/Beta-version-changelog>
>
> You can easily install this beta if you use Anaconda by running:
>
> conda update qt pyqt
> conda install -c spyder-ide spyder=4.0.0b7
>
> Or you can use pip with this command:
>
> pip install --pre -U spyder
>
> Enjoy!
> Carlos
> ​
>

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/8981b750-2e98-47d3-93e5-218861c00ec9%40googlegroups.com.

Reply via email to