From e0d57a2d439dd3b9ff011259ef538b1423f462bd Mon Sep 17 00:00:00 2001 From: Alex Strick van Linschoten Date: Wed, 13 Mar 2024 18:10:36 +0100 Subject: [PATCH 1/2] Update requirements.txt --- customer-satisfaction/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/customer-satisfaction/requirements.txt b/customer-satisfaction/requirements.txt index 047db09a..7b7a64ec 100644 --- a/customer-satisfaction/requirements.txt +++ b/customer-satisfaction/requirements.txt @@ -1,10 +1,10 @@ catboost==1.0.4 -joblib==1.1.0 +joblib>=1.1.0 lightgbm==4.1.0 optuna==2.10.0 streamlit==1.29.0 xgboost==2.0.3 markupsafe==1.1.1 zenml>=0.52.0 -scikit-learn==1.3.2 +scikit-learn>=1.3.2 altair From 3d12368b664b7416baed72ccfa55e8104faf9cce Mon Sep 17 00:00:00 2001 From: Alex Strick van Linschoten Date: Mon, 18 Mar 2024 09:14:43 +0000 Subject: [PATCH 2/2] add env var to project README --- customer-satisfaction/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/customer-satisfaction/README.md b/customer-satisfaction/README.md index 71af5732..588a097a 100644 --- a/customer-satisfaction/README.md +++ b/customer-satisfaction/README.md @@ -236,3 +236,13 @@ A browser window should open for you and let you configure a product to run a pr ```bash zenml integration install mlflow -y ``` + +2. If you are trying to start the ZenML server with `zenml up`, if you're running +on a Mac, you might want to set the following environment variable in your `.zshrc` +file or in the environment in which you're running the pipeline: + +```bash +export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES +``` + +This sometimes fixes problems with how ZenML starts. \ No newline at end of file