Knowledge-Graph-Hub/kg-covid-19

Installing the requirements file doesn't work

Closed this issue · 3 comments

Describe the bug

When running pip install -r requirements.txt it gives me an error.

To Reproduce

Run pip install -r requirements.txt in the main directory.

Expected behavior

That the requirements would be installed

Version

1.0.0

Additional context

The error comes with exit status 128. The issue seems to be solved here: https://stackoverflow.com/questions/58424348/pip-cannot-clone-from-https-anymore-error-128. Changing the command git+git://github.com/deepakunni3/kgx@kg-covid-19 to git+https://github.com/deepakunni3/kgx@kg-covid-19 worked for me.

Thanks for the bug report. I can't reproduce this issue though. I'm puzzled by why git protocol isn't working on your end.

Could you post the output of pip install -r requirements.txt?

Hi @justaddcoffee, thanks for the response. I'm currently trying to reproduce it as well but cannot do it. Maybe it was just a mistake from my end, or some configurations in my git that created the issue. If you've not received similar issues then I'd say we could close this issue.

okay, closing, let me know if you run into this again