Я попытался клонировать репозиторий с помощью pip себе в Google Colab c помощью команды:
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>
Пробовал:
1. Поставить ! перед pip.
2. Обновить pip.
3. Обновить setuptools.
Ничего из вышеперечисленного не помогло.