‘pip install causallift’ 不会安装

huangapple go评论85阅读模式
英文:

'pip install causallift' does not install

问题

我想安装Python包causallift,但安装过程卡在'安装构建依赖...'。当我使用以下命令安装时:

pip3 install causallift

安装过程停在'安装构建依赖'处数小时。

英文:

I want to install the Python package causallift, but the installation lingers at 'Installing build dependencies...'.                        

When I install with:

pip3 install causallift

The installation stays at 'Installing build dependencies' for hours.

答案1

得分: 1

你可以尝试另外两个选项:

  1. 运行:pip3 install git+https://github.com/Minyus/causallift.git
  2. 克隆GitHub存储库,进入下载的存储库,并运行:python setup.py install
英文:

you can try 2 more options:

  1. run: pip3 install git+https://github.com/Minyus/causallift.git
  2. clone the GitHub repository, cd into the downloaded repository, and run: python setup.py install

huangapple
  • 本文由 发表于 2020年1月3日 18:18:43
  • 转载请务必保留本文链接:https://go.coder-hub.com/59576783.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定