spyder-ide / spyder

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

First run error message #21708

Closed zzanderr closed 8 months ago

zzanderr commented 9 months ago

Description

What steps will reproduce the problem?

MacPorts install: first run initiated from command line.

Traceback

Uncaught exception in ZMQStream callback
Traceback (most recent call last):
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/zmq/eventloop/zmqstream.py", line 584, in _run_callback
    f = callback(*args, **kwargs)
        ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/jupyter_client/threaded.py", line 123, in _handle_recv
    msg_list = self.ioloop._asyncio_event_loop.run_until_complete(get_msg(future_msg))
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/nest_asyncio.py", line 99, in run_until_complete
    return f.result()
           ^^^^^^^^^^
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/futures.py", line 203, in result
    raise self._exception.with_traceback(self._exception_tb)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/tasks.py", line 277, in __step
    result = coro.send(None)
             ^^^^^^^^^^^^^^^
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/jupyter_client/threaded.py", line 34, in get_msg
    return await msg
           ^^^^^^^^^
TypeError: object list can't be used in 'await' expression
Uncaught exception in zmqstream callback
Traceback (most recent call last):
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/zmq/eventloop/zmqstream.py", line 634, in _handle_events
    self._handle_recv()
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/zmq/eventloop/zmqstream.py", line 663, in _handle_recv
    self._run_callback(callback, msg)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/zmq/eventloop/zmqstream.py", line 584, in _run_callback
    f = callback(*args, **kwargs)
        ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/jupyter_client/threaded.py", line 123, in _handle_recv
    msg_list = self.ioloop._asyncio_event_loop.run_until_complete(get_msg(future_msg))
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/nest_asyncio.py", line 99, in run_until_complete
    return f.result()
           ^^^^^^^^^^
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/futures.py", line 203, in result
    raise self._exception.with_traceback(self._exception_tb)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/tasks.py", line 277, in __step
    result = coro.send(None)
             ^^^^^^^^^^^^^^^
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/jupyter_client/threaded.py", line 34, in get_msg
    return await msg
           ^^^^^^^^^
TypeError: object list can't be used in 'await' expression
Exception in callback BaseAsyncIOLoop._handle_events(112, 1)
handle: <Handle BaseAsyncIOLoop._handle_events(112, 1)>
Traceback (most recent call last):
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/events.py", line 80, in _run
    self._context.run(self._callback, *self._args)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/tornado/platform/asyncio.py", line 202, in _handle_events
    handler_func(fileobj, events)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/zmq/eventloop/zmqstream.py", line 634, in _handle_events
    self._handle_recv()
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/zmq/eventloop/zmqstream.py", line 663, in _handle_recv
    self._run_callback(callback, msg)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/zmq/eventloop/zmqstream.py", line 584, in _run_callback
    f = callback(*args, **kwargs)
        ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/jupyter_client/threaded.py", line 123, in _handle_recv
    msg_list = self.ioloop._asyncio_event_loop.run_until_complete(get_msg(future_msg))
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/nest_asyncio.py", line 99, in run_until_complete
    return f.result()
           ^^^^^^^^^^
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/futures.py", line 203, in result
    raise self._exception.with_traceback(self._exception_tb)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/tasks.py", line 277, in __step
    result = coro.send(None)
             ^^^^^^^^^^^^^^^
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/jupyter_client/threaded.py", line 34, in get_msg
    return await msg
           ^^^^^^^^^
TypeError: object list can't be used in 'await' expression
Uncaught exception in ZMQStream callback
Traceback (most recent call last):
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/zmq/eventloop/zmqstream.py", line 584, in _run_callback
    f = callback(*args, **kwargs)
        ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/jupyter_client/threaded.py", line 123, in _handle_recv
    msg_list = self.ioloop._asyncio_event_loop.run_until_complete(get_msg(future_msg))
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/nest_asyncio.py", line 99, in run_until_complete
    return f.result()
           ^^^^^^^^^^
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/futures.py", line 203, in result
    raise self._exception.with_traceback(self._exception_tb)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/tasks.py", line 277, in __step
    result = coro.send(None)
             ^^^^^^^^^^^^^^^
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/jupyter_client/threaded.py", line 34, in get_msg
    return await msg
           ^^^^^^^^^
TypeError: object list can't be used in 'await' expression
Uncaught exception in zmqstream callback
Traceback (most recent call last):
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/zmq/eventloop/zmqstream.py", line 634, in _handle_events
    self._handle_recv()
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/zmq/eventloop/zmqstream.py", line 663, in _handle_recv
    self._run_callback(callback, msg)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/zmq/eventloop/zmqstream.py", line 584, in _run_callback
    f = callback(*args, **kwargs)
        ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/jupyter_client/threaded.py", line 123, in _handle_recv
    msg_list = self.ioloop._asyncio_event_loop.run_until_complete(get_msg(future_msg))
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/nest_asyncio.py", line 99, in run_until_complete
    return f.result()
           ^^^^^^^^^^
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/futures.py", line 203, in result
    raise self._exception.with_traceback(self._exception_tb)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/tasks.py", line 277, in __step
    result = coro.send(None)
             ^^^^^^^^^^^^^^^
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/jupyter_client/threaded.py", line 34, in get_msg
    return await msg
           ^^^^^^^^^
TypeError: object list can't be used in 'await' expression
Exception in callback BaseAsyncIOLoop._handle_events(110, 1)
handle: <Handle BaseAsyncIOLoop._handle_events(110, 1)>
Traceback (most recent call last):
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/events.py", line 80, in _run
    self._context.run(self._callback, *self._args)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/tornado/platform/asyncio.py", line 202, in _handle_events
    handler_func(fileobj, events)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/zmq/eventloop/zmqstream.py", line 634, in _handle_events
    self._handle_recv()
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/zmq/eventloop/zmqstream.py", line 663, in _handle_recv
    self._run_callback(callback, msg)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/zmq/eventloop/zmqstream.py", line 584, in _run_callback
    f = callback(*args, **kwargs)
        ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/jupyter_client/threaded.py", line 123, in _handle_recv
    msg_list = self.ioloop._asyncio_event_loop.run_until_complete(get_msg(future_msg))
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/nest_asyncio.py", line 99, in run_until_complete
    return f.result()
           ^^^^^^^^^^
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/futures.py", line 203, in result
    raise self._exception.with_traceback(self._exception_tb)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/asyncio/tasks.py", line 277, in __step
    result = coro.send(None)
             ^^^^^^^^^^^^^^^
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/jupyter_client/threaded.py", line 34, in get_msg
    return await msg
           ^^^^^^^^^
TypeError: object list can't be used in 'await' expression

Versions

Dependencies

# Mandatory:
applaunchservices >=0.3.0        :  0.3.0 (OK)
atomicwrites >=1.2.0             :  1.4.1 (OK)
chardet >=2.0.0                  :  4.0.0 (OK)
cloudpickle >=0.5.0              :  2.2.1 (OK)
cookiecutter >=1.6.0             :  2.5.0 (OK)
diff_match_patch >=20181111      :  20230430 (OK)
intervaltree >=3.0.2             :  3.1.0 (OK)
IPython >=8.13.0,<9.0.0,!=8.17.1 :  8.14.0 (OK)
jedi >=0.17.2,<0.20.0            :  0.19.1 (OK)
jellyfish >=0.7                  :  1.0.3 (OK)
jsonschema >=3.2.0               :  4.20.0 (OK)
keyring >=17.0.0                 :  24.3.0 (OK)
nbconvert >=4.0                  :  7.2.9 (OK)
numpydoc >=0.6.0                 :  1.6.0 (OK)
parso >=0.7.0,<0.9.0             :  0.8.3 (OK)
pexpect >=4.4.0                  :  4.8.0 (OK)
pickleshare >=0.4                :  0.7.5 (OK)
psutil >=5.3                     :  5.9.5 (OK)
pygments >=2.0                   :  2.15.1 (OK)
pylint >=2.5.0,<3.1              :  3.0.3 (OK)
pylint_venv >=3.0.2              :  3.0.3 (OK)
pyls_spyder >=0.4.0              :  0.4.0 (OK)
pylsp >=1.9.0,<1.10.0            :  1.9.0 (OK)
pylsp_black >=1.2.0,<3.0.0       :  2.0.0 (OK)
qdarkstyle >=3.2.0,<3.3.0        :  3.2.1 (OK)
qstylizer >=0.2.2                :  0.2.2 (OK)
qtawesome >=1.2.1                :  1.3.0 (OK)
qtconsole >=5.5.0,<5.6.0         :  5.5.0 (OK)
qtpy >=2.1.0                     :  2.4.1 (OK)
rtree >=0.9.7                    :  1.0.1 (OK)
setuptools >=49.6.0              :  68.2.2 (OK)
sphinx >=0.6.6                   :  7.2.6 (OK)
spyder_kernels >=2.5.0,<2.6.0    :  2.5.0 (OK)
textdistance >=4.2.0             :  4.6.1 (OK)
three_merge >=0.1.1              :  0.1.1 (OK)
watchdog >=0.10.3                :  3.0.0 (OK)
zmq >=22.1.0                     :  25.1.2 (OK)

# Optional:
cython >=0.21                    :  3.0.8 (OK)
matplotlib >=3.0.0               :  3.8.2 (OK)
numpy >=1.7                      :  1.26.2 (OK)
pandas >=1.1.1                   :  1.5.3 (OK)
scipy >=0.17.0                   :  1.11.4 (OK)
sympy >=0.7.3                    :  1.12 (OK)

Environment

Environment ``` Package Version ------------------------------------------------- ------------------ agate 1.6.3 agate-dbf 0.2.2 agate-excel 0.2.5 agate-sql 0.5.8 alabaster 0.7.16 altgraph 0.17.4 anyio 3.7.1 anytree 2.12.1 appdirs 1.4.4 applaunchservices 0.3.0 appnope 0.1.3 argh 0.30.4 argon2-cffi 21.3.0 argon2-cffi-bindings 21.2.0 arrow 1.3.0 asciidoc 10.2.0 astroid 3.0.2 astropy 6.0.0 astropy-iers-data 0.2024.1.8.0.30.55 asttokens 2.2.1 async-generator 1.10 atomicwrites 1.4.1 attr 0.3.2 attrs 23.2.0 autopep8 2.0.4 Babel 2.12.1 backcall 0.2.0 beautifulsoup4 4.12.2 beniget 0.4.1 binaryornot 0.4.4 black 23.12.1 bleach 6.0.0 blinker 1.6.2 blockdiag 3.0.0 blosc2 2.3.2 Bottleneck 1.3.7 Brotli 1.1.0 build 1.0.3 cached-property 1.5.2 calver 2023.10.28 Cartopy 0.21.1 certifi 2023.11.17 cffi 1.16.0 cftime 1.6.3 chardet 4.0.0 charset-normalizer 3.3.2 click 8.1.7 click-plugins 1.1.1 cligj 0.7.2 cloudpickle 2.2.1 colorlog 6.8.0 comm 0.2.1 configobj 5.0.6 contourpy 1.2.0 cookiecutter 2.5.0 coverage 7.4.0 cppy 1.2.1 cryptography 41.0.7 cssselect 1.2.0 csvkit 1.1.1 cycler 0.12.1 Cython 3.0.8 cytoolz 0.12.2 dbfread 2.0.7 debugpy 1.6.7 decorator 5.1.1 defusedxml 0.7.1 deprecation 2.1.0 diff-match-patch 20230430 dill 0.3.7 distro 1.9.0 docstring-to-markdown 0.13 docutils 0.20.1 editables 0.5 entrypoints 0.4 ephem 3.7.7.0 ephemeral-port-reserve 1.1.4 et-xmlfile 1.1.0 executing 1.2.0 extension-helpers 0.1 fastjsonschema 2.19.1 fiona 1.9.5 flake8 7.0.0 Flask 3.0.0 flit_core 3.9.0 fonttools 4.47.2 freezegun 1.4.0 fs 2.4.16 fsspec 2023.12.2 funcparserlib 1.0.1 future 0.18.3 gast 0.5.2 GDAL 3.8.3 geopandas 0.12.2 gmpy2 2.1.5 gnureadline 8.1.2 greenlet 3.0.3 h5py 3.10.0 hatch-fancy-pypi-readme 24.1.0 hatch-vcs 0.4.0 hatchling 1.21.0 helpdev 0.7.1 html5lib 1.1 hypothesis 6.92.1 idna 3.6 imagecodecs 2024.1.1 imageio 2.31.1 imagesize 1.4.1 importlib-metadata 7.0.1 inflection 0.5.1 iniconfig 2.0.0 installer 0.7.0 intervaltree 3.1.0 ipykernel 6.24.0 ipython 8.14.0 ipython-genutils 0.2.0 ipywidgets 7.6.5 isodate 0.6.1 isort 5.13.2 itsdangerous 2.1.2 jaraco.classes 3.3.0 jedi 0.19.1 jellyfish 1.0.3 Jinja2 3.1.3 joblib 1.3.2 json5 0.9.10 jsonschema 4.20.0 jsonschema-specifications 2023.11.1 jupyter 1.0.0 jupyter_client 7.3.4 jupyter-console 6.4.0 jupyter_core 5.2.0 jupyter_packaging 0.12.3 jupyter-server 1.6.0 jupyterlab 3.0.13 jupyterlab-pygments 0.1.2 jupyterlab-server 2.4.0 jupyterlab-widgets 1.0.2 keyring 24.3.0 kiwisolver 1.4.5 lazy_loader 0.3 lazy-object-proxy 1.10.0 leather 0.3.4 lensfun 0.3.4 libsass 0.22.0 libxml2-python 2.11.5 linkify-it-py 2.0.2 locket 1.0.0 lxml 4.9.3 MacFSEvents 0.8.4 macholib 1.16.3 Mako 1.3.0 Markdown 3.5 markdown-it-py 2.2.0 MarkupSafe 2.1.3 matplotlib 3.8.2 matplotlib-inline 0.1.6 maturin 1.4.0 mccabe 0.7.0 mdit-py-plugins 0.3.0 mdurl 0.1.2 meson 1.3.1 meson-python 0.15.0 mistune 2.0.5 mock 5.1.0 modulegraph 0.19.6 more-itertools 10.2.0 mpmath 1.3.0 msgpack 1.0.7 multipledispatch 1.0.0 munch 2.5.0 mypy 1.8.0 mypy-extensions 1.0.0 nbclassic 0.2.6 nbclient 0.5.3 nbconvert 7.2.9 nbformat 5.4.0 ndindex 1.7 nest-asyncio 1.5.8 netCDF4 1.6.5 networkx 3.1 nose 1.3.7 notebook 6.4.11 numexpr 2.8.7 numpy 1.26.2 numpydoc 1.6.0 oldest-supported-numpy 0.1 olefile 0.47 openpyxl 3.1.2 OWSLib 0.29.3 packaging 23.2 pandas 1.5.3 pandocfilters 1.4.3 parsedatetime 2.6 parso 0.8.3 partd 1.4.0 pathspec 0.12.1 patsy 0.5.3 pbr 6.0.0 pdm-backend 2.1.8 pexpect 4.8.0 pickleshare 0.7.5 Pillow 9.5.0 pip 23.3.2 pkgconfig 1.5.5 platformdirs 4.1.0 pluggy 1.3.0 ply 3.11 poetry-core 1.8.1 pretend 1.0.9 prometheus-client 0.17.1 prompt-toolkit 3.0.43 psutil 5.9.5 ptyprocess 0.7.0 pure-eval 0.2.2 py 1.11.0 py-cpuinfo 9.0.0 py2app 0.28.6 pyasn1 0.5.1 pybind11 2.11.1 pycairo 1.25.1 pycodestyle 2.11.1 pycparser 2.21 pycryptodome 3.19.0 pycurl 7.45.2 pydocstyle 6.3.0 pyenchant 3.2.2 pyepsg 0.4.0 pyerfa 2.0.1.1 pyflakes 3.2.0 Pygments 2.15.1 PyGObject 3.46.0 pylint 3.0.3 pylint-venv 3.0.3 pyls-spyder 0.4.0 pyobjc-core 10.1 pyobjc-framework-Accessibility 10.1 pyobjc-framework-Accounts 10.1 pyobjc-framework-AddressBook 10.1 pyobjc-framework-AdServices 10.1 pyobjc-framework-AdSupport 10.1 pyobjc-framework-AppleScriptKit 10.1 pyobjc-framework-AppleScriptObjC 10.1 pyobjc-framework-ApplicationServices 10.1 pyobjc-framework-AppTrackingTransparency 10.1 pyobjc-framework-AudioVideoBridging 10.1 pyobjc-framework-AuthenticationServices 10.1 pyobjc-framework-AutomaticAssessmentConfiguration 10.1 pyobjc-framework-Automator 10.1 pyobjc-framework-AVFoundation 10.1 pyobjc-framework-AVKit 10.1 pyobjc-framework-AVRouting 10.1 pyobjc-framework-BackgroundAssets 10.1 pyobjc-framework-BusinessChat 10.1 pyobjc-framework-CalendarStore 10.1 pyobjc-framework-CallKit 10.1 pyobjc-framework-CFNetwork 10.1 pyobjc-framework-Cinematic 10.1 pyobjc-framework-ClassKit 10.1 pyobjc-framework-CloudKit 10.1 pyobjc-framework-Cocoa 10.1 pyobjc-framework-Collaboration 10.1 pyobjc-framework-ColorSync 10.1 pyobjc-framework-Contacts 10.1 pyobjc-framework-ContactsUI 10.1 pyobjc-framework-CoreAudio 10.1 pyobjc-framework-CoreAudioKit 10.1 pyobjc-framework-CoreBluetooth 10.1 pyobjc-framework-CoreData 10.1 pyobjc-framework-CoreHaptics 10.1 pyobjc-framework-CoreLocation 10.1 pyobjc-framework-CoreMedia 10.1 pyobjc-framework-CoreMediaIO 10.1 pyobjc-framework-CoreMIDI 10.1 pyobjc-framework-CoreML 10.1 pyobjc-framework-CoreMotion 10.1 pyobjc-framework-CoreServices 10.1 pyobjc-framework-CoreSpotlight 10.1 pyobjc-framework-CoreText 10.1 pyobjc-framework-CoreWLAN 10.1 pyobjc-framework-CryptoTokenKit 10.1 pyobjc-framework-DataDetection 10.1 pyobjc-framework-DeviceCheck 10.1 pyobjc-framework-DictionaryServices 10.1 pyobjc-framework-DiscRecording 10.1 pyobjc-framework-DiscRecordingUI 10.1 pyobjc-framework-DiskArbitration 10.1 pyobjc-framework-DVDPlayback 10.1 pyobjc-framework-EventKit 10.1 pyobjc-framework-ExceptionHandling 10.1 pyobjc-framework-ExecutionPolicy 10.1 pyobjc-framework-ExtensionKit 10.1 pyobjc-framework-ExternalAccessory 10.1 pyobjc-framework-FileProvider 10.1 pyobjc-framework-FileProviderUI 10.1 pyobjc-framework-FinderSync 10.1 pyobjc-framework-FSEvents 10.1 pyobjc-framework-GameCenter 10.1 pyobjc-framework-GameController 10.1 pyobjc-framework-GameKit 10.1 pyobjc-framework-GameplayKit 10.1 pyobjc-framework-HealthKit 10.1 pyobjc-framework-ImageCaptureCore 10.1 pyobjc-framework-InputMethodKit 10.1 pyobjc-framework-InstallerPlugins 10.1 pyobjc-framework-InstantMessage 10.1 pyobjc-framework-Intents 10.1 pyobjc-framework-IntentsUI 10.1 pyobjc-framework-IOBluetooth 10.1 pyobjc-framework-IOBluetoothUI 10.1 pyobjc-framework-IOSurface 10.1 pyobjc-framework-iTunesLibrary 10.1 pyobjc-framework-KernelManagement 10.1 pyobjc-framework-LatentSemanticMapping 10.1 pyobjc-framework-LaunchServices 10.1 pyobjc-framework-libdispatch 10.1 pyobjc-framework-libxpc 10.1 pyobjc-framework-LinkPresentation 10.1 pyobjc-framework-LocalAuthentication 10.1 pyobjc-framework-LocalAuthenticationEmbeddedUI 10.1 pyobjc-framework-MailKit 10.1 pyobjc-framework-MapKit 10.1 pyobjc-framework-MediaAccessibility 10.1 pyobjc-framework-MediaLibrary 10.1 pyobjc-framework-MediaPlayer 10.1 pyobjc-framework-MediaToolbox 10.1 pyobjc-framework-Metal 10.1 pyobjc-framework-MetalFX 10.1 pyobjc-framework-MetalKit 10.1 pyobjc-framework-MetalPerformanceShaders 10.1 pyobjc-framework-MetalPerformanceShadersGraph 10.1 pyobjc-framework-MetricKit 10.1 pyobjc-framework-MLCompute 10.1 pyobjc-framework-ModelIO 10.1 pyobjc-framework-MultipeerConnectivity 10.1 pyobjc-framework-NaturalLanguage 10.1 pyobjc-framework-NetFS 10.1 pyobjc-framework-Network 10.1 pyobjc-framework-NetworkExtension 10.1 pyobjc-framework-NotificationCenter 10.1 pyobjc-framework-OpenDirectory 10.1 pyobjc-framework-OSAKit 10.1 pyobjc-framework-OSLog 10.1 pyobjc-framework-PassKit 10.1 pyobjc-framework-PencilKit 10.1 pyobjc-framework-PHASE 10.1 pyobjc-framework-Photos 10.1 pyobjc-framework-PhotosUI 10.1 pyobjc-framework-PreferencePanes 10.1 pyobjc-framework-PushKit 10.1 pyobjc-framework-Quartz 10.1 pyobjc-framework-QuickLookThumbnailing 10.1 pyobjc-framework-ReplayKit 10.1 pyobjc-framework-SafariServices 10.1 pyobjc-framework-SafetyKit 10.1 pyobjc-framework-SceneKit 10.1 pyobjc-framework-ScreenCaptureKit 10.1 pyobjc-framework-ScreenSaver 10.1 pyobjc-framework-ScreenTime 10.1 pyobjc-framework-ScriptingBridge 10.1 pyobjc-framework-SearchKit 10.1 pyobjc-framework-Security 10.1 pyobjc-framework-SecurityFoundation 10.1 pyobjc-framework-SecurityInterface 10.1 pyobjc-framework-SensitiveContentAnalysis 10.1 pyobjc-framework-ServiceManagement 10.1 pyobjc-framework-SharedWithYou 10.1 pyobjc-framework-SharedWithYouCore 10.1 pyobjc-framework-ShazamKit 10.1 pyobjc-framework-Social 10.1 pyobjc-framework-SoundAnalysis 10.1 pyobjc-framework-Speech 10.1 pyobjc-framework-SpriteKit 10.1 pyobjc-framework-StoreKit 10.1 pyobjc-framework-Symbols 10.1 pyobjc-framework-SyncServices 10.1 pyobjc-framework-SystemConfiguration 10.1 pyobjc-framework-SystemExtensions 10.1 pyobjc-framework-ThreadNetwork 10.1 pyobjc-framework-UniformTypeIdentifiers 10.1 pyobjc-framework-UserNotifications 10.1 pyobjc-framework-UserNotificationsUI 10.1 pyobjc-framework-VideoSubscriberAccount 10.1 pyobjc-framework-VideoToolbox 10.1 pyobjc-framework-Virtualization 10.1 pyobjc-framework-Vision 10.1 pyobjc-framework-WebKit 10.1 pyOpenSSL 23.2.0 pyparsing 3.1.1 pyproj 3.6.1 pyproject_hooks 1.0.0 pyproject-metadata 0.7.1 PyQt-builder 1.15.4 PyQt5 5.15.10 PyQt5-sip 12.13.0 PyQtWebEngine 5.15.6 pyrsistent 0.19.3 pyshp 2.1.3 pytest 7.4.3 pytest-cov 4.1.0 pytest-timeout 2.2.0 pytest-xprocess 0.23.0 python-dateutil 2.8.2 python-lsp-black 2.0.0 python-lsp-jsonrpc 1.1.2 python-lsp-server 1.9.0 python-magic 0.4.27 python-slugify 5.0.2 pythran 0.15.0 pytimeparse 1.1.8 pytoolconfig 1.3.1 pytz 2023.3.post1 PyWavelets 1.5.0 PyYAML 6.0.1 pyzmq 25.1.2 QDarkStyle 3.2.1 qstylizer 0.2.2 QtAwesome 1.3.0 qtconsole 5.5.0 QtPy 2.4.1 qtsass 0.4.0 referencing 0.32.1 reportlab 4.0.7 requests 2.31.0 rich 13.6.0 roman 4.1 rope 1.11.0 rpds-py 0.17.1 Rtree 1.0.1 scikit-build 0.17.6 scikit-image 0.22.0 scikit-learn 1.2.2 SciPy 1.11.4 scour 0.38.2 seaborn 0.12.2 semantic-version 2.10.0 Send2Trash 1.8.2 setuptools 68.2.2 setuptools-rust 1.8.1 setuptools-scm 8.0.4 setuptools-scm-git-archive 1.1 shapely 2.0.2 simplejson 3.19.2 sip 6.8.1 six 1.16.0 smartypants 2.0.1 sniffio 1.2.0 snowballstemmer 2.2.0 sortedcontainers 2.4.0 soupsieve 2.5 Sphinx 7.2.6 sphinx-rtd-theme 2.0.0 sphinxcontrib-applehelp 1.0.7 sphinxcontrib-blockdiag 3.0.0 sphinxcontrib-devhelp 1.0.5 sphinxcontrib-htmlhelp 2.0.4 sphinxcontrib-jquery 4.1 sphinxcontrib-jsmath 1.0.1 sphinxcontrib-qthelp 1.0.6 sphinxcontrib-serializinghtml 1.1.9 sphinxcontrib-websupport 1.2.4 spyder 5.5.0 spyder-kernels 2.5.0 SQLAlchemy 2.0.25 stack-data 0.6.2 statsmodels 0.14.1 sympy 1.12 tables 3.9.2 terminado 0.18.0 testpath 0.6.0 text-unidecode 1.3 textdistance 4.6.1 threadpoolctl 3.2.0 three-merge 0.1.1 tifffile 2023.12.9 tinycss2 1.2.1 toml 0.10.2 tomli 2.0.1 tomlkit 0.12.3 toolz 0.12.0 tornado 6.4 traitlets 5.9.0 trove-classifiers 2024.1.8 types-psutil 5.9.5.16 types-python-dateutil 2.8.19.20240106 types-setuptools 68.2.0.2 typing_extensions 4.9.0 typogrify 2.0.7 uc-micro-py 1.0.2 ujson 5.9.0 uncertainties 3.1.7 unicodedata2 15.1.0 Unidecode 1.3.7 urllib3 1.26.18 urwid 2.1.2 versioneer 0.29 watchdog 3.0.0 wcwidth 0.2.13 webcolors 1.13 webencodings 0.5.1 Werkzeug 3.0.1 whatthepatch 1.0.5 wheel 0.42.0 widgetsnbextension 3.5.1 wrapt 1.16.0 wurlitzer 3.0.3 xattr 0.10.1 xlrd 2.0.1 yapf 0.40.2 youtube-dl 2021.12.17 yt-dlp 2023.12.30 zipp 3.17.0 zopfli 0.2.3 ```
zzanderr commented 9 months ago

Error message on first run.

py311-spyder is running, but am worried that there will be future problems.

zzanderr commented 9 months ago

from command line: `[01-15 00:42 ~ 3554]$ /opt/local/Library/Frameworks/Python.framework/Versions/3.11/bin/spyder The available OpenGL surface format was either not version 3.2 or higher or not a Core Profile. Chromium on macOS will fall back to software rendering in this case. Hardware acceleration and features such as WebGL will not be available. fromIccProfile: failed minimal tag size sanity /opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/jupyter_client/threaded.py:72: RuntimeWarning: ZMQStream only supports the base zmq.Socket class.

            Use zmq.Socket(shadow=other_socket)
            or `ctx.socket(zmq.DEALER, socket_class=zmq.Socket)`
            to create a base zmq.Socket object,
            no matter what other kind of socket your Context creates.

self.stream = zmqstream.ZMQStream(self.socket, self.ioloop) /opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/jupyter_client/threaded.py:72: RuntimeWarning: ZMQStream only supports the base zmq.Socket class.

            Use zmq.Socket(shadow=other_socket)
            or `ctx.socket(zmq.SUB, socket_class=zmq.Socket)`
            to create a base zmq.Socket object,
            no matter what other kind of socket your Context creates.

self.stream = zmqstream.ZMQStream(self.socket, self.ioloop)

`

zzanderr commented 9 months ago

This is my first time using py311-spyder, so I know nothing. It appears it cannot contact the (python?) kernel.

ccordoba12 commented 9 months ago

Hey @zzanderr, thanks for reporting. What are your jupyter_client and ipykernel versions?

ccordoba12 commented 8 months ago

Closing due to lack of response.