【发布时间】:2021-02-17 08:15:45
【问题描述】:
我正在尝试将 GPdoemd 包 (https://github.com/cog-imperial/GPdoemd) 安装在一个 merderl 环境中,但是当我尝试运行以下代码时:pip install git+https://github.com/cog-imperial/GPdoemd 我收到此错误:
Collecting git+https://github.com/cog-imperial/GPdoemd Cloning https://github.com/cog-imperial/GPdoemd to c:\users\i6817\appdata\local\temp\pip-req-build-df6ldcn1 ERROR: Command errored out with exit status 128: git clone -q https://github.com/cog-imperial/GPdoemd 'C:\Users\I6817\AppData\Local\Temp\pip-req-build-df6ldcn1' Check the logs for full command output.
有谁知道如何解决这个问题?谢谢!
【问题讨论】:
-
你可以试试这种方式
It is also possible to clone into/download the GPdoemd git repository and install it using setup.py, but this is not recommended for most users. -
是的,我知道,但我想找到一种方法来安装它,如上所述
-
您是否安装了
git并在$PATH中可用?你能用git clone https://github.com/cog-imperial/GPdoemd.git克隆repo吗?
标签: python installation pip