On Tuesday, March 5, 2019 at 3:36:47 AM UTC+10, Samuel Lelievre wrote:
>
>
>
> Mon 2019-03-04 17:05:31 UTC+1, E. Madison Bray:
> >
> > On Mon, Mar 4, 2019 at 9:23 AM Travis Scrimshaw
> wrote:
> > >
> > > I do have openssl installed on this machine (before building Sage).
> > > Any thoughts abo
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
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
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
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
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.
--
Mon 2019-03-04 19:01:49 UTC+1, hrishabh on sage-devel:
>
> I am installing sage's developer version. After extracting
> sage-8.6.tar.gz and then ran make file. Following Error
> occured after one hour of build:
>
> Copying package files from temporary location
>
/home/hrishabh/Documents/Sage/sage-
On Mon, Mar 4, 2019 at 6:01 PM wrote:
>
> Hi,
> I am installing sage's developer version. After extracting sage-8.6.tar.gz
> and then ran make file. Following Error occured after one hour of build:
> Copying package files from temporary location
> /home/hrishabh/Documents/Sage/sage-8.6/var/t
Hi,
I am installing sage's developer version. After extracting
sage-8.6.tar.gz and then ran make file. Following Error occured after one
hour of build:
Copying package files from temporary location
/home/hrishabh/Documents/Sage/sage-8.6/var/tmp/sage/build/gfortran-7.2.0/inst
to /home/hrisha
Mon 2019-03-04 17:05:31 UTC+1, E. Madison Bray:
>
> On Mon, Mar 4, 2019 at 9:23 AM Travis Scrimshaw > wrote:
> >
> > I do have openssl installed on this machine (before building Sage).
> > Any thoughts about what to do on this? (I verified that running
> > directly running "pip install line_prof
On Mon, Mar 4, 2019 at 9:23 AM Travis Scrimshaw wrote:
> I do have openssl installed on this machine (before building Sage). Any
> thoughts about what to do on this? (I verified that running directly running
> "pip install line_profiler" worked.)
Yeah, but did you have the headers? If not, the
On Mon, Mar 4, 2019 at 11:34 AM Ike Stoddard wrote:
>
> But why not ATLAS? Should I look at the numpy makefile?
I have reported this before as https://trac.sagemath.org/ticket/20507
> On Sun, Mar 3, 2019, 15:37 François Bissey wrote:
>>
>> Ok. Well it is finding openblas
>>
>> customize UnixCC
Mon 2019-03-04 10:17:36 UTC+1, Dima Pasechnik:
>
> so you need to perform the usual ritual dance to get it working in
Python...
sage -i openssl
sage -f python2 python3
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To unsubscribe from this g
If you want a particular bias/lapack you’ll have to start back at the configure
options.
If you want to use something already installed, I guess you can tinker with
blas.pc, blas.pc and lapack.pc in SAGE_LOCAL/lib/pkgconfig/.
> On 4/03/2019, at 23:34, Ike Stoddard wrote:
>
> But why not ATLAS?
But why not ATLAS? Should I look at the numpy makefile?
On Sun, Mar 3, 2019, 15:37 François Bissey wrote:
> Ok. Well it is finding openblas
>
> customize UnixCCompiler
> FOUND:
> libraries = ['openblas', 'blas']
> library_dirs = ['/usr/local/src/Misc/sage-8.6/local/lib', '/usr/lib64']
On Mon, Mar 4, 2019 at 6:04 AM John H Palmieri wrote:
>
> Would it be possible to generate all of the plots in the reference manual in
> parallel? For example, the plots in
> local/share/doc/sage/inventory/en/reference/plotting/sage/graphs seem to be
> generated serially, and this is a bottlene
On Mon, Mar 4, 2019 at 8:53 AM Travis Scrimshaw wrote:
>
> No, it does not.
>
>
> On Monday, March 4, 2019 at 6:30:53 PM UTC+10, Dima Pasechnik wrote:
>>
>> does "import ssl" work in Sage's Python?
so you need to perform the usual ritual dance to get it working in Python...
>>
>> On Mon, Mar 4,
No, it does not.
On Monday, March 4, 2019 at 6:30:53 PM UTC+10, Dima Pasechnik wrote:
>
> does "import ssl" work in Sage's Python?
>
> On Mon, Mar 4, 2019 at 8:23 AM Travis Scrimshaw > wrote:
> >
> > I forgot to mention that this is using 8.7.beta6.
> >
> > Best,
> > Travis
> >
> >
> >
I just saw this. Wasn't subscribed back then. But I noticed that my home
was full :-)
This is solved now. I had to change DOT_SAGE and CCACHE_DIR, as I only have
very limited amount of memory in home. Maybe this is worth mentioning in
the wiki https://wiki.sagemath.org/patchbot
Even though I m
does "import ssl" work in Sage's Python?
On Mon, Mar 4, 2019 at 8:23 AM Travis Scrimshaw wrote:
>
> I forgot to mention that this is using 8.7.beta6.
>
> Best,
> Travis
>
>
> On Monday, March 4, 2019 at 6:23:01 PM UTC+10, Travis Scrimshaw wrote:
>>
>> I am trying to install the line_profiler to d
I forgot to mention that this is using 8.7.beta6.
Best,
Travis
On Monday, March 4, 2019 at 6:23:01 PM UTC+10, Travis Scrimshaw wrote:
>
> I am trying to install the line_profiler to do %lprun, but I am getting
> the following error:
>
> uqtscrim@SMP-36PQ8T2:~/sage$ sage --pip install line_profi
I am trying to install the line_profiler to do %lprun, but I am getting the
following error:
uqtscrim@SMP-36PQ8T2:~/sage$ sage --pip install line_profiler
pip is configured with locations that require TLS/SSL, however the ssl
module in Python is not available.
Collecting line_profiler
Retrying
22 matches
Mail list logo