AutoSurveys / AutoSurvey

134 stars 5 forks source link

Could not find a version that satisfies the requirement faiss_gpu==1.7.2 (from versions: none) #3

Closed chunhualiao closed 2 months ago

chunhualiao commented 2 months ago

python3.12 on Macbook pro (M2 Pro)

$ pip install -r requirements.txt
ERROR: Could not find a version that satisfies the requirement faiss_gpu==1.7.2 (from versions: none)
ERROR: No matching distribution found for faiss_gpu==1.7.2

GPU Faiss is not supported on Mac as few of these machines have nvidia GPUs.

GuoQi2000 commented 2 months ago

Consider using the cpu version.

   pip install faiss-cpu