Re: [sage-devel] Error when installing rst2ipynb --- log attached

2019-03-05 Thread Samuel Lelièvre
Le mar. 5 mars 2019 à 16:34, E. Madison Bray a écrit : > > Hi Samuel (and anyone else reading as I'm just posting this to help > future readers), > > This is misleading, unfortunately (I have been misled by it myself). > The "pandoc" that's on PyPI [1] is *not* ("the Haskell program > 'pandoc'") a

Re: [sage-devel] Error when installing rst2ipynb --- log attached

2019-03-05 Thread E. Madison Bray
On Tue, Mar 5, 2019 at 12:40 AM Samuel Lelievre wrote: > > To install pandoc, you can run > > sage --pip install pandoc > > or first enter a sage shell by running > > sage --sh > > and in the sage shell run > > pip install pandoc > > and finally exit the sage shell by running > > e

Re: [sage-devel] Error when installing rst2ipynb --- log attached

2019-03-04 Thread Samuel Lelievre
To install pandoc, you can run sage --pip install pandoc or first enter a sage shell by running sage --sh and in the sage shell run pip install pandoc and finally exit the sage shell by running exit -- You received this message because you are subscribed to the Google Group

Re: [sage-devel] Error when installing rst2ipynb --- log attached

2019-03-04 Thread miguel
I see error: rst2ipynb requires the Haskell program 'pandoc'. You need to install it on your system. Thanks for pointing it out. On Monday, March 4, 2019 at 12:20:23 PM UTC-8, vdelecroix wrote: > > The error message should be clear enough :-) > > Le 04/03/2019 à 21:18, miguel a écrit

Re: [sage-devel] Error when installing rst2ipynb --- log attached

2019-03-04 Thread Dima Pasechnik
In your log: error: rst2ipynb requires the Haskell program 'pandoc'. You need to install it on your system. On Mon, 4 Mar 2019 20:18 miguel, wrote: > Hello, > > Logfile is below. I am trying to convert my old sageNB .sws files to > .ipynb by using the scripts described in this answer: > http

Re: [sage-devel] Error when installing rst2ipynb --- log attached

2019-03-04 Thread Vincent Delecroix
The error message should be clear enough :-) Le 04/03/2019 à 21:18, miguel a écrit : running install error: rst2ipynb requires the Haskell program 'pandoc'. You need to install it on your system. -- You received this message because you are subscribed to the Google Groups "sage-deve

[sage-devel] Error when installing rst2ipynb --- log attached

2019-03-04 Thread miguel
Hello, Logfile is below. I am trying to convert my old sageNB .sws files to .ipynb by using the scripts described in this answer: https://ask.sagemath.org/question/35873/how-to-automatically-convert-many-sws-to-ipynb/ . I am running Debian 9 with Sage 8.5 compiled from source. --