poetry env cleanup #1

Open
opened 2026-02-16 02:16:34 -05:00 by yindo · 0 comments
Owner

Originally created by @rtreddick on GitHub (Jan 8, 2025).

I just cloned this repo and ran in the devcontainer this morning. I see the pyproject.toml was just udpated a couple days ago: https://github.com/run-llama/multi-agents-workflow/commit/bf827dd7a4d5fa9780f6606f30f50c0e77118e77

I'm sorry I lost the exact error message, but I think it was something about 'lock file has changed significantly'. I ran poetry lock and poetry install and got past that issue, but then also there were several missing dependencies:

cachetools = "^5.5.0"
uvicorn = "^0.34.0"
aiostream = "^0.6.4"

After running poetry add for these dependencies, I was able to successfully run the example! Just seems like there is a little environment cleanup to do.

Originally created by @rtreddick on GitHub (Jan 8, 2025). I just cloned this repo and ran in the devcontainer this morning. I see the pyproject.toml was just udpated a couple days ago: https://github.com/run-llama/multi-agents-workflow/commit/bf827dd7a4d5fa9780f6606f30f50c0e77118e77 I'm sorry I lost the exact error message, but I think it was something about 'lock file has changed significantly'. I ran `poetry lock` and `poetry install` and got past that issue, but then also there were several missing dependencies: cachetools = "^5.5.0" uvicorn = "^0.34.0" aiostream = "^0.6.4" After running `poetry add` for these dependencies, I was able to successfully run the example! Just seems like there is a little environment cleanup to do.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/multi-agents-workflow#1