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

BabyAGI will not start #343

Closed
bimg21 opened this issue Jun 19, 2023 · 1 comment
Closed

BabyAGI will not start #343

bimg21 opened this issue Jun 19, 2023 · 1 comment

Comments

@bimg21
Copy link

bimg21 commented Jun 19, 2023

~/babyagi$ pip install -r requirements.txt

"Requirement already satisfied: scipy in /usr/lib/python3/dist-packages (from sentence-transformers>=2.2.2->chromadb==0.3.21->-r requirements.txt (line 3)) (1.8.0)
Collecting torchvision
Using cached torchvision-0.15.2-cp310-cp310-manylinux1_x86_64.whl (6.0 MB)
Collecting torch>=1.6.0
Killed"

~/babyagi$ python babyagi.py

"Traceback (most recent call last):
File "/home/kravinec/babyagi/babyagi.py", line 14, in
import chromadb
ModuleNotFoundError: No module named 'chromadb'"

~/babyagi$ docker-compose up

"...
File "/home/kravinec/.local/lib/python3.10/site-packages/docker/api/client.py", line 221, in _retrieve_server_version
raise DockerException(
docker.errors.DockerException: Error while fetching server API version: ('Connection aborted.', PermissionError(13, 'Permission denied'))"

Any way the script won't run. Is it problem on my side or what?

@bimg21
Copy link
Author

bimg21 commented Jun 22, 2023

For anyone having this problem; it is easily solved by pip install chromadb

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

2 participants