This is likely fixable by modifying the swarms init.py
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
[<ipython-input-9-715acb48d350>](https://localhost:8080/#) in <cell line: 5>()
3
4 from swarms import ToolAgent
----> 5 from swarms.utils.json_utils import base_model_to_json
6
7 # Load the pre-trained model and tokenizer
ModuleNotFoundError: No module named 'swarms.utils.json_utils'
---------------------------------------------------------------------------
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.
---------------------------------------------------------------------------
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.
This is likely fixable by modifying the swarms init.py
Upvote & Fund