ARC-Solvers icon indicating copy to clipboard operation
ARC-Solvers copied to clipboard

The docker file can't pass build

Open PantherYan opened this issue 6 years ago • 0 comments

Build Error on Step 11 /15 .

It's shows no right to build the lib.


I install on my mac laptop. After I download the data, then I try to start an ElasticSearch instance and index the ARC corpus

python scripts/index-corpus.py arc_solvers/data/ARC-V1-Feb2018/ARC_Corpus.txt arc_corpus "localhost"

But I got an error :

ConnectionError(<urllib3.connection.HTTPConnection object at 0x110845080>: Failed to establish a new connection: [Errno 61] Connection refused) caused by: NewConnectionError(<urllib3.connection.HTTPConnection object at 0x110845080>: Failed to establish a new connection: [Errno 61] Connection refused)

I also try another workstation. It still has this error.

PantherYan avatar Oct 29 '19 07:10 PantherYan