Replies: 3 comments
-
@Jae0Kang most likely, you need to put a number after |
Beta Was this translation helpful? Give feedback.
-
@Jae0Kang have you tried on this one?
|
Beta Was this translation helpful? Give feedback.
-
I fixed it. Thank you for your help! |
Beta Was this translation helpful? Give feedback.
-
Summary
I am working on Windows and face the issue on following the set up from https://github.com/facebookresearch/faiss/blob/main/INSTALL.md.
I checked step 1 (cmake -B build -DFAISS_ENABLE_GPU=OFF -DBLA_VENDOR=Intel10_64_dyn -DMKL_LIBRARIES=C:\Users\jykan\AppData\Local\Programs\Python\Python312\Lib\site-packages/mkl/libs -DFAISS_ENABLE_PYTHON=OFF -DBUILD_TESTING=ON .) worked well.
However, in step 2, I ran (make -C build -j faiss) and I got this message
when I am trying to invoke make in faiss folder.
Platform
OS: Windows11
Faiss version:
Installed from: source
Faiss compilation options: using MKL
cmake -B build -DFAISS_ENABLE_GPU=OFF -DBLA_VENDOR=Intel10_64_dyn -DMKL_LIBRARIES=C:\Users\jykan\AppData\Local\Programs\Python\Python312\Lib\site-packages/mkl/libs -DFAISS_ENABLE_PYTHON=OFF -DBUILD_TESTING=ON .
Running on:
Interface:
Reproduction instructions
I am working on Windows and face the issue on following the set up from https://github.com/facebookresearch/faiss/blob/main/INSTALL.md.
I checked step 1 (cmake -B build -DFAISS_ENABLE_GPU=OFF -DBLA_VENDOR=Intel10_64_dyn -DMKL_LIBRARIES=C:\Users\jykan\AppData\Local\Programs\Python\Python312\Lib\site-packages/mkl/libs -DFAISS_ENABLE_PYTHON=OFF -DBUILD_TESTING=ON .) worked well.
However, in step 2, I ran (make -C build -j faiss) and I got this message
when I am trying to invoke make in faiss folder.
Beta Was this translation helpful? Give feedback.
All reactions