-
Notifications
You must be signed in to change notification settings - Fork 30
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
v2.4.10 build error #218
Comments
We are trying to build the deb package for Milvus lite, this thing is not easy for us, because we have not used conan, do you have any experience in this area? |
I also made some changes during the build process, my BLAS and LAPACK versions are relatively low(3.9.0), only the .pc file does not have a cmake file, and it will report an error when building knowhere, so I made the following changes:
Is the knowhere build error related to my BLAS and LAPACK versions? How can I view the more detailed compilation logs? |
I'm trying to compile knowhere separately, and I found that there is a network-related error when performing conan install when compiling alone, maybe the error of compiling Milvus lite is also caused by a network issue |
The problem may not be related to knowhere, I found more errors in the logs:
Looks like it's an issue with my conan environment |
@Amphetaminewei Thank you for your interest in the Milvus-lite project. When compiling Milvus-lite, I have provided a Manylinux Docker image and recommend compiling under manylinux. The wheel package compiled with manylinux offers good compatibility and can run on most newer Linux platforms. |
Hi @Presburger , thank you for your reply, where can I get the link to the Docker image? Have you ever tried to make a deb package out of Milvus lite? Similar to what the Ubuntu community does, dependencies are managed through deb packages. |
I got the following error when trying to build v2.4.10 locally:
Here's how I built it:
Is it what compilation parameters I'm missing?
The text was updated successfully, but these errors were encountered: