tool · inferred from evidence
poetry
A dependency management and packaging tool for Python used to install leptonai.
- No module named opentelemetry
Reinstall in a clean environment. The reporter's `No module named 'opentelemetry'` after install went away with a clean git checkout and fresh install, which points to a broken or mixed local environment rather than a packaging bug.
- poetry add pymilvus fails dependency resolution on versions before 2.4.4
Teaches how to poetry add pymilvus fails dependency resolution on versions before 2.4.4. Based on a real issue report and its verified fix.
- error after yarn dev
Switch poetry to the right interpreter with the full path: `poetry env use /full/path/to/python` (`poetry env use $(which python)` works if python is on your PATH).. (E2B; via gh:e2b-dev/e2b#3)
- pinecone.core.exceptions.PineconeException with simple examples
How to fix 'pinecone.core.exceptions.PineconeException with simple examples' in Pinecone, straight from the verified resolution in gh:pinecone-io/python-sdk#154. Root cause plus what to change.
- [Bug]: cannot import name 'LLM' from 'llama_index.core.llms'
LlamaIndex: Collaborator logan-markewich: the v0.10 split into namespaced packages (llama-index-core + integrations) means any remnants of an old 0.9.x install - globally, outside the venv, or pulled in by another dependency - break imp
- leptonai install makes Docker image huge - use the slim package
How to fix: leptonai install makes Docker image huge - use the slim package. The verified fix from the maintainer thread, distilled into reusable steps.