Python 3.x 为什么我会得到;错误:命令出错,退出状态为“1”;当我尝试在Google Collab中克隆github repo时?

Python 3.x 为什么我会得到;错误:命令出错,退出状态为“1”;当我尝试在Google Collab中克隆github repo时?,python-3.x,git,github,pip,google-colaboratory,Python 3.x,Git,Github,Pip,Google Colaboratory,我试过:pip安装git+https://github.com/adityatb/noise-reduction-using-rnn.git 但我得到了一个错误: Collecting git+https://github.com/adityatb/noise-reduction-using-rnn.git Cloning https://github.com/adityatb/noise-reduction-using-rnn.git to /tmp/pip-req-build-ka8brgn

我试过:
pip安装git+https://github.com/adityatb/noise-reduction-using-rnn.git
但我得到了一个错误:

Collecting git+https://github.com/adityatb/noise-reduction-using-rnn.git
Cloning https://github.com/adityatb/noise-reduction-using-rnn.git to /tmp/pip-req-build-ka8brgnj
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
我尝试升级我的
pip
setuptools
,并获得了相应的控制台输出:

Requirement already satisfied: pip in /usr/local/lib/python3.6/dist-packages (19.3.1)

Requirement already up-to-date: setuptools in /usr/local/lib/python3.6/dist-packages (50.3.0)

但错误并没有消失。我的命令或此repo有什么问题?

原因很简单:存储库没有
setup.py
,因此pip无法安装此存储库。我需要复制文件夹中的存储库文件