mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-14 10:38:29 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user