Closed theartpiece closed 3 years ago
This is the error I get.
ERROR: Command errored out with exit status 128: git clone -q git://github.com/matt-peters/allennlp.git /tmp/pip-req-build-m0fvtaj6 Check the logs for full command output.
Solution: replace git+git:// with git+https:// in kb/requirements.txt
git+git://
git+https://
This is the error I get.