如何从github python安装“sparse_dot_topn”

问题描述 投票:0回答:1

我想从github在python中安装sparse_dot_topn。但我不知道该怎么做。我做了:pip3安装sparse_dot_topn但它失败了。我在github中看到sparse_dot_topn并试图在jupyter笔记本中运行代码,但我无法成功。也许我做错了什么。你能帮我解决一下从github安装sparse_dot_topn的步骤吗?提前谢谢了!

python github sparse-matrix
1个回答
1
投票

要使用pip从GitHub安装,你可以:pip3安装git + url

例:

pip3安装git + https://github.com/ing-bank/sparse_dot_topn.git

© www.soinside.com 2019 - 2024. All rights reserved.