rdpstaff / RDPTools

Collection of commonly used RDP Tools for easy building
49 stars 52 forks source link

Make Error: Cannot download http://rdp.cme.msu.edu/download/rdpclassifiertraindata/data.tgz #19

Closed BreadBasket95 closed 7 years ago

BreadBasket95 commented 7 years ago

After following the readme download/installation instructions, the make command hangs up at

download-traindata: [get] Getting: http://rdp.cme.msu.edu/download/rdpclassifiertraindata/data.tgz [get] To: /home/path/to/RDPTools/classifier/build/classes/data.tgz

trying

wget http://rdp.cme.msu.edu/download/rdpclassifiertraindata/data.tgz

hangs up as well.

Thank you for your patience!

LeiLi-Uchicago commented 7 years ago

Hello,

I had the same issue before. I guess the file only could be accessed within CMU network...

In order to skip the data downloading, please comment line 48-52 and 86 in classifier/build.xml

Those lines looks like this:

line 48 line 49

line 86

Hope this works for you.

Best

gunturus commented 7 years ago

Hi @BreadBasket95

Sometimes we have trouble with our website due to usage and old equipment. We will try to change the method of installation.

thank you, Santosh