Changes between Initial Version and Version 1 of Ticket #68456


Ignore:
Timestamp:
Oct 14, 2023, 12:01:18 AM (11 months ago)
Author:
jmroot (Joshua Root)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68456

    • Property Status changed from new to assigned
    • Property Cc stromnov tobypeterson added
    • Property Summary changed from Question about macports spyder on Mac mini with M2 chip to py310-python-lsp-server won't run with py310-jedi @0.19.1
    • Property Owner set to reneeotten
    • Property Port py-python-lsp-server added
  • Ticket #68456 – Description

    initial v1  
    11I successfully installed macports Spyder (py310-spyder):
    2 
     2{{{
    33johnrundle@kihei ~ % which spyder
    44/opt/local/bin/spyder
    5 
     5}}}
    66Question is how to invoke it.  This is what I get.  (Same if I type:  spyder &):
    7 
     7{{{
    88johnrundle@kihei ~ % spyder
    99Traceback (most recent call last):
     
    5656    raise VersionConflict(dist, req).with_context(dependent_req)
    5757pkg_resources.ContextualVersionConflict: (jedi 0.19.0 (/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages), Requirement.parse('jedi<0.19.0,>=0.17.2'), {'python-lsp-server'})
    58 
     58}}}