-
Notifications
You must be signed in to change notification settings - Fork 42
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
Problems installing Chroma #15
Comments
Thanks @nicelir1996 I start to get errors here -- Building wheels for collected packages: hnswlib × Building wheel for hnswlib (pyproject.toml) did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. [notice] A new release of pip is available: 23.0.1 -> 23.1.2 |
hm... strange. Seems like a chromadb problem: pypa/packaging-problems#648 Seems like it needs the c++ compiler. Since you are on mac, follow this: http://cs.millersville.edu/~gzoppetti/InstallingGccMac.html If this doesn't help:
|
Sounds like a great project would love for it to work....
Describe the bug
After entering the keys in keys.json
Typed to run - ./run.sh start
python: can't open file '/Users/xxx/Documents/GPT/GPT-Swarm/scripts/check_requirements.py': [Errno 2] No such file or directory
Traceback (most recent call last):
File "/Users/xxx/anaconda3/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/Users/xxx/anaconda3/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/Users/xxx/Documents/GPT/GPT-Swarm/swarmai/main.py", line 7, in
from swarmai.Swarm import Swarm
File "/Users/xxx/Documents/GPT/GPT-Swarm/swarmai/Swarm.py", line 14, in
from swarmai.utils.memory import VectorMemory
File "/Users/xxx/Documents/GPT/GPT-Swarm/swarmai/utils/memory/init.py", line 1, in
from .VectorMemory import VectorMemory
File "/Users/xxx/Documents/GPT/GPT-Swarm/swarmai/utils/memory/VectorMemory.py", line 2, in
from langchain.vectorstores import Chroma
ModuleNotFoundError: No module named 'langchain'
Press any key to continue...
The text was updated successfully, but these errors were encountered: