From 085fbcee9f6c51bbf68a96c2dd7432bc22a49cbc Mon Sep 17 00:00:00 2001 From: mike dupont Date: Sat, 14 Dec 2024 09:21:11 -0500 Subject: [PATCH] bugfix https://meta-introspector.sentry.io/issues/14387352/?query=is%3Aunresolved%20issue.priority%3A%5Bhigh%2C%20medium%5D&referrer=issue-stream&stream_index=0 multiprocessing/process.py in _bootstrap at line 329 ModuleNotFoundError No module named 'pathos' --- api/boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/boot.sh b/api/boot.sh index eb48fea9..f2fc7773 100644 --- a/api/boot.sh +++ b/api/boot.sh @@ -26,7 +26,7 @@ pip install "fastapi[standard]" pip install "loguru" pip install "hunter" # for tracing pip install pydantic==2.8.2 - +pip install pathos || echo oops pip freeze # launch as systemd # python /opt/swarms/api/main.py