-
Notifications
You must be signed in to change notification settings - Fork 3
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
Multiple errors while installing requirements #1
Comments
The
According to stackoverflow, the issue lies in the python ver, so the project won't run on python 3.12 and newer unless UPD: the exe missing can be solved by installing swig(swigwin in my case) and adding the installation path to PATH variable, yet |
System info first of all, i ran this in virtualenv changing change faiss-cpu version to THEN it will run on windows 11(atleast in my case) |
Leaving this open so people can have a solution for issues they're facing on non Mac OS machines. I'll eventually get round to releasing a patch to fix it. |
System info
OS: Windows 11 10.0.22631
Python v.: 3.12.4
Issue
The following errors are being thrown when installing requirements:
Expected behaviour
pip install -r requirements.txt
completing without errorsI'd like to add that it might be a good idea to create a ready-to-use package using python-embed(see more at https://stackoverflow.com/a/77268297) and distribute it via huggingface leaving a link to it in this repo(examples: 1, 2)
The text was updated successfully, but these errors were encountered: