[MacPorts] #65729: py38-spyder @5.3.2_0+small: spyder command crashes immediately

MacPorts noreply at macports.org
Sat Aug 27 15:30:13 UTC 2022


#65729: py38-spyder @5.3.2_0+small: spyder command crashes immediately
-------------------------+-------------------------
 Reporter:  bgulanowski  |      Owner:  (none)
     Type:  defect       |     Status:  new
 Priority:  Normal       |  Milestone:
Component:  ports        |    Version:  2.7.2
 Keywords:               |       Port:  py38-spyder
-------------------------+-------------------------
 macOS Monterey Version 12.5.1

 When I try to run spyder, it crashes. Crash dump below. I have just
 installed this. Installation went fine.

 {{{
 brent at Bywater:bin$spyder
 Traceback (most recent call last):
   File "/opt/local/bin/spyder", line 33, in <module>
     sys.exit(load_entry_point('spyder==5.3.2', 'gui_scripts', 'spyder')())
   File "/opt/local/bin/spyder", line 25, in importlib_load_entry_point
     return next(matches).load()
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/importlib/metadata.py",
 line 77, in load
     module = import_module(match.group('module'))
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/importlib/__init__.py",
 line 127, in import_module
     return _bootstrap._gcd_import(name[level:], package, level)
   File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
   File "<frozen importlib._bootstrap>", line 991, in _find_and_load
   File "<frozen importlib._bootstrap>", line 975, in
 _find_and_load_unlocked
   File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
   File "<frozen importlib._bootstrap_external>", line 843, in exec_module
   File "<frozen importlib._bootstrap>", line 219, in
 _call_with_frames_removed
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8
 /site-packages/spyder/app/start.py", line 58, in <module>
     from spyder.utils.external import lockfile
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8
 /site-packages/spyder/utils/external/lockfile.py", line 31, in <module>
     from spyder.utils.programs import is_spyder_process
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8
 /site-packages/spyder/utils/programs.py", line 28, in <module>
     import pkg_resources
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8
 /site-packages/pkg_resources/__init__.py", line 3260, in <module>
     def _initialize_master_working_set():
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8
 /site-packages/pkg_resources/__init__.py", line 3234, in _call_aside
     f(*args, **kwargs)
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8
 /site-packages/pkg_resources/__init__.py", line 3272, in
 _initialize_master_working_set
     working_set = WorkingSet._build_master()
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8
 /site-packages/pkg_resources/__init__.py", line 581, in _build_master
     ws.require(__requires__)
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8
 /site-packages/pkg_resources/__init__.py", line 909, in require
     needed = self.resolve(parse_requirements(requirements))
   File
 "/opt/local/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8
 /site-packages/pkg_resources/__init__.py", line 795, in resolve
     raise DistributionNotFound(req, requirers)
 pkg_resources.DistributionNotFound: The 'pkgutil-resolve-name>=1.3.10;
 python_version < "3.9"' distribution was not found and is required by
 jsonschema
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/65729>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list