【发布时间】:2019-11-20 14:51:48
【问题描述】:
运行安装时:
pip install faiss
我收到此错误:
ERROR: Could not find a version that satisfies the requirement faiss (from versions: none)
ERROR: No matching distribution found for faiss
当我使用 conda 时:
conda install faiss
我收到此错误:
PackagesNotFoundError: The following packages are not available from current channels:
- faiss
【问题讨论】:
-
请包括你的操作系统和python版本是什么
-
window 10 pro 64
标签: python python-3.x pip anaconda faiss