-
Notifications
You must be signed in to change notification settings - Fork 596
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
txtai gives Illegal instruction (core dumped) #31
Comments
Thank you for reporting this. This is most likely an issue with a native package. Can you try opening a python shell and running the following: import numpy
from annoy import AnnoyIndex
from hnswlib import Index
import faiss
import fasttext Do you get a core dump from any of those statements above? Usually this error occurs with a precompiled native package having a CPU instruction not supported on the executing platform. |
Everything statement from the above works fine except |
This is the repo for the faiss-wheels - https://github.com/kyamagu/faiss-wheels If you run |
@davidmezzetti thanks for the hints, I did
I am using its embeddings module just FYI. EDIT: It gives a lot of warnings though, but I believe we don't care about warnings ;) |
Hi, I have successfully installed the txtai in my linux server. When I run python and do
from txtai.embeddings import Embeddings
it terminates the python process and gives Illegal instruction (core dumped) error. Following are the details of my linux server, can anybody help me figureout the problem and fix it. Thanks.The text was updated successfully, but these errors were encountered: