IntelligenzaArtificiale / Free-Auto-GPT

Free Auto GPT with NO paids API is a repository that offers a simple version of Auto GPT, an autonomous AI agent capable of performing tasks independently. Unlike other versions, our implementation does not rely on any paid OpenAI API, making it accessible to anyone.
MIT License
2.47k stars 383 forks source link

Unable to setup Camel locally #44

Closed KenAragorn closed 1 year ago

KenAragorn commented 1 year ago

Following the given steps in this README.md for HOW TO RUN CAMEL sub-section, error occur when following the steps given:

Error at second step aka pip3 install.

Error:

error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [7 lines of output] running egg_info creating C:\Users\john\AppData\Local\Temp\pip-pip-egg-info-abel36uz\faiss_cpu.egg-info writing C:\Users\john\AppData\Local\Temp\pip-pip-egg-info-abel36uz\faiss_cpu.egg-info\PKG-INFO writing dependency_links to C:\Users\john\AppData\Local\Temp\pip-pip-egg-info-abel36uz\faiss_cpu.egg-info\dependency_links.txt writing top-level names to C:\Users\john\AppData\Local\Temp\pip-pip-egg-info-abel36uz\faiss_cpu.egg-info\top_level.txt writing manifest file 'C:\Users\john\AppData\Local\Temp\pip-pip-egg-info-abel36uz\faiss_cpu.egg-info\SOURCES.txt' error: package directory 'C:\Users\john\AppData\Local\Temp\pip-install-igo5elm1\faiss-gpu_2e32d40e0e574b238dd31fba08ce763a\faiss\faiss\python' does not exist [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.

IntelligenzaArtificiale commented 1 year ago

open the requirements.txt and comment the line with faiss-gpu and remove the comment frome the line faiss-cpu

KenAragorn commented 1 year ago

Issue resolved as per advise. Thanks.