-
-
Notifications
You must be signed in to change notification settings - Fork 393
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
Faiss Not Compatible #13
Comments
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 |
Faiss on Pypi is only a collection of pre-built binaries for MacOS and Linux and only for these python versions: Python :: 2.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:
or
. 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 :) |
Faiss Not Compatible lastest python version
The text was updated successfully, but these errors were encountered: