Enhance PR #2409 fix based on review feedback: improve docs, test isolation, and error messages

Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
Devin AI
2025-03-20 02:42:09 +00:00
parent 1eb6f3b470
commit 0f121ba5f2
3 changed files with 61 additions and 21 deletions

View File

@@ -153,9 +153,10 @@ If you encounter issues during installation or usage, here are some common solut
- If issues persist, use a pre-built wheel: `pip install tiktoken --prefer-binary`
3. **ModuleNotFoundError: No module named 'packaging.licenses'**
- This error occurs when installing with `uv` due to newer setuptools versions
- This error occurs when installing with `uv` (v0.1.0 and above) due to newer `setuptools` versions
- Fix by downgrading setuptools: `pip install setuptools<=65.5.0`
- Then install CrewAI: `uv pip install crewai`
- Note: This is a temporary workaround until compatibility with `setuptools` is resolved
### 2. Setting Up Your Crew with the YAML Configuration