Skip to main content

milvus 编译使用

· One min read

背景

# Clone github repository.
$ git clone https://github.com/milvus-io/milvus.git

# Install third-party dependencies.
$ cd milvus/
$ ./scripts/install_deps.sh

# Compile Milvus.
$ make

相关错误

  • Could NOT find BLAS (missing: BLAS_LIBRARIES) 解决方案
sudo apt-get update
sudo apt-get install -y libopenblas-dev
  • ./milvus: error while loading shared libraries: libtbbmalloc.so.2: cannot open shared object file: No such file or directory 解决方案:
sudo apt-get install libtbb2