hltfbk / Excitement-Open-Platform

Excitement Open Platform for Recognizing Textual Entailments
http://hltfbk.github.io/Excitement-Open-Platform/
86 stars 74 forks source link

Issue with install file #525

Closed ankitar closed 9 years ago

ankitar commented 9 years ago

I am trying to install EOP following the link (https://github.com/hltfbk/Excitement-Open-Platform/wiki/Installation). The install.sh file seems to have some problem. I am getting the following error: ./install.sh: 30: ./install.sh: Syntax error: "(" unexpected. I searched the error but none of the solutions helped.

System Config: Ubuntu 14.04 Memory - 8 GB Processor - i7 - 2600 CPU @ 3.40 GHZ * 8 OS Type - 64 bit Disk Space - 79.6 GB

rzanoli commented 9 years ago

It seems that you are working with the code and documentation of the next EOP release (that which is under developing). I think you should instead use the last EOP release (i.e., 1.2.1) which is available at this address: http://hltfbk.github.io/Excitement-Open-Platform/

Let us know if it work for you.

Best, Roberto

ankitar commented 9 years ago

I am using V1.2.1 from the given link only. Could you point me to exact download links for avoiding confusion ?

Cheers! Ankit

ankitar commented 9 years ago

I also tried the V 1.2.0 but getting the same error.

rzanoli commented 9 years ago

could you send us the command you use for installing the EOP and its output?

ankitar commented 9 years ago

I followed the steps of Java Distribution from the link below : https://github.com/hltfbk/EOP-1.2.0/wiki/Installation I used 'sh ./install.sh 1.2.0' command and the error I am getting is './install.sh: 30: ./install.sh: Syntax error: "(" unexpected'

rzanoli commented 9 years ago

try to run the install script without sh, i.e., ./install.sh 1.2.0

Then, are you sure you want to use EOP 1.2.0 instead of EOP 1.2.1?

rzanoli commented 9 years ago

or: bash ./install.sh 1.2.0

ankitar commented 9 years ago

I tried with both EOP 1.2.0 and 1.2.1 same error.

rzanoli commented 9 years ago

so, also when you run either the command ./install.sh 1.2.0, or bash ./install.sh 1.2.0, it doesn't work. Is it right?

ankitar commented 9 years ago

./install.sh 1.2.0 is working. Please change the documentation(https://github.com/hltfbk/EOP-1.2.0/wiki/Installation), it says run sh ./install.sh 1.2.0 .

rzanoli commented 9 years ago

It has just been updated. Thanks for warning us.