From a21b15213dbc0b57b9a8e55befbb8a7da0cda68b Mon Sep 17 00:00:00 2001 From: Ryan Clary <9618975+mrclary@users.noreply.github.com> Date: Mon, 10 Jun 2024 19:53:28 -0700 Subject: [PATCH] zipp 3.19.2 somehow causes a "TypeError: 'module' object is not callable" in jupyter_client. pinning to <3.19 resolves the issue. --- installers/macOS/req-build.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/installers/macOS/req-build.txt b/installers/macOS/req-build.txt index 683cbd5a3a2..f31cf3d68bb 100644 --- a/installers/macOS/req-build.txt +++ b/installers/macOS/req-build.txt @@ -4,3 +4,4 @@ dmgbuild>=1.4.2 py2app==0.28.4 setuptools<70.0.0 sphinx==5.1.1 # See spyder-ide/spyder#19618 for details. +zipp<3.19