mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
Fix #2409: Pin setuptools version to fix packaging.licenses dependency issue
Co-Authored-By: Joe Moura <joao@crewai.com>
This commit is contained in:
@@ -152,6 +152,11 @@ If you encounter issues during installation or usage, here are some common solut
|
||||
- Try upgrading pip: `pip install --upgrade pip`
|
||||
- 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
|
||||
- Fix by downgrading setuptools: `pip install setuptools<=65.5.0`
|
||||
- Then install CrewAI: `uv pip install crewai`
|
||||
|
||||
### 2. Setting Up Your Crew with the YAML Configuration
|
||||
|
||||
To create a new CrewAI project, run the following CLI (Command Line Interface) command:
|
||||
|
||||
Reference in New Issue
Block a user