Skip to content

Commit

Permalink
I see the following error in PR #22156 (https://github.com/spyder-ide…
Browse files Browse the repository at this point in the history
…/spyder/actions/runs/9451452145/job/26032800727?pr=22156)

Warning: 0 15:50:35,969 [WARNING] [traitlets] -> Kernel Provisioning: The 'local-provisioner' is not found.  This is likely due to the presence of multiple jupyter_client distributions and a previous distribution is being used as the source for entrypoints - which does not include 'local-provisioner'.  That distribution should be removed such that only the version-appropriate distribution remains (version >= 7).  Until then, a 'local-provisioner' entrypoint will be automatically constructed and used.
The candidate distribution locations are: []
2024-06-10 15:50:35,969 [DEBUG] [traitlets] -> Instantiating kernel 'Python 3 (Spyder)' with kernel provisioner: local-provisioner
Error: -10 15:50:35,969 [ERROR] [traitlets] -> 'module' object is not callable
Traceback (most recent call last):
  File "/Users/runner/work/spyder/spyder/dist/Spyder.app/Contents/Resources/lib/python3.10/jupyter_client/manager.py", line 87, in wrapper
  File "/Users/runner/work/spyder/spyder/dist/Spyder.app/Contents/Resources/lib/python3.10/jupyter_client/manager.py", line 435, in _async_start_kernel
  File "/Users/runner/work/spyder/spyder/dist/Spyder.app/Contents/Resources/lib/python3.10/jupyter_client/manager.py", line 395, in _async_pre_start_kernel
  File "/Users/runner/work/spyder/spyder/dist/Spyder.app/Contents/Resources/lib/python3.10/jupyter_client/provisioning/factory.py", line 101, in create_provisioner_instance
TypeError: 'module' object is not callable

I suspect an issue with jupyter_client since the last successful workflow on 5.x branch had 8.6.1 and this failing one has 8.6.2. traitlets is 5.14.3 in both workflows.

Let's see if this works.
  • Loading branch information
mrclary committed Jun 10, 2024
1 parent b6ca9d0 commit 2d82c00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installers/macOS/req-build.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# For building standalone Mac app
black==24.1.1 # Pin it to add missing modules to the bundle. See workflow file for the details.
dmgbuild>=1.4.2
jupyter_client<=8.6.1
py2app==0.28.4
setuptools<70.0.0
sphinx==5.1.1 # See spyder-ide/spyder#19618 for details.

0 comments on commit 2d82c00

Please sign in to comment.