我想在github的python中安装sparse_dot_topn。但我不知道该怎么做。我做了:pip3 install sparse_dot_topn,但失败了。我在github上看到了sparse_dot_topn,并试图在jupyter笔记本上运行代码,但我没能成功。也许我做错了什么。您能帮我完成从github安装sparse_dot_topn的步骤吗?事先非常感谢!
发布于 2018-06-25 05:19:30
若要使用pip从GitHub安装,可以: pip3安装git+url
示例:
pip3 install git+https://github.com/ing-bank/sparse_dot_topn.githttps://stackoverflow.com/questions/51016600
复制相似问题