From cd7a4ab894b321d24daffecc71f21e6453a0940f Mon Sep 17 00:00:00 2001 From: q9982 <980754729@qq.com> Date: Wed, 13 May 2026 00:25:45 +0800 Subject: [PATCH] Fix pkg_resources error in local experiment setup google-cloud-logging==3.1.2 still imports `pkg_resources`, which was removed in setuptools 82. Constrain setuptools to a compatible version so local dependency installation works again. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index ca7b933cf..63f6db60a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,6 +22,7 @@ rq==1.11.1 scikit-posthocs==0.7.0 scipy==1.9.2 seaborn==0.13.2 +setuptools<82 sqlalchemy==1.4.41 protobuf==3.20.3