torch / ezinstall

One-line install scripts for Torch.
75 stars 79 forks source link

Does not install on Ubuntu versions newer than trusty? #88

Closed romanseidl closed 8 years ago

romanseidl commented 8 years ago

When installing on ubuntu it adds a PPA for ipython:

deb http://ppa.launchpad.net/jtaylor/ipython/ubuntu wily main
# deb-src http://ppa.launchpad.net/jtaylor/ipython/ubuntu wily main

The PPA supports TRUSTY as the latest version:

http://ppa.launchpad.net/jtaylor/ipython/ubuntu/dists/

As I don't live two years in the past I don't really know what to do about that.

soumith commented 8 years ago

As I don't live two years in the past I don't really know what to do about that.

Thanks for that. We are pretty much community maintained, so any patch to fix it or help with that is appreciated.

lukeyeager commented 8 years ago

Looks to me like the standard ipython package should be new enough on Ubuntu >= 14.04. jtaylor's PPA provides v2.3.0 on trusty (here), which is the same version provided for vivid and wily in the standard package (here).

romanseidl commented 8 years ago

So commenting out the request for the ppa should be sufficient?

I can try that later. Up until now I have switched to a Docker Version.

cb commented 8 years ago

90 should fix this.