Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue installing the dependencies #39

Open
breezy11 opened this issue Jan 20, 2022 · 1 comment
Open

Issue installing the dependencies #39

breezy11 opened this issue Jan 20, 2022 · 1 comment

Comments

@breezy11
Copy link

breezy11 commented Jan 20, 2022

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.

Untitled

This is the error message I get when I run pip install -r requirements.txt

Thank you in advance!

@mcps5601
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants