You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Happened directly after installing. Can't interact with the cli nor can I start a script. I always get the same error.
It seems that the variable WORKSPACE_DIR needs to be set for some reason.
To Reproduce
Install swarms
Run anything with swarms
Expected behavior
It should run.
*Traceback
.venv/lib/python3.11/site-packages/swarms/utils/loguru_logger.py", line 10, in
os.path.join(WORKSPACE_DIR, "swarms.log"),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 76, in join
TypeError: expected str, bytes or os.PathLike object, not NoneType
Upvote & Fund
We're using Polar.sh so you can upvote and help fund this issue.
We receive the funding once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog.
The text was updated successfully, but these errors were encountered:
Describe the bug
Happened directly after installing. Can't interact with the cli nor can I start a script. I always get the same error.
It seems that the variable WORKSPACE_DIR needs to be set for some reason.
To Reproduce
Expected behavior
It should run.
*Traceback
.venv/lib/python3.11/site-packages/swarms/utils/loguru_logger.py", line 10, in
os.path.join(WORKSPACE_DIR, "swarms.log"),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 76, in join
TypeError: expected str, bytes or os.PathLike object, not NoneType
Upvote & Fund
The text was updated successfully, but these errors were encountered: