V
V
Vladislav Olegovich2020-10-12 15:37:23
Python
Vladislav Olegovich, 2020-10-12 15:37:23

Why does an error occur: “ERROR: Command errored out with exit status 1” in Google Colab when trying to clone a repository?

I tried to clone the repository with pip myself in Google Colab with the command:

pip install git+https://github.com/adityatb/noise-reduction-using-rnn.git

And got this output:
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
<b>ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.</b>

Tried:
1. Deliver! before pip.
2. Update pip.
3. Update setuptools.
None of the above helped.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladislav Olegovich, 2020-10-12
@FreshMeatInIT

And the whole reason is that there is no setup.py file in this repository, so I had to manually copy the folder to myself.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question