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.44k stars 384 forks source link

Faiss Not Compatible #13

Closed kerstich closed 1 year ago

kerstich commented 1 year ago

Faiss Not Compatible lastest python version

charjonn commented 1 year ago

Same. I also get the following error after running: C:\Users\xxx\AI\Free-AutoGPT\Free-AUTOGPT-with-NO-API-main\Free-AUTOGPT-with-NO-API-main> pip3 install -r requirements.txt

Error: ERROR: Ignored the following versions that require a different python version: 0.55.2 Requires-Python <3.5 ERROR: Could not find a version that satisfies the requirement faiss (from versions: none) ERROR: No matching distribution found for faiss

IntelligenzaArtificiale commented 1 year ago

Faiss on Pypi is only a collection of pre-built binaries for MacOS and Linux and only for these python versions:

Python :: 2.7 Python :: 3.5 Python :: 3.6 Python :: 3.7

Your setup does not seem to match these specifications

For conda, it does not exist in the std channels, but can be installed (for Linux and MacOS only) with:

conda install -c pytorch faiss-cpu

or

conda install -c pytorch faiss-gpu

. I have fixed the repository, please try now to redownload

I have change the base API now. Now work only on FREE official REVERSED CHATGPT API. Open another issue for every problem :)