lisa-groundhog / GroundHog

Library for implementing RNNs with Theano
BSD 3-Clause "New" or "Revised" License
598 stars 229 forks source link

Update setup.py #20

Closed gaoyuankidult closed 9 years ago

gaoyuankidult commented 9 years ago

should dependency_links be a valid url? ('http://github.com/Theano/Theano.git#egg=Theano') otherwise installation will encounter an error. "error: Download error for git+http://github.com/Theano/Theano.git: unknown url type: git+http"

nouiz commented 9 years ago

We need the development version of Theano. It was working for me. Could it be that your version of setuptools/distribute/pip is old? Can you updated them and try again?

gaoyuankidult commented 9 years ago

You are right. It worked fine for me after updating. Thanks.

nouiz commented 9 years ago

Could we catch the old error and print a better error message?

On Wed, Oct 22, 2014 at 10:13 AM, Gao Yuan notifications@github.com wrote:

You are right. It worked fine for me after updating. Thanks.

— Reply to this email directly or view it on GitHub https://github.com/lisa-groundhog/GroundHog/pull/20#issuecomment-60090798 .

gaoyuankidult commented 9 years ago

I have updated the setuptools so I can not reproduce the error message again. But it was a fresh 12.04 ubuntu operating system. I also tried on ubuntu 14.04 and it worked fine for me as well.