You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
crewai-tools not installing in python3.10 in ubuntu
Tried the below command
pip3.10 install crewai-tools
Getting below error
Defaulting to user installation because normal site-packages is not writeable
Collecting crewai-tools
Using cached crewai_tools-0.4.26-py3-none-any.whl.metadata (4.6 kB)
Requirement already satisfied: beautifulsoup4<5.0.0,>=4.12.3 in ./.local/lib/python3.10/site-packages (from crewai-tools) (4.12.3)
Requirement already satisfied: chromadb<0.5.0,>=0.4.22 in ./.local/lib/python3.10/site-packages (from crewai-tools) (0.4.24)
Collecting docker<8.0.0,>=7.1.0 (from crewai-tools)
Using cached docker-7.1.0-py3-none-any.whl.metadata (3.8 kB)
Collecting docx2txt<0.9,>=0.8 (from crewai-tools)
Using cached docx2txt-0.8.tar.gz (2.8 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
ERROR: Can not execute `setup.py` since setuptools is not available in the build environment.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
Tried multiple version of package such as crewai-tools==0.4.25,crewai-tools==0.4.26,crewai-tools==0.4.8,crewai-tools==0.4.7...etc
Also tried to update pip
But getting the same error.
The text was updated successfully, but these errors were encountered:
crewai-tools not installing in python3.10 in ubuntu
Tried the below command
Getting below error
Tried multiple version of package such as crewai-tools==0.4.25,crewai-tools==0.4.26,crewai-tools==0.4.8,crewai-tools==0.4.7...etc
Also tried to update pip
But getting the same error.
The text was updated successfully, but these errors were encountered: