HazyResearch/deepdive

Get an error "~/util/load-computer-driver.sh: line24: DEEPDIVE_COMPUTER_TYRE: unbound variable",when run "deepdive do articles"

hankniu01 opened this issue · 0 comments

After deepdive finished installation on Centos 6.5 platform (Owing to existing some error with 'curl', I download 'deepdive-v0.8-STABLE-Linux.tar.gz' manually, and unpack it ), I try to run the command "deepdive do articles".
However,I get an error "~/util/load-computer-driver.sh: line24: DEEPDIVE_COMPUTER_TYRE: unbound variable" .Besides, when I run it on debian 9.4, it's successful without this kind of error...
The following line is what I've get:

[niuhao@cloud007 ~]$ cd /home/niuhao/spouse_example-0.8-STABLE/
[niuhao@cloud007 spouse_example-0.8-STABLE]$ deepdive do articles1
/home/niuhao/local/util/load-compute-driver.sh: line 24: DEEPDIVE_COMPUTER_TYPE: unbound variable
[niuhao@cloud007 spouse_example-0.8-STABLE]$ deepdive run
/home/niuhao/local/util/load-compute-driver.sh: line 24: DEEPDIVE_COMPUTER_TYPE: unbound variable

How to solve it, could anyone help me
thanks in advance!