fang
fang

Reputation: 43

Anaconda install error in ubuntu

I downloaded the "Anaconda-2.4.2-Linux-x86_64.sh" from its website, but when I wanted to install it by putting "bash Anaconda-2.4.2-Linux-x86_64.sh" in the terminal, it failed and told me "ERROR:the size of Anaconda-2.4.2-Linux-x86_64.sh should be 467689464 bytes".

I had tried google, but there is no answer.

Upvotes: 0

Views: 7242

Answers (1)

HDJEMAI
HDJEMAI

Reputation: 9820

Just download again the file Anaconda2-4.2.0-Linux-x86_64.sh as indicated by @furas

at:

https://repo.continuum.io/archive/Anaconda2-4.2.0-Linux-x86_64.sh

The size of the file have to be: 467689464 bytes

enter image description here

And just press Enter to install:

Upvotes: 1

Related Questions