PacktPublishing / LLM-Engineers-Handbook

The LLM's practical guide: From the fundamentals to deploying advanced LLM and RAG apps to AWS using LLMOps best practices
https://www.amazon.com/LLM-Engineers-Handbook-engineering-production/dp/1836200072/
MIT License
1.51k stars 236 forks source link

pyproject.toml changed significantly since poetry.lock was last generated. Run `poetry lock [--no-update]` to fix the lock file. #8

Closed opendeluxe closed 3 weeks ago

opendeluxe commented 3 weeks ago

git clone ... cd ...

poetry install --without aws

Output:

Installing dependencies from lock file

pyproject.toml changed significantly since poetry.lock was last generated. Run poetry lock [--no-update] to fix the lock file.

iusztinpaul commented 3 weeks ago

Fixed. Thanks for the heads up.

Please let me know if this happens again.