Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crewai-tools not installing in python3.10 in ubuntu #84

Open
pradeepdev-1995 opened this issue Aug 2, 2024 · 0 comments
Open

crewai-tools not installing in python3.10 in ubuntu #84

pradeepdev-1995 opened this issue Aug 2, 2024 · 0 comments

Comments

@pradeepdev-1995
Copy link

pradeepdev-1995 commented Aug 2, 2024

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.

Screenshot from 2024-08-02 18-41-47

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant