You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I install deepdive in my CentOS 6.5, and execute code " bash <(curl -fsSL git.io/getdeepdive)", these two kinds of errors always occur: "curl: (7) couldn't connect to host" and "curl: (23) Failed writing body (0 != 16360) ". Besides, I installed deepdive into my own folder, and iptables settings are all ACCEPT.
How to solve it? Dear friends.
tar xzvf deepdive-v0.8-STABLE-Linux.tar.gz -C /home/niuhao/local
tar (child): deepdive-v0.8-STABLE-Linux.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
Failed installation for deepdive_from_release
Failed installation for deepdive
Install what (enter to repeat options, a to see all, q to quit, or a number)?
tar xzvf deepdive-v0.8-STABLE-Linux.tar.gz -C /home/niuhao/local
tar (child): deepdive-v0.8-STABLE-Linux.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
Failed installation for deepdive_from_release
Failed installation for deepdive
Install what (enter to repeat options, a to see all, q to quit, or a number)?
The text was updated successfully, but these errors were encountered:
When I install deepdive in my CentOS 6.5, and execute code " bash <(curl -fsSL git.io/getdeepdive)", these two kinds of errors always occur: "curl: (7) couldn't connect to host" and "curl: (23) Failed writing body (0 != 16360) ". Besides, I installed deepdive into my own folder, and iptables settings are all ACCEPT.
How to solve it? Dear friends.
Following is what my code performed:
1."curl: (23) Failed writing body (0 != 16360)"
DeepDive installer for RedHat
Install what (enter to repeat options, a to see all, q to quit, or a number)? 1
Starting installation for deepdive
Starting installation for deepdive_from_release
Installing DeepDive release v0.8-STABLE...
Press any key to select a different release or Enter to proceed...
++ basename https://github.com/HazyResearch/deepdive/releases/download/v0.8-STABLE/deepdive-v0.8-STABLE-Linux.tar.gz
++ python -c 'import urllib,sys;print urllib.unquote(sys.argv[1])' deepdive-v0.8-STABLE-Linux.tar.gz
Downloading https://github.com/HazyResearch/deepdive/releases/download/v0.8-STABLE/deepdive-v0.8-STABLE-Linux.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 98.6M 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0Warning: Failed to create the file
0 98.6M 0 16360 0 0 4889 0 5:52:33 0:00:03 5:52:30 17441
curl: (23) Failed writing body (0 != 16360)
tar (child): deepdive-v0.8-STABLE-Linux.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
Failed installation for deepdive_from_release
Failed installation for deepdive
Install what (enter to repeat options, a to see all, q to quit, or a number)?
DeepDive installer for RedHat
Install what (enter to repeat options, a to see all, q to quit, or a number)? 1
Starting installation for deepdive
Starting installation for deepdive_from_release
Installing DeepDive release v0.8-STABLE...
Press any key to select a different release or Enter to proceed...
++ basename https://github.com/HazyResearch/deepdive/releases/download/v0.8-STABLE/deepdive-v0.8-STABLE-Linux.tar.gz
++ python -c 'import urllib,sys;print urllib.unquote(sys.argv[1])' deepdive-v0.8-STABLE-Linux.tar.gz
Downloading https://github.com/HazyResearch/deepdive/releases/download/v0.8-STABLE/deepdive-v0.8-STABLE-Linux.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
103 623 0 623 0 0 471 0 --:--:-- 0:00:01 --:--:-- 1184
curl: (7) couldn't connect to host
tar (child): deepdive-v0.8-STABLE-Linux.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
Failed installation for deepdive_from_release
Failed installation for deepdive
Install what (enter to repeat options, a to see all, q to quit, or a number)?
The text was updated successfully, but these errors were encountered: