我正在尝试安装string-grouper,它依赖于sparse_dot_topn。我正在运行Windows,当我尝试执行pip安装时,我收到一条错误消息。谷歌一下看起来像是需要使用C++编译sparse_dot_topn,但是我找不到任何关于它的文档。有没有人在没有Anaconda的情况下在Windows中安装了这个模块?
发布于 2021-04-23 21:40:31
从here下载并安装C++工具,您应该能够构建sparse_dot_topn。在此之后,我能够成功地pip install string-grouper。
https://stackoverflow.com/questions/63512839
复制相似问题