Answer the question
In order to leave comments, you need to log in
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
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>
Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question