安装相似性搜索库时出现各种bug
先是报错error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com
作者也是进行了下载安装,但发现并没有解决问题
其后检查报错发现主要是在安装相似性搜索库 nmslib windows 11 Python 3.9上出现错误
采用传统的pip+镜像的方式无法成功安装
随后查阅他人经验,采用如下方式可顺利pip
conda install -c conda-forge nmslib
随后本地下载tensorflow_similarity-0.16.7-py3-none-any.whl,后通过cd安装即可