fever-2018-team-athene
fever-2018-team-athene copied to clipboard
Issue installing the dependencies
Hi, I am using having issues installing the requirements and setting up the environment for the project.
I am using a virtual env in wsl2 on windows 10 with pip version 21.3.1. Python 3.6, AlenNLP and TensorFlow are all installed. The same issue occurred when I was using conda as an environment.
This is the error message I get when I run pip install -r requirements.txt
Thank you in advance!
It can be solved with my forked repo. (modification) Just paste the following line into requirements.txt and re-run it.
git+https://github.com/mcps5601/fever-scorer@master#egg=fever-scorer
Or execute pip install directly.
pip install git+https://github.com/mcps5601/fever-scorer@master#egg=fever-scorer