apoorvumang / CronKGQA

ACL 2021: Question Answering over Temporal Knowledge Graphs
MIT License
93 stars 19 forks source link

"pip install -r requirements.txt" for allenai/kb gives error #2

Closed theartpiece closed 3 years ago

theartpiece commented 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.

apoorvumang commented 3 years ago

Solution: replace git+git:// with git+https:// in kb/requirements.txt