Not too sure what to do about this. Everything I've read said the following error has to do with the version of ipython not being 1.0.0. I grabbed the version you suggested, removed the old ipython and attempted to install sagecell:
Running make in sagecell if git submodule status | grep -q ^[+-]; then git submodule update --init > /dev/null; fi gcc -o submodules/jsmin-bin submodules/jsmin/jsmin.c make: *** No rule to make target `/sage/local/lib/python2.7/site-packages/IPython/frontend/html/notebook/static/js/namespace.js', needed by `static/all.js'. Stop. Error minifying javascript and CSS. Jason said in a previous thread that it was a ipython issue, but I've removed the old ipython entries in: rm -rf local/lib/python/site-packages/IPython* local/lib/python/site-package/ipython* and rm -rf local/lib/python2.7/site-packages/IPython* local/lib/python2.7/site-package/ipython* then I installed the local copy of ipython you suggested I get: sage -i ../ipython1.0.0.tar.gz It completed fine, and the new folders are in the 2.7/site-packages. I still receive the failed compile on sagecell though. On Thursday, January 30, 2014 11:39:28 AM UTC-8, Jeremy McFarland wrote: > > I'm so frustrated with sagecell. 3 days, 2 different distros and I just > can't get it running. Sage in a VM or the remote Sagecell server will not > suffice. > > Every install in the last 2 days has come down to ipython-1.0.0.tar.gz: > > IOError: [Errno 404] Not Found: '// > www.sagemath.org/packages/upstream//ipython/ipython-1.0.0.tar.gz' > > Error: failed to download package ipython-1.0.0 > > make[2]: *** [/sage/local/var/lib/sage/installed/ipython-1.0.0] Error 1 > > make[2]: Leaving directory `/sage/build' > > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/sage/build' > > real 140m42.684s > user 122m8.776s > sys 16m7.144s > *************************************************************** > Error building Sage. > > I physically put the ipython-1.0.0.tar.gz into the upstream directory > before my make. I also made sure the checksum was clean. The file exists in > upstream, so why does it keep trying to pull from a bad URL? > > I'm at my wits end here. I'm by no means a Linux pro, but I have checked > out and read every old install link, new install links, etc before coming > here. > > https://groups.google.com/forum/#!topic/sage-support/LV7Knzd6YoM > > I followed that as well, since the issue was clearly the same as mine. > Don't know what he did to get make to realize that ipython was in upstream, > but any help would be greatly appreciated. I'm 2 days behind my timetable > and going to eat my laptop. :) > > Thanks in advance, > -Jeremy > > -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/groups/opt_out.
