dair-iitd / openie6

OpenIE6 system
GNU General Public License v3.0
119 stars 36 forks source link

Installation Issue #3

Closed amandalmia14 closed 3 years ago

amandalmia14 commented 3 years ago

OS: Windows 10 Base Environment: Ananconda

When I try to install the requirements.txt as per given instruction in the README file, I get the below error.

image

Martin36 commented 3 years ago

I get a similar problem when trying to install the dependencies on Windows. The issue seems to be with installing jsonnet on Windows, as described here: https://github.com/google/jsonnet/issues/476

Hope that helps

amandalmia14 commented 3 years ago

@Martin36 Yes it did worked. I installed jsonnet via pip install -e git+https://github.com/Toilal/jsonnet.git#egg=jsonnet Uncommented the jsonnet in the requirements.txt file and did then install all the packages.