[sage-support] Problem installing sage on Ubuntu.

2021-12-25 Thread Maarten Derickx
Hi all,

I tried installing sage on Ubuntu 18.04.6 LTS by downloading 
sage-9.4-Ubuntu_18.04-x86_64.tar.bz2 
 
from one of the mirrors, unpacking the tar.bz2 file and then starting sage. 
However this results in a broken sage. Anyone any idea what is causing this?

Below is just one command that doesn't work, but there are multiple things 
causing similar stack traces.

┌┐

│ SageMath version 9.4, Release Date: 2021-08-22 │

│ Using Python 3.9.5. Type "help()" for help.│

└┘

sage: M = ModularSymbols(*79*) 
   

sage: S = M.cuspidal_submodule()   
 

---

KeyError  Traceback (most recent call last)

~/sages/SageMath/local/lib/python3.9/site-packages/sage/structure/category_object.pyx
 
in sage.structure.category_object.CategoryObject.getattr_from_category 
(build/cythonized/sage/structure/category_object.c:7074)()

*838* try:

--> 839 return self.__cached_methods[name]

*840* except KeyError:


KeyError: '_ModularSymbolsAmbient__cuspidal_submodule'


During handling of the above exception, another exception occurred:


AttributeErrorTraceback (most recent call last)

~/sages/SageMath/local/lib/python3.9/site-packages/sage/modular/modsym/ambient.py
 
in cuspidal_submodule(self)

*   1398* try:

-> 1399 return self.__cuspidal_submodule

*   1400* except AttributeError:


~/sages/SageMath/local/lib/python3.9/site-packages/sage/structure/category_object.pyx
 
in sage.structure.category_object.CategoryObject.__getattr__ 
(build/cythonized/sage/structure/category_object.c:6993)()

*832* """

--> 833 return self.getattr_from_category(name)

*834* 


~/sages/SageMath/local/lib/python3.9/site-packages/sage/structure/category_object.pyx
 
in sage.structure.category_object.CategoryObject.getattr_from_category 
(build/cythonized/sage/structure/category_object.c:7159)()

*847* 

--> 848 attr = getattr_from_other_class(self, cls, name)

*849* self.__cached_methods[name] = attr


~/sages/SageMath/local/lib/python3.9/site-packages/sage/cpython/getattr.pyx 
in sage.cpython.getattr.getattr_from_other_class 
(build/cythonized/sage/cpython/getattr.c:2551)()

*366* dummy_error_message.name = name

--> 367 raise AttributeError(dummy_error_message)

*368* cdef PyObject* attr = instance_getattr(cls, name)


AttributeError: 'MatrixSpace_with_category' object has no attribute 
'_cache__zero_matrix'


During handling of the above exception, another exception occurred:


SignalError   Traceback (most recent call last)

 in 

> 1 S = M.cuspidal_submodule()


~/sages/SageMath/local/lib/python3.9/site-packages/sage/modular/modsym/ambient.py
 
in cuspidal_submodule(self)

*   1404* except AttributeError:

*   1405* pass

-> 1406 S = self.boundary_map().kernel()

*   1407* S._set_is_cuspidal(True)

*   1408* S._is_full_hecke_module = True


~/sages/SageMath/local/lib/python3.9/site-packages/sage/modules/matrix_morphism.py
 
in kernel(self)

*714* []

*715* """

--> 716 V = self.matrix().kernel()

*717* D = self.domain()

*718* if not D.is_ambient():


~/sages/SageMath/local/lib/python3.9/site-packages/sage/matrix/matrix2.pyx 
in sage.matrix.matrix2.Matrix.left_kernel 
(build/cythonized/sage/matrix/matrix2.c:31551)()

*   4877* 

*   4878* tm = verbose("computing left kernel for %sx%s matrix" % (
self.nrows(), self.ncols()),level=1)

-> 4879 K = self.transpose().right_kernel(*args, **kwds)

*   4880* self.cache('left_kernel', K)

*   4881* verbose("done computing left kernel for %sx%s matrix" % (
self.nrows(), self.ncols()),level=1,t=tm)


~/sages/SageMath/local/lib/python3.9/site-packages/sage/matrix/matrix2.pyx 
in sage.matrix.matrix2.Matrix.right_kernel 
(build/cythonized/sage/matrix/matrix2.c:31019)()

*   4715* 

*   4716* # Go get the kernel matrix, this is where it all happens

-> 4717 M = self.right_kernel_matrix(*args, **kwds)

*   4718* 

*   4719* ambient = R**self.ncols()


~/sages/SageMath/local/lib/python3.9/site-packages/sage/matrix/matrix2.pyx 
in sage.matrix.matrix2.Matrix.right_kernel_matrix 
(build/cythonized/sage/matrix/matrix2.c:29656)()

*   4316* if M is None:

*   4317* try:

-> 4318 format, M = self._right_kernel_matrix(algorithm=
algorithm, proof=proof)

Re: [sage-support] problem installing sage

2020-10-20 Thread Henri Girard
Sage is not wroking properly in wls2 as I suppose that's what you use. 
You should get the windows installer sagemath


Le 20/10/2020 à 22:43, Ryan Morrill a écrit :

Hi Jan,

I'm not at all familiar with ubuntu. I just downloaded it off of the 
microsoft store (I am running windows). Sorry I can't be of more help.


On Tue, Oct 20, 2020 at 1:55 PM Jan Groenewald > wrote:


Hi

On Tue, 20 Oct 2020 at 21:48, Ryan Morrill mailto:ryanwmorr...@gmail.com>> wrote:

I have been trying to install sage on an ubuntu shell, but
when I type in

./sage

I get the errors:

/usr/bin/env: ‘python’: No such file or directory
Error running the script 'relocate-once.py'.


How did you install sage? What version of Ubuntu?

Regards,
Jan


-- 
  .~.

  /V\ Jan Groenewald
 /( )\ www.aims.ac.za 
 ^^-^^
-- 
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 sage-support+unsubscr...@googlegroups.com
.
To view this discussion on the web visit

https://groups.google.com/d/msgid/sage-support/CAAg%3Dp_1EfMc9Qh53QqcFoxjqc%3DEV1hZA%3Dnn16to9j0G5AnAosw%40mail.gmail.com

.

--
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 sage-support+unsubscr...@googlegroups.com 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAAqvu37UwZ%3Dmfu_Vz_b%2Bn2TETxH_0viOvqrtGtK1xLi71EfVsA%40mail.gmail.com 
.


--
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 sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/9c29188c-2dad-8ed3-2e58-6475681cc075%40gmail.com.


Re: [sage-support] problem installing sage

2020-10-20 Thread karima...@gmail.com
Download Sage from the source code (https://www.sagemath.org/),  I did it 
on my Ubuntu-20.04 successfully following a video tutorial on its 
installation, Here is the link to that 
https://www.youtube.com/watch?v=obtYxRDWAqU&list=PLKoFaw520YGVNQq-GE6QZTa6yUI7LWDV4&index=1&t=9s
.

First, read out the installation guide (for Linux)  from the official 
website of SageMath and install all the prerequisites mentioned over there. 
Be careful in setting the directory for Sage on your system. Else I am not 
the expert, just a sage user and I have a little idea of installation 
because I also had confronted installation errors.

May be helpful a bit 

On Wednesday, October 21, 2020 at 1:46:58 AM UTC+5 ryanwm...@gmail.com 
wrote:

> Hi Jan,
>
> I'm not at all familiar with ubuntu. I just downloaded it off of the 
> microsoft store (I am running windows). Sorry I can't be of more help.
>
> On Tue, Oct 20, 2020 at 1:55 PM Jan Groenewald  wrote:
>
>> Hi
>>
>> On Tue, 20 Oct 2020 at 21:48, Ryan Morrill  wrote:
>>
>>> I have been trying to install sage on an ubuntu shell, but when I type in
>>>
>>> ./sage
>>>
>>> I get the errors:
>>>
>>> /usr/bin/env: ‘python’: No such file or directory
>>> Error running the script 'relocate-once.py'.
>>>
>>
>> How did you install sage? What version of Ubuntu?
>>
>> Regards,
>> Jan
>>
>>
>> -- 
>>   .~. 
>>   /V\ Jan Groenewald
>>  /( )\www.aims.ac.za
>>  ^^-^^ 
>>
>> -- 
>> 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 sage-support...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sage-support/CAAg%3Dp_1EfMc9Qh53QqcFoxjqc%3DEV1hZA%3Dnn16to9j0G5AnAosw%40mail.gmail.com
>>  
>> 
>> .
>>
>

-- 
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 sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/130c9008-3b82-4b8b-91d7-d543a879308en%40googlegroups.com.


Re: [sage-support] problem installing sage

2020-10-20 Thread Ryan Morrill
Hi Jan,

I'm not at all familiar with ubuntu. I just downloaded it off of the
microsoft store (I am running windows). Sorry I can't be of more help.

On Tue, Oct 20, 2020 at 1:55 PM Jan Groenewald  wrote:

> Hi
>
> On Tue, 20 Oct 2020 at 21:48, Ryan Morrill  wrote:
>
>> I have been trying to install sage on an ubuntu shell, but when I type in
>>
>> ./sage
>>
>> I get the errors:
>>
>> /usr/bin/env: ‘python’: No such file or directory
>> Error running the script 'relocate-once.py'.
>>
>
> How did you install sage? What version of Ubuntu?
>
> Regards,
> Jan
>
>
> --
>   .~.
>   /V\ Jan Groenewald
>  /( )\www.aims.ac.za
>  ^^-^^
>
> --
> 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 sage-support+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-support/CAAg%3Dp_1EfMc9Qh53QqcFoxjqc%3DEV1hZA%3Dnn16to9j0G5AnAosw%40mail.gmail.com
> 
> .
>

-- 
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 sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAAqvu37UwZ%3Dmfu_Vz_b%2Bn2TETxH_0viOvqrtGtK1xLi71EfVsA%40mail.gmail.com.


Re: [sage-support] problem installing sage

2020-10-20 Thread Jan Groenewald
Hi

On Tue, 20 Oct 2020 at 21:48, Ryan Morrill  wrote:

> I have been trying to install sage on an ubuntu shell, but when I type in
>
> ./sage
>
> I get the errors:
>
> /usr/bin/env: ‘python’: No such file or directory
> Error running the script 'relocate-once.py'.
>

How did you install sage? What version of Ubuntu?

Regards,
Jan


-- 
  .~.
  /V\ Jan Groenewald
 /( )\www.aims.ac.za
 ^^-^^

-- 
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 sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAAg%3Dp_1EfMc9Qh53QqcFoxjqc%3DEV1hZA%3Dnn16to9j0G5AnAosw%40mail.gmail.com.


[sage-support] problem installing sage

2020-10-20 Thread Ryan Morrill
I have been trying to install sage on an ubuntu shell, but when I type in

./sage

I get the errors:

/usr/bin/env: ‘python’: No such file or directory
Error running the script 'relocate-once.py'.

-- 
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 sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/51187238-4c6e-49a0-881d-bc1e27533c2dn%40googlegroups.com.


Re: [sage-support] Problem installing Sage 8.3 Mac binaries

2018-10-06 Thread Bruce Bartlett
Ok, thanks.

I was in a hurry and didn't realize the latest version wouldn't be at the 
top of the list, but down the list a bit. That's ok.

On Saturday, 6 October 2018 19:59:42 UTC+2, Dima Pasechnik wrote:
>
> On Sat, Oct 6, 2018 at 6:56 PM Bruce Bartlett  > wrote: 
> > 
> > I used: 
> > 
> > sage-8.3-OSX_10.11.6-x86_64.app.dmg 
>
> your OSX is newer: 
> > My OSX version is 10.13.4. 
>
> all the bets are off thus. Please try 
>
> sage-8.3-OSX_10.13.6-x86_64.app.dmg 
>
> instead (it's not for nothing the version numbers are in the file 
> names...) 
>
>
> > 
> > On Saturday, 6 October 2018 19:48:21 UTC+2, Dima Pasechnik wrote: 
> >> 
> >> On Sat, Oct 6, 2018 at 6:44 PM Bruce Bartlett  
> wrote: 
> >> > 
> >> > Hi - 
> >> > 
> >> > My OSX version is 10.13.4. 
> >> > 
> >> > I got the binaries here: 
> >> > 
> >> > 
> http://ftp.sun.ac.za/ftp/pub/mirrors/www.sagemath.org/osx/intel/index.html 
> >> 
> >> And which of the many files there did you use? 
> >> 
> >> > 
> >> > Yes, I did follow the instructions in Readme. I get a working Jupyter 
> session, but it seems it can't "see" numpy. 
> >> > 
> >> > Bruce 
> >> > 
> >> > On Saturday, 6 October 2018 17:33:56 UTC+2, Dima Pasechnik wrote: 
> >> >> 
> >> >> Could we please more details: 
> >> >> 
> >> >> what is your OSX version? 
> >> >> where did you get the binary (the URL pointing at the dmg/tar file)? 
> >> >> 
> >> >> Did you follow the instructions in Readme? 
> >> >> 
> >> >> 
> >> >> 
> >> >> On Sat, 6 Oct 2018, 15:44 Bruce Bartlett,  
> wrote: 
> >> >>> 
> >> >>> I just installed the Sage 8.3 Mac binaries on my Macbook Air. 
> >> >>> 
> >> >>> I clicked on the icon in the Applications folder. After a while, I 
> was able to open up a Jupyter notebook. 
> >> >>> 
> >> >>> The first thing I did was copy and paste one of the interact 
> examples from the documentation. 
> >> >>> 
> >> >>> I get the following error (it seems numpy is not installed 
> correctly?) 
> >> >>> 
> >> >>> 
> /Applications/SageMath-8.3.app/Contents/Resources/sage/local/lib/python2.7/site-packages/matplotlib/cbook/__init__.py
>  
> in () 
> >> >>>  33 from .deprecation import mplDeprecation, 
> MatplotlibDeprecationWarning 
> >> >>>  34 
> >> >>> ---> 35 import numpy as np 
> >> >>>  36 
> >> >>>  37 
> >> >>> 
> >> >>> 
> /Applications/SageMath-8.3.app/Contents/Resources/sage/local/lib/python2.7/site-packages/numpy/__init__.py
>  
> in () 
> >> >>> 129 its source directory; please exit the numpy source 
> tree, and relaunch 
> >> >>> 130 your python interpreter from there.""" 
> >> >>> --> 131 raise ImportError(msg) 
> >> >>> 132 
> >> >>> 133 from .version import git_revision as __git_revision__ 
> >> >>> 
> >> >>> ImportError: Error importing numpy: you should not try to import 
> numpy from 
> >> >>> its source directory; please exit the numpy source tree, 
> and relaunch 
> >> >>> your python interpreter from there. 
> >> >>> 
> >> >>> 
> >> >>> -- 
> >> >>> 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 sage-support...@googlegroups.com. 
> >> >>> To post to this group, send email to sage-s...@googlegroups.com. 
> >> >>> Visit this group at https://groups.google.com/group/sage-support. 
> >> >>> For more options, visit https://groups.google.com/d/optout. 
> >> > 
> >> > -- 
> >> > 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 sage-support...@googlegroups.com. 
> >> > To post to this group, send email to sage-s...@googlegroups.com. 
> >> > Visit this group at https://groups.google.com/group/sage-support. 
> >> > For more options, visit https://groups.google.com/d/optout. 
> > 
> > -- 
> > 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 sage-support...@googlegroups.com . 
> > To post to this group, send email to sage-s...@googlegroups.com 
> . 
> > Visit this group at https://groups.google.com/group/sage-support. 
> > For more options, visit https://groups.google.com/d/optout. 
>

-- 
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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-support] Problem installing Sage 8.3 Mac binaries

2018-10-06 Thread Dima Pasechnik
On Sat, Oct 6, 2018 at 6:56 PM Bruce Bartlett  wrote:
>
> I used:
>
> sage-8.3-OSX_10.11.6-x86_64.app.dmg

your OSX is newer:
> My OSX version is 10.13.4.

all the bets are off thus. Please try

sage-8.3-OSX_10.13.6-x86_64.app.dmg

instead (it's not for nothing the version numbers are in the file names...)


>
> On Saturday, 6 October 2018 19:48:21 UTC+2, Dima Pasechnik wrote:
>>
>> On Sat, Oct 6, 2018 at 6:44 PM Bruce Bartlett  wrote:
>> >
>> > Hi -
>> >
>> > My OSX version is 10.13.4.
>> >
>> > I got the binaries here:
>> >
>> > http://ftp.sun.ac.za/ftp/pub/mirrors/www.sagemath.org/osx/intel/index.html
>>
>> And which of the many files there did you use?
>>
>> >
>> > Yes, I did follow the instructions in Readme. I get a working Jupyter 
>> > session, but it seems it can't "see" numpy.
>> >
>> > Bruce
>> >
>> > On Saturday, 6 October 2018 17:33:56 UTC+2, Dima Pasechnik wrote:
>> >>
>> >> Could we please more details:
>> >>
>> >> what is your OSX version?
>> >> where did you get the binary (the URL pointing at the dmg/tar file)?
>> >>
>> >> Did you follow the instructions in Readme?
>> >>
>> >>
>> >>
>> >> On Sat, 6 Oct 2018, 15:44 Bruce Bartlett,  wrote:
>> >>>
>> >>> I just installed the Sage 8.3 Mac binaries on my Macbook Air.
>> >>>
>> >>> I clicked on the icon in the Applications folder. After a while, I was 
>> >>> able to open up a Jupyter notebook.
>> >>>
>> >>> The first thing I did was copy and paste one of the interact examples 
>> >>> from the documentation.
>> >>>
>> >>> I get the following error (it seems numpy is not installed correctly?)
>> >>>
>> >>> /Applications/SageMath-8.3.app/Contents/Resources/sage/local/lib/python2.7/site-packages/matplotlib/cbook/__init__.py
>> >>>  in ()
>> >>>  33 from .deprecation import mplDeprecation, 
>> >>> MatplotlibDeprecationWarning
>> >>>  34
>> >>> ---> 35 import numpy as np
>> >>>  36
>> >>>  37
>> >>>
>> >>> /Applications/SageMath-8.3.app/Contents/Resources/sage/local/lib/python2.7/site-packages/numpy/__init__.py
>> >>>  in ()
>> >>> 129 its source directory; please exit the numpy source tree, 
>> >>> and relaunch
>> >>> 130 your python interpreter from there."""
>> >>> --> 131 raise ImportError(msg)
>> >>> 132
>> >>> 133 from .version import git_revision as __git_revision__
>> >>>
>> >>> ImportError: Error importing numpy: you should not try to import numpy 
>> >>> from
>> >>> its source directory; please exit the numpy source tree, and 
>> >>> relaunch
>> >>> your python interpreter from there.
>> >>>
>> >>>
>> >>> --
>> >>> 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 sage-support...@googlegroups.com.
>> >>> To post to this group, send email to sage-s...@googlegroups.com.
>> >>> Visit this group at https://groups.google.com/group/sage-support.
>> >>> For more options, visit https://groups.google.com/d/optout.
>> >
>> > --
>> > 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 sage-support...@googlegroups.com.
>> > To post to this group, send email to sage-s...@googlegroups.com.
>> > Visit this group at https://groups.google.com/group/sage-support.
>> > For more options, visit https://groups.google.com/d/optout.
>
> --
> 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 sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-support] Problem installing Sage 8.3 Mac binaries

2018-10-06 Thread Bruce Bartlett
I used:

*sage-8.3-OSX_10.11.6-x86_64.app.dmg* 


On Saturday, 6 October 2018 19:48:21 UTC+2, Dima Pasechnik wrote:
>
> On Sat, Oct 6, 2018 at 6:44 PM Bruce Bartlett  > wrote: 
> > 
> > Hi - 
> > 
> > My OSX version is 10.13.4. 
> > 
> > I got the binaries here: 
> > 
> > 
> http://ftp.sun.ac.za/ftp/pub/mirrors/www.sagemath.org/osx/intel/index.html 
>
> And which of the many files there did you use? 
>
> > 
> > Yes, I did follow the instructions in Readme. I get a working Jupyter 
> session, but it seems it can't "see" numpy. 
> > 
> > Bruce 
> > 
> > On Saturday, 6 October 2018 17:33:56 UTC+2, Dima Pasechnik wrote: 
> >> 
> >> Could we please more details: 
> >> 
> >> what is your OSX version? 
> >> where did you get the binary (the URL pointing at the dmg/tar file)? 
> >> 
> >> Did you follow the instructions in Readme? 
> >> 
> >> 
> >> 
> >> On Sat, 6 Oct 2018, 15:44 Bruce Bartlett,  
> wrote: 
> >>> 
> >>> I just installed the Sage 8.3 Mac binaries on my Macbook Air. 
> >>> 
> >>> I clicked on the icon in the Applications folder. After a while, I was 
> able to open up a Jupyter notebook. 
> >>> 
> >>> The first thing I did was copy and paste one of the interact examples 
> from the documentation. 
> >>> 
> >>> I get the following error (it seems numpy is not installed correctly?) 
> >>> 
> >>> 
> /Applications/SageMath-8.3.app/Contents/Resources/sage/local/lib/python2.7/site-packages/matplotlib/cbook/__init__.py
>  
> in () 
> >>>  33 from .deprecation import mplDeprecation, 
> MatplotlibDeprecationWarning 
> >>>  34 
> >>> ---> 35 import numpy as np 
> >>>  36 
> >>>  37 
> >>> 
> >>> 
> /Applications/SageMath-8.3.app/Contents/Resources/sage/local/lib/python2.7/site-packages/numpy/__init__.py
>  
> in () 
> >>> 129 its source directory; please exit the numpy source 
> tree, and relaunch 
> >>> 130 your python interpreter from there.""" 
> >>> --> 131 raise ImportError(msg) 
> >>> 132 
> >>> 133 from .version import git_revision as __git_revision__ 
> >>> 
> >>> ImportError: Error importing numpy: you should not try to import numpy 
> from 
> >>> its source directory; please exit the numpy source tree, and 
> relaunch 
> >>> your python interpreter from there. 
> >>> 
> >>> 
> >>> -- 
> >>> 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 sage-support...@googlegroups.com. 
> >>> To post to this group, send email to sage-s...@googlegroups.com. 
> >>> Visit this group at https://groups.google.com/group/sage-support. 
> >>> For more options, visit https://groups.google.com/d/optout. 
> > 
> > -- 
> > 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 sage-support...@googlegroups.com . 
> > To post to this group, send email to sage-s...@googlegroups.com 
> . 
> > Visit this group at https://groups.google.com/group/sage-support. 
> > For more options, visit https://groups.google.com/d/optout. 
>

-- 
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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-support] Problem installing Sage 8.3 Mac binaries

2018-10-06 Thread Dima Pasechnik
On Sat, Oct 6, 2018 at 6:44 PM Bruce Bartlett  wrote:
>
> Hi -
>
> My OSX version is 10.13.4.
>
> I got the binaries here:
>
> http://ftp.sun.ac.za/ftp/pub/mirrors/www.sagemath.org/osx/intel/index.html

And which of the many files there did you use?

>
> Yes, I did follow the instructions in Readme. I get a working Jupyter 
> session, but it seems it can't "see" numpy.
>
> Bruce
>
> On Saturday, 6 October 2018 17:33:56 UTC+2, Dima Pasechnik wrote:
>>
>> Could we please more details:
>>
>> what is your OSX version?
>> where did you get the binary (the URL pointing at the dmg/tar file)?
>>
>> Did you follow the instructions in Readme?
>>
>>
>>
>> On Sat, 6 Oct 2018, 15:44 Bruce Bartlett,  wrote:
>>>
>>> I just installed the Sage 8.3 Mac binaries on my Macbook Air.
>>>
>>> I clicked on the icon in the Applications folder. After a while, I was able 
>>> to open up a Jupyter notebook.
>>>
>>> The first thing I did was copy and paste one of the interact examples from 
>>> the documentation.
>>>
>>> I get the following error (it seems numpy is not installed correctly?)
>>>
>>> /Applications/SageMath-8.3.app/Contents/Resources/sage/local/lib/python2.7/site-packages/matplotlib/cbook/__init__.py
>>>  in ()
>>>  33 from .deprecation import mplDeprecation, 
>>> MatplotlibDeprecationWarning
>>>  34
>>> ---> 35 import numpy as np
>>>  36
>>>  37
>>>
>>> /Applications/SageMath-8.3.app/Contents/Resources/sage/local/lib/python2.7/site-packages/numpy/__init__.py
>>>  in ()
>>> 129 its source directory; please exit the numpy source tree, 
>>> and relaunch
>>> 130 your python interpreter from there."""
>>> --> 131 raise ImportError(msg)
>>> 132
>>> 133 from .version import git_revision as __git_revision__
>>>
>>> ImportError: Error importing numpy: you should not try to import numpy from
>>> its source directory; please exit the numpy source tree, and 
>>> relaunch
>>> your python interpreter from there.
>>>
>>>
>>> --
>>> 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 sage-support...@googlegroups.com.
>>> To post to this group, send email to sage-s...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/sage-support.
>>> For more options, visit https://groups.google.com/d/optout.
>
> --
> 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 sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-support] Problem installing Sage 8.3 Mac binaries

2018-10-06 Thread Bruce Bartlett
Hi -

My OSX version is 10.13.4.

I got the binaries here:

http://ftp.sun.ac.za/ftp/pub/mirrors/www.sagemath.org/osx/intel/index.html

Yes, I did follow the instructions in Readme. I get a working Jupyter 
session, but it seems it can't "see" numpy.

Bruce

On Saturday, 6 October 2018 17:33:56 UTC+2, Dima Pasechnik wrote:
>
> Could we please more details: 
>
> what is your OSX version?
> where did you get the binary (the URL pointing at the dmg/tar file)?
>
> Did you follow the instructions in Readme?
>
>
>
> On Sat, 6 Oct 2018, 15:44 Bruce Bartlett,  > wrote:
>
>> I just installed the Sage 8.3 Mac binaries on my Macbook Air.
>>
>> I clicked on the icon in the Applications folder. After a while, I was 
>> able to open up a Jupyter notebook.
>>
>> The first thing I did was copy and paste one of the interact examples 
>> from the documentation.
>>
>> I get the following error (it seems numpy is not installed correctly?)
>>
>> /Applications/SageMath-8.3.app/Contents/Resources/sage/local/lib/python2.7/site-packages/matplotlib/cbook/__init__.py
>>  in () 33 from .deprecation import mplDeprecation, 
>> MatplotlibDeprecationWarning 34 ---> 35 import numpy as np 36  
>> 37 
>> /Applications/SageMath-8.3.app/Contents/Resources/sage/local/lib/python2.7/site-packages/numpy/__init__.py
>>  in ()129 its source directory; please exit the numpy 
>> source tree, and relaunch130 your python interpreter from 
>> there."""--> 131 raise ImportError(msg)132 133 from 
>> .version import git_revision as __git_revision__
>> ImportError: Error importing numpy: you should not try to import numpy from
>> its source directory; please exit the numpy source tree, and relaunch
>> your python interpreter from there.
>>
>>
>> -- 
>> 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 sage-support...@googlegroups.com .
>> To post to this group, send email to sage-s...@googlegroups.com 
>> .
>> Visit this group at https://groups.google.com/group/sage-support.
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-support] Problem installing Sage 8.3 Mac binaries

2018-10-06 Thread Dima Pasechnik
Could we please more details:

what is your OSX version?
where did you get the binary (the URL pointing at the dmg/tar file)?

Did you follow the instructions in Readme?



On Sat, 6 Oct 2018, 15:44 Bruce Bartlett,  wrote:

> I just installed the Sage 8.3 Mac binaries on my Macbook Air.
>
> I clicked on the icon in the Applications folder. After a while, I was
> able to open up a Jupyter notebook.
>
> The first thing I did was copy and paste one of the interact examples from
> the documentation.
>
> I get the following error (it seems numpy is not installed correctly?)
>
> /Applications/SageMath-8.3.app/Contents/Resources/sage/local/lib/python2.7/site-packages/matplotlib/cbook/__init__.py
>  in () 33 from .deprecation import mplDeprecation, 
> MatplotlibDeprecationWarning 34 ---> 35 import numpy as np 36  37
> /Applications/SageMath-8.3.app/Contents/Resources/sage/local/lib/python2.7/site-packages/numpy/__init__.py
>  in ()129 its source directory; please exit the numpy 
> source tree, and relaunch130 your python interpreter from 
> there."""--> 131 raise ImportError(msg)132 133 from 
> .version import git_revision as __git_revision__
> ImportError: Error importing numpy: you should not try to import numpy from
> its source directory; please exit the numpy source tree, and relaunch
> your python interpreter from there.
>
>
> --
> 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 sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Problem installing Sage 8.3 Mac binaries

2018-10-06 Thread Bruce Bartlett
I just installed the Sage 8.3 Mac binaries on my Macbook Air.

I clicked on the icon in the Applications folder. After a while, I was able 
to open up a Jupyter notebook.

The first thing I did was copy and paste one of the interact examples from 
the documentation.

I get the following error (it seems numpy is not installed correctly?)

/Applications/SageMath-8.3.app/Contents/Resources/sage/local/lib/python2.7/site-packages/matplotlib/cbook/__init__.py
 in () 33 from .deprecation import mplDeprecation, 
MatplotlibDeprecationWarning 34 ---> 35 import numpy as np 36  37 
/Applications/SageMath-8.3.app/Contents/Resources/sage/local/lib/python2.7/site-packages/numpy/__init__.py
 in ()129 its source directory; please exit the numpy 
source tree, and relaunch130 your python interpreter from 
there."""--> 131 raise ImportError(msg)132 133 from 
.version import git_revision as __git_revision__
ImportError: Error importing numpy: you should not try to import numpy from
its source directory; please exit the numpy source tree, and relaunch
your python interpreter from there.


-- 
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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-support] problem installing sage on ubuntu 18.04

2018-06-29 Thread pi
I think that's the best way and you probably noticed that you have got 
the latest stable version (8.2) develop is 8.3 beta7, but if one wants 
it it must be compiled.



Le 29/06/2018 à 17:05, 1'm_Z3r0 a écrit :
I uninstalled previously installed sage and reinstalled it in the way 
you told, downloaded the zip file, extracted it, and made the symlink 
and ran it. It worked fine.


On Fri, Jun 29, 2018 at 3:31 PM, pi > wrote:


Your welcome what did you do ?


Le 29/06/2018 à 09:17, 1'm_Z3r0 a écrit :

It's working now. Thanks a lot!

On Thu, Jun 28, 2018 at 11:31 PM, pi mailto:henri.gir...@gmail.com>> wrote:

I don't know why ?

Another solution is to install the binary from sage site
(that's what I do to avoid deps problems)

http://www.sagemath.org/download.html


Choose the appropriate one

Forme it's the first one

*sage-8.2-Ubuntu_16.04-x86_64.tar.bz2*



uncompressed it, for example in your home and and renamed it
sage repertory.

then cd sage

and make a symlink

sudo ln -s "your dir" /sage /usr/bin/sage

For me :

sudo ln -s /home/pi/sage/sage /usr/bin/sage

Then you can run it (but don't run before !)

sage

make an icon

Hope it helps



Le 28/06/2018 à 19:14, 1'm_Z3r0 a écrit :

I tried to install again, when I tried to do so I got a
package configuration dialogue box it was fine till that but
again I got some processing errors and again
I'm attaching the screenshot below.

On Thu, Jun 28, 2018 at 7:28 PM, pi mailto:henri.gir...@gmail.com>> wrote:

On 18.04 you just have to install sudo apt install
sagemath and it should gives you the deps... *There is a
sage-notebook now just select it from synaptic

Otherwise download the ubuntu binary and make a symlink
(you should find it on the list it has been explained
few times already).


Le 28/06/2018 à 15:18, 1'm_Z3r0 a écrit :

I installed it using the terminal command sudo apt
install sagemath-common

On Thu, Jun 28, 2018 at 3:08 PM, Vincent Delecroix
<20100.delecr...@gmail.com
> wrote:

How did you install it?


On 27/06/2018 18:53,
4.r.c.h.4.n.g.3.l.0...@gmail.com
 wrote:


┌┐
│ SageMath version 8.1, Release Date:
2017-12-07    │
│ Type "notebook()" for the browser-based
notebook interface.     │
│ Type "help()" for help.       │

└┘
Traceback (most recent call last):
   File "/usr/share/sagemath/bin/sage-ipython",
line 7, in 
     from sage.repl.interpreter import
SageTerminalApp
ImportError: No module named repl.interpreter

I'm new to sage.I'm having a problem while
installing it.
So please help me to get this problem rectified

Regards


-- 
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
sage-support+unsubscr...@googlegroups.com
.
To post to this group, send email to
sage-support@googlegroups.com
.
Visit this group at
https://groups.google.com/group/sage-support
.
For more options, visit
https://groups.google.com/d/optout
.


-- 
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
sage-support+unsubscr...@googlegroups.com
.
To post to this group, send email to
sage-support@googlegroups.com

Re: [sage-support] problem installing sage on ubuntu 18.04

2018-06-29 Thread 1'm_Z3r0
I uninstalled previously installed sage and reinstalled it in the way you
told, downloaded the zip file, extracted it, and made the symlink and ran
it. It worked fine.

On Fri, Jun 29, 2018 at 3:31 PM, pi  wrote:

> Your welcome what did you do ?
>
> Le 29/06/2018 à 09:17, 1'm_Z3r0 a écrit :
>
> It's working now. Thanks a lot!
>
> On Thu, Jun 28, 2018 at 11:31 PM, pi  wrote:
>
>> I don't know why ?
>>
>> Another solution is to install the binary from sage site (that's what I
>> do to avoid deps problems)
>>
>> http://www.sagemath.org/download.html
>>
>> Choose the appropriate one
>>
>> Forme it's the first one
>>
>> *sage-8.2-Ubuntu_16.04-x86_64.tar.bz2*
>> 
>>
>> uncompressed it, for example in your home and and renamed it sage
>> repertory.
>>
>> then cd sage
>>
>> and make a symlink
>>
>> sudo ln -s "your dir" /sage /usr/bin/sage
>>
>> For me :
>>
>> sudo ln -s /home/pi/sage/sage /usr/bin/sage
>>
>> Then you can run it (but don't run before !)
>>
>> sage
>>
>> make an icon
>>
>> Hope it helps
>>
>>
>>
>> Le 28/06/2018 à 19:14, 1'm_Z3r0 a écrit :
>>
>> I tried to install again, when I tried to do so I got a package
>> configuration dialogue box it was fine till that but again I got some
>> processing errors and again
>> I'm attaching the screenshot below.
>>
>> On Thu, Jun 28, 2018 at 7:28 PM, pi  wrote:
>>
>>> On 18.04 you just have to install sudo apt install sagemath and it
>>> should gives you the deps... *There is a sage-notebook now just select it
>>> from synaptic
>>>
>>> Otherwise download the ubuntu binary and make a symlink (you should find
>>> it on the list it has been explained few times already).
>>>
>>> Le 28/06/2018 à 15:18, 1'm_Z3r0 a écrit :
>>>
>>> I installed it using the terminal command sudo apt install
>>> sagemath-common
>>>
>>> On Thu, Jun 28, 2018 at 3:08 PM, Vincent Delecroix <
>>> 20100.delecr...@gmail.com> wrote:
>>>
 How did you install it?


 On 27/06/2018 18:53, 4.r.c.h.4.n.g.3.l.0...@gmail.com wrote:

> ┌┐
> │ SageMath version 8.1, Release Date: 2017-12-07 │
> │ Type "notebook()" for the browser-based notebook interface.│
> │ Type "help()" for help.│
> └┘
> Traceback (most recent call last):
>File "/usr/share/sagemath/bin/sage-ipython", line 7, in 
>  from sage.repl.interpreter import SageTerminalApp
> ImportError: No module named repl.interpreter
>
> I'm new to sage.I'm having a problem while installing it.
> So please help me to get this problem rectified
>
> Regards
>
>
 --
 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 sage-support+unsubscr...@googlegroups.com.
 To post to this group, send email to sage-support@googlegroups.com.
 Visit this group at https://groups.google.com/group/sage-support.
 For more options, visit https://groups.google.com/d/optout.

>>>
>>> --
>>> 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 sage-support+unsubscr...@googlegroups.com.
>>> To post to this group, send email to sage-support@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/sage-support.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>>
>>> --
>>> 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 sage-support+unsubscr...@googlegroups.com.
>>> To post to this group, send email to sage-support@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/sage-support.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
>> 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 sage-support+unsubscr...@googlegroups.com.
>> To post to this group, send email to sage-support@googlegroups.com.
>> Visit this group at https://groups.google.com/group/sage-support.
>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>> --
>> 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 sage-support+unsubscr...@googlegroups.com.
>> To post to this group, send email to sage-support@googlegroups.com.
>> Visit thi

Re: [sage-support] problem installing sage on ubuntu 18.04

2018-06-29 Thread pi

Your welcome what did you do ?


Le 29/06/2018 à 09:17, 1'm_Z3r0 a écrit :

It's working now. Thanks a lot!

On Thu, Jun 28, 2018 at 11:31 PM, pi > wrote:


I don't know why ?

Another solution is to install the binary from sage site (that's
what I do to avoid deps problems)

http://www.sagemath.org/download.html


Choose the appropriate one

Forme it's the first one

*sage-8.2-Ubuntu_16.04-x86_64.tar.bz2*



uncompressed it, for example in your home and and renamed it sage
repertory.

then cd sage

and make a symlink

sudo ln -s "your dir" /sage /usr/bin/sage

For me :

sudo ln -s /home/pi/sage/sage /usr/bin/sage

Then you can run it (but don't run before !)

sage

make an icon

Hope it helps



Le 28/06/2018 à 19:14, 1'm_Z3r0 a écrit :

I tried to install again, when I tried to do so I got a package
configuration dialogue box it was fine till that but again I got
some processing errors and again
I'm attaching the screenshot below.

On Thu, Jun 28, 2018 at 7:28 PM, pi mailto:henri.gir...@gmail.com>> wrote:

On 18.04 you just have to install sudo apt install sagemath
and it should gives you the deps... *There is a sage-notebook
now just select it from synaptic

Otherwise download the ubuntu binary and make a symlink (you
should find it on the list it has been explained few times
already).


Le 28/06/2018 à 15:18, 1'm_Z3r0 a écrit :

I installed it using the terminal command sudo apt install
sagemath-common

On Thu, Jun 28, 2018 at 3:08 PM, Vincent Delecroix
<20100.delecr...@gmail.com
> wrote:

How did you install it?


On 27/06/2018 18:53, 4.r.c.h.4.n.g.3.l.0...@gmail.com
 wrote:


┌┐
│ SageMath version 8.1, Release Date: 2017-12-07    
               │
│ Type "notebook()" for the browser-based notebook
interface.        │
│ Type "help()" for help.                 │

└┘
Traceback (most recent call last):
   File "/usr/share/sagemath/bin/sage-ipython", line
7, in 
     from sage.repl.interpreter import SageTerminalApp
ImportError: No module named repl.interpreter

I'm new to sage.I'm having a problem while
installing it.
So please help me to get this problem rectified

Regards


-- 
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
sage-support+unsubscr...@googlegroups.com
.
To post to this group, send email to
sage-support@googlegroups.com
.
Visit this group at
https://groups.google.com/group/sage-support
.
For more options, visit
https://groups.google.com/d/optout
.


-- 
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
sage-support+unsubscr...@googlegroups.com
.
To post to this group, send email to
sage-support@googlegroups.com
.
Visit this group at
https://groups.google.com/group/sage-support
.
For more options, visit https://groups.google.com/d/optout
.


-- 
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
sage-support+unsubscr...@googlegroups.com
.
To post to this group, send email to
sage-support@googlegroups.com
.
Visit this group at
https://gr

Re: [sage-support] problem installing sage on ubuntu 18.04

2018-06-29 Thread 1'm_Z3r0
It's working now. Thanks a lot!

On Thu, Jun 28, 2018 at 11:31 PM, pi  wrote:

> I don't know why ?
>
> Another solution is to install the binary from sage site (that's what I do
> to avoid deps problems)
>
> http://www.sagemath.org/download.html
>
> Choose the appropriate one
>
> Forme it's the first one
>
> *sage-8.2-Ubuntu_16.04-x86_64.tar.bz2*
> 
>
> uncompressed it, for example in your home and and renamed it sage
> repertory.
>
> then cd sage
>
> and make a symlink
>
> sudo ln -s "your dir" /sage /usr/bin/sage
>
> For me :
>
> sudo ln -s /home/pi/sage/sage /usr/bin/sage
>
> Then you can run it (but don't run before !)
>
> sage
>
> make an icon
>
> Hope it helps
>
>
>
> Le 28/06/2018 à 19:14, 1'm_Z3r0 a écrit :
>
> I tried to install again, when I tried to do so I got a package
> configuration dialogue box it was fine till that but again I got some
> processing errors and again
> I'm attaching the screenshot below.
>
> On Thu, Jun 28, 2018 at 7:28 PM, pi  wrote:
>
>> On 18.04 you just have to install sudo apt install sagemath and it should
>> gives you the deps... *There is a sage-notebook now just select it from
>> synaptic
>>
>> Otherwise download the ubuntu binary and make a symlink (you should find
>> it on the list it has been explained few times already).
>>
>> Le 28/06/2018 à 15:18, 1'm_Z3r0 a écrit :
>>
>> I installed it using the terminal command sudo apt install sagemath-common
>>
>> On Thu, Jun 28, 2018 at 3:08 PM, Vincent Delecroix <
>> 20100.delecr...@gmail.com> wrote:
>>
>>> How did you install it?
>>>
>>>
>>> On 27/06/2018 18:53, 4.r.c.h.4.n.g.3.l.0...@gmail.com wrote:
>>>
 ┌┐
 │ SageMath version 8.1, Release Date: 2017-12-07 │
 │ Type "notebook()" for the browser-based notebook interface.│
 │ Type "help()" for help.│
 └┘
 Traceback (most recent call last):
File "/usr/share/sagemath/bin/sage-ipython", line 7, in 
  from sage.repl.interpreter import SageTerminalApp
 ImportError: No module named repl.interpreter

 I'm new to sage.I'm having a problem while installing it.
 So please help me to get this problem rectified

 Regards


>>> --
>>> 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 sage-support+unsubscr...@googlegroups.com.
>>> To post to this group, send email to sage-support@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/sage-support.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
>> 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 sage-support+unsubscr...@googlegroups.com.
>> To post to this group, send email to sage-support@googlegroups.com.
>> Visit this group at https://groups.google.com/group/sage-support.
>> For more options, visit https://groups.google.com/d/optout.
>>
>>
>> --
>> 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 sage-support+unsubscr...@googlegroups.com.
>> To post to this group, send email to sage-support@googlegroups.com.
>> Visit this group at https://groups.google.com/group/sage-support.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> 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 sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> 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 sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this grou

Re: [sage-support] problem installing sage on ubuntu 18.04

2018-06-28 Thread pi

I don't know why ?

Another solution is to install the binary from sage site (that's what I 
do to avoid deps problems)


http://www.sagemath.org/download.html

Choose the appropriate one

Forme it's the first one

*sage-8.2-Ubuntu_16.04-x86_64.tar.bz2* 



uncompressed it, for example in your home and and renamed it sage repertory.

then cd sage

and make a symlink

sudo ln -s "your dir" /sage /usr/bin/sage

For me :

sudo ln -s /home/pi/sage/sage /usr/bin/sage

Then you can run it (but don't run before !)

sage

make an icon

Hope it helps



Le 28/06/2018 à 19:14, 1'm_Z3r0 a écrit :
I tried to install again, when I tried to do so I got a package 
configuration dialogue box it was fine till that but again I got some 
processing errors and again

I'm attaching the screenshot below.

On Thu, Jun 28, 2018 at 7:28 PM, pi > wrote:


On 18.04 you just have to install sudo apt install sagemath and it
should gives you the deps... *There is a sage-notebook now just
select it from synaptic

Otherwise download the ubuntu binary and make a symlink (you
should find it on the list it has been explained few times already).


Le 28/06/2018 à 15:18, 1'm_Z3r0 a écrit :

I installed it using the terminal command sudo apt install
sagemath-common

On Thu, Jun 28, 2018 at 3:08 PM, Vincent Delecroix
<20100.delecr...@gmail.com > wrote:

How did you install it?


On 27/06/2018 18:53, 4.r.c.h.4.n.g.3.l.0...@gmail.com
 wrote:


┌┐
│ SageMath version 8.1, Release Date: 2017-12-07         
           │
│ Type "notebook()" for the browser-based notebook
interface. │
│ Type "help()" for help.                             │

└┘
Traceback (most recent call last):
   File "/usr/share/sagemath/bin/sage-ipython", line 7,
in 
     from sage.repl.interpreter import SageTerminalApp
ImportError: No module named repl.interpreter

I'm new to sage.I'm having a problem while installing it.
So please help me to get this problem rectified

Regards


-- 
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
sage-support+unsubscr...@googlegroups.com
.
To post to this group, send email to
sage-support@googlegroups.com
.
Visit this group at
https://groups.google.com/group/sage-support
.
For more options, visit https://groups.google.com/d/optout
.


-- 
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 sage-support+unsubscr...@googlegroups.com
.
To post to this group, send email to
sage-support@googlegroups.com .
Visit this group at https://groups.google.com/group/sage-support
.
For more options, visit https://groups.google.com/d/optout
.


-- 
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 sage-support+unsubscr...@googlegroups.com
.
To post to this group, send email to sage-support@googlegroups.com
.
Visit this group at https://groups.google.com/group/sage-support
.
For more options, visit https://groups.google.com/d/optout
.


--
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 sage-support+unsubscr...@googlegroups.com 
.
To post to this group, send email to sage-support@googlegroups.com 
.

Visit this group at https://groups.google.com/group/sage-support.
For more options, v

Re: [sage-support] problem installing sage on ubuntu 18.04

2018-06-28 Thread pi
On 18.04 you just have to install sudo apt install sagemath and it 
should gives you the deps... *There is a sage-notebook now just select 
it from synaptic


Otherwise download the ubuntu binary and make a symlink (you should find 
it on the list it has been explained few times already).



Le 28/06/2018 à 15:18, 1'm_Z3r0 a écrit :

I installed it using the terminal command sudo apt install sagemath-common

On Thu, Jun 28, 2018 at 3:08 PM, Vincent Delecroix 
<20100.delecr...@gmail.com > wrote:


How did you install it?


On 27/06/2018 18:53, 4.r.c.h.4.n.g.3.l.0...@gmail.com
 wrote:

┌┐
│ SageMath version 8.1, Release Date: 2017-12-07                │
│ Type "notebook()" for the browser-based notebook interface. 
      │
│ Type "help()" for help.               │
└┘
Traceback (most recent call last):
   File "/usr/share/sagemath/bin/sage-ipython", line 7, in

     from sage.repl.interpreter import SageTerminalApp
ImportError: No module named repl.interpreter

I'm new to sage.I'm having a problem while installing it.
So please help me to get this problem rectified

Regards


-- 
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 sage-support+unsubscr...@googlegroups.com
.
To post to this group, send email to sage-support@googlegroups.com
.
Visit this group at https://groups.google.com/group/sage-support
.
For more options, visit https://groups.google.com/d/optout
.


--
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 sage-support+unsubscr...@googlegroups.com 
.
To post to this group, send email to sage-support@googlegroups.com 
.

Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


--
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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-support] problem installing sage on ubuntu 18.04

2018-06-28 Thread 1'm_Z3r0
I installed it using the terminal command sudo apt install sagemath-common

On Thu, Jun 28, 2018 at 3:08 PM, Vincent Delecroix <
20100.delecr...@gmail.com> wrote:

> How did you install it?
>
>
> On 27/06/2018 18:53, 4.r.c.h.4.n.g.3.l.0...@gmail.com wrote:
>
>> ┌┐
>> │ SageMath version 8.1, Release Date: 2017-12-07 │
>> │ Type "notebook()" for the browser-based notebook interface.│
>> │ Type "help()" for help.│
>> └┘
>> Traceback (most recent call last):
>>File "/usr/share/sagemath/bin/sage-ipython", line 7, in 
>>  from sage.repl.interpreter import SageTerminalApp
>> ImportError: No module named repl.interpreter
>>
>> I'm new to sage.I'm having a problem while installing it.
>> So please help me to get this problem rectified
>>
>> Regards
>>
>>
> --
> 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 sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-support] problem installing sage on ubuntu 18.04

2018-06-28 Thread Vincent Delecroix

How did you install it?

On 27/06/2018 18:53, 4.r.c.h.4.n.g.3.l.0...@gmail.com wrote:

┌┐
│ SageMath version 8.1, Release Date: 2017-12-07 │
│ Type "notebook()" for the browser-based notebook interface.│
│ Type "help()" for help.│
└┘
Traceback (most recent call last):
   File "/usr/share/sagemath/bin/sage-ipython", line 7, in 
 from sage.repl.interpreter import SageTerminalApp
ImportError: No module named repl.interpreter

I'm new to sage.I'm having a problem while installing it.
So please help me to get this problem rectified

Regards



--
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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] problem installing sage on ubuntu 18.04

2018-06-27 Thread 4 . r . c . h . 4 . n . g . 3 . l . 0000
┌┐
│ SageMath version 8.1, Release Date: 2017-12-07 │
│ Type "notebook()" for the browser-based notebook interface.│
│ Type "help()" for help.│
└┘
Traceback (most recent call last):
  File "/usr/share/sagemath/bin/sage-ipython", line 7, in 
from sage.repl.interpreter import SageTerminalApp
ImportError: No module named repl.interpreter

I'm new to sage.I'm having a problem while installing it.
So please help me to get this problem rectified

Regards

-- 
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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Problem installing Sage on Kali 2

2016-03-27 Thread alberto uribe
i have this error after several hours of compiling sage on my netbook, any 
ideas?

make[3]: Entering directory '/opt/sage-7.1/src'
python -c "from sage_setup.autogen.pari import rebuild; rebuild()"
sys:1: RuntimeWarning: not adding directory '' to sys.path since everybody 
can write to it.
Untrusted users could put files in this directory which might then be 
imported by your Python code. As a general precaution from similar 
exploits, you should not execute Python code from this directory
Traceback (most recent call last):
  File "", line 1, in 
ImportError: No module named sage_setup.autogen.pari
Makefile:19: recipe for target 'sage/libs/pari/auto_gen.pxi' failed
make[3]: *** [sage/libs/pari/auto_gen.pxi] Error 1
make[3]: Leaving directory '/opt/sage-7.1/src'

Makefile:767: recipe for target 'sagelib' failed
make[2]: *** [sagelib] Error 2
make[2]: Leaving directory '/opt/sage-7.1/build/make'
Makefile:640: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/opt/sage-7.1/build/make'


-- 
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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] problem installing sage 5.11

2013-08-19 Thread Pedro Cruz
I'm doing what i've been doing from long ago:

1. wget sage.lzma
2  tar --lzma -xvf sage.lzma
3. change directory inside sage/sage script
4. enter sage directory
5. run ./sage

It does stop with this error :

sageserver@faisca:~/sage-5.11$ ./sage
++
| Sage Version 5.11, Release Date: 2013-08-13|
| Type "notebook()" for the browser-based notebook interface.|
| Type "help()" for help.|
++
/home/sageserver/sage-5.11/local/bin/python: 1: 
/home/sageserver/sage-5.11/local/bin/python: 8: not found
/home/sageserver/sage-5.11/local/bin/python: 1: 
/home/sageserver/sage-5.11/local/bin/python:  ELF: not found
/home/sageserver/sage-5.11/local/bin/python: 1: 
/home/sageserver/sage-5.11/local/bin/python: Syntax error: end of file 
unexpected (expecting ")")

I've checked md5 and they are equal to the sage website (I've tried 2 
locations)

Could my system be corrupted? I've just apt-get update and apt-get upgrade 
it.
What could it be?


Thank you,
Pedro

= inside sage directory I got a strange file ==

sageserver@faisca:~/sage-5.11$ ll
total 140
drwxr-xr-x  6 sageserver sageserver  4096 Aug 19 11:30 ./
drwxr-xr-x 14 sageserver sageserver  4096 Aug 19 11:39 ../
-rw-r--r--  1 sageserver sageserver 69603 Aug 13 19:42 COPYING.txt
lrwxrwxrwx  1 sageserver sageserver11 Aug 13 19:42 data -> local/share/
drwxr-xr-x  5 sageserver sageserver  4096 Aug 13 19:44 devel/
drwxr-xr-x  4 sageserver sageserver  4096 Aug 13 19:42 .hg/
-rw-r--r--  1 sageserver sageserver   531 Aug 13 19:42 .hgignore
-rw-r--r--  1 sageserver sageserver  7296 Aug 13 19:42 .hgtags
drwxr-xr-x 12 sageserver sageserver  4096 Aug 13 17:59 local/
-rw-r--r--  1 sageserver sageserver  4628 Aug 13 19:42 Makefile
-rw-rw-r--  1 sageserver sageserver 0 Aug 19 11:39 
???@@P?@8?@??@?@?@?@@?
-rw-r--r--  1 sageserver sageserver 13495 Aug 13 19:42 README.txt
-rwxr-xr-x  1 sageserver sageserver  4852 Aug 19 11:29 sage*
drwxr-xr-x  6 sageserver sageserver  4096 Aug 13 19:44 spkg/
-rw-r--r--  1 sageserver sageserver39 Aug 13 12:46 VERSION.txt

END

-- 
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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [sage-support] Problem installing sage on ArchLinux.

2010-01-03 Thread Alex Ghitza
On Sun, 03 Jan 2010 20:47:37 +1100, Alex Ghitza  wrote:
> 
> One of these days I will find out how to make binaries and I'll produce
> 32 and 64 bit binaries for archlinux.


Sorry to be replying to myself.  I read through the rest of README.txt
(for the first time ever, I guess), and saw the section on creating
binaries for redistribution.  I'll try that and report back.

Best,
Alex


-- 
Alex Ghitza -- Lecturer in Mathematics -- The University of Melbourne
-- Australia -- http://www.ms.unimelb.edu.au/~aghitza/

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org


Re: [sage-support] Problem installing sage on ArchLinux.

2010-01-03 Thread Alex Ghitza
On Sun, 3 Jan 2010 01:09:00 -0800 (PST), Eugene Goldberg  
wrote:
> I've got two computers with archlinux (i686 and x86_64 versions) and
> on both machines there is same problem installing sage:
> 
> $make
> 
>   File "/home/ajunta/Binary/sage-4.3-linux-Ubuntu_9.10-x86_64-Linux/
> local/lib/python2.6/site-packages/sage/interfaces/gap.py", line 362,
> in _start
> raise RuntimeError, msg
> RuntimeError: Unable to start gap
> 
> could you please advice what is wrong with it?
> 

Hi,

It looks like you're trying to install from the binaries for Ubuntu, is
that correct?  I have never tried that, but I wouldn't be suprised if it
didn't work, since archlinux and ubuntu aren't really that close.

One of these days I will find out how to make binaries and I'll produce
32 and 64 bit binaries for archlinux.  Until then, I suggest you
download the source code for Sage and build it yourself.  It is a bit on
the long side (a few hours), but it should work pretty well.  After you
download sage-4.3.tar, untar it and look at the README.txt file.  It's
not quite up to date, but it's pretty good.  In particular, Arch Linux
is listed as unsupported, but several people have been building Sage on
it for a while and it works fine.

Before you start the build, make sure you have the prerequisites -- to
those listed in README.txt, you have to add gcc-fortran.  You also need
to set the environment variables SAGE_FORTRAN and SAGE_FORTRAN_LIB as
described in README.txt.

Good luck, and let us know if you have any more problems.


PS: After writing the above, I noticed that Sage 4.3 is actually
packaged in AUR, both as source (sage-mathematics) and as binary
(sage-mathematics-bin).  So that could be another option.  (But I still
think that the easiest and most robust way is to build from source.)



Best,
Alex

-- 
Alex Ghitza -- Lecturer in Mathematics -- The University of Melbourne
-- Australia -- http://www.ms.unimelb.edu.au/~aghitza/

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org


[sage-support] Problem installing sage on ArchLinux.

2010-01-03 Thread Eugene Goldberg
Hello,

I've got two computers with archlinux (i686 and x86_64 versions) and
on both machines there is same problem installing sage:

$make

  File "/home/ajunta/Binary/sage-4.3-linux-Ubuntu_9.10-x86_64-Linux/
local/lib/python2.6/site-packages/sage/interfaces/gap.py", line 362,
in _start
raise RuntimeError, msg
RuntimeError: Unable to start gap

could you please advice what is wrong with it?

Best regards,
Eugene.

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org


[sage-support] problem installing sage

2009-08-06 Thread alessandro

Hello,
I have installed the binary version of Sage on a notebook.
When I open a terminal and I type "./sage", I get the following
result:

--
| Sage Version 4.1, Release Date: 2009-07-09 |
| Type notebook() for the GUI, and license() for information.|
--
/home/logar/sage-4.1-linux-Ubuntu_9.04-i686-Linux/local/bin/sage-sage:
line 199:  6167 Illegal instruction sage-ipython "$@" -i

and then sage quits.

Here are more precise data on my computer:

 *-cpu
  product: Intel(R) Pentium(R) M processor 1.60GHz
  vendor: Intel Corp.
  physical id: 1
  bus info: c...@0
  version: 6.13.6
  size: 1GHz
  capacity: 1GHz
  width: 32 bits

os: Linux
   kernel 2.6.28-14-generic
   DISTRIB_ID=Ubuntu
   DISTRIB_RELEASE=9.04
   DISTRIB_CODENAME=jaunty
   DISTRIB_DESCRIPTION="Ubuntu 9.04")


Any suggestions?

  Many thanks

  Alessandro Logar

--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] Problem installing Sage in Debian

2009-04-18 Thread Jose Guzman

I am planning to set a Sage access to my Debian server, and I've in 
download sage-3.4-linux-Debian_GNU_Linux_5.0_lenny-i686-Linux.tar.gz 


and after installation in my Debian GNU/Linux 5.0 server (kernel 2.6.18) 
I've got the following warning


**
WARNING!  This Sage install was built on a machine that supports
instructions that are not available on this computer.  Sage will
likely fail with ILLEGAL INSTRUCTION errors! The following processor
flags were on the build machine but are not on this computer:

sse4_1 sse2 pni sse

Email http://groups.google.com/group/sage-support for help.
To remove this warning and make Sage start, just delete
 /usr/local/Sage/local/lib/sage-flags.txt
**

Would anybody assists me with that? Should I care about these packages?

Thank you in advance.

Jose.

--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] Problem Installing Sage in Fedora 8. Import Error.

2008-06-04 Thread francisco

Hi,

I am trying to install Sage on Fedora, but although everything seemed
ok after runing the make, when I typed ./sage, I obtained the
following large error message:
++

 
--
| SAGE Version 3.0.2, Release Date: 2008-05-24   |
| Type notebook() for the GUI, and license() for information.|
--
---
ImportError   Traceback (most recent call
last)

/usr/local/sage-3.0.2/local/bin/ in ()

/usr/local/sage-3.0.2/local/lib/python2.5/site-packages/sage/misc/
preparser_ipython.py in ()
  6
###
  7
> 8 import sage.misc.interpreter
  9
 10 import preparser

/usr/local/sage-3.0.2/local/lib/python2.5/site-packages/sage/misc/
interpreter.py in ()
102
103 import os
--> 104 import log
105
106 import remote_file

/usr/local/sage-3.0.2/local/lib/python2.5/site-packages/sage/misc/
log.py in ()
 56
 57 import interpreter
---> 58 import latex
 59 import misc
 60

/usr/local/sage-3.0.2/local/lib/python2.5/site-packages/sage/misc/
latex.py in ()
 41 import random
 42
---> 43 from misc import tmp_dir
 44 import sage_eval
 45

/usr/local/sage-3.0.2/local/lib/python2.5/site-packages/sage/misc/
misc.py in ()
 23
 24 import operator, os, stat, socket, sys, signal, time, weakref,
resource, math
---> 25 import sage.misc.prandom as random
 26
 27 from banner import version, banner

/usr/local/sage-3.0.2/local/lib/python2.5/site-packages/sage/misc/
prandom.py in ()
 54 # setting seeds should only be done through
sage.misc.randstate .
 55
---> 56 from sage.misc.randstate import current_randstate
 57
 58 def _pyrand():

ImportError: /usr/local/sage-3.0.2/local/lib/libpari-gmp.so.2: cannot
restore segment prot after reloc: Permission denied
WARNING: Failure executing code: 'import sage.misc.preparser_ipython;
sage.misc.preparser_ipython.magma_colon_equals=True'
---
ImportError   Traceback (most recent call
last)

/usr/local/sage-3.0.2/local/bin/ in ()

/usr/local/sage-3.0.2/local/lib/python2.5/site-packages/sage/misc/
misc.py in ()
 23
 24 import operator, os, stat, socket, sys, signal, time, weakref,
resource, math
---> 25 import sage.misc.prandom as random
 26
 27 from banner import version, banner

/usr/local/sage-3.0.2/local/lib/python2.5/site-packages/sage/misc/
prandom.py in ()
 54 # setting seeds should only be done through
sage.misc.randstate .
 55
---> 56 from sage.misc.randstate import current_randstate
 57
 58 def _pyrand():

ImportError: /usr/local/sage-3.0.2/local/lib/libpari-gmp.so.2: cannot
restore segment prot after reloc: Permission denied

++

It seems it has something to do with permissions but I dont have idea
how to solve it. The computer has an intel Duo core processor @ 2 GHz
with 968 MB of memory.

Well, I appreciate any help or clue to solve my problem.
Thanks.


--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] problem installing SAGE 2.8.10

2007-11-01 Thread Greg Marks

Dear William,

Hello!  I'm not sure if you remember me from grad school--if not, my
apologies for the familiarity.

I'm delighted by your development of SAGE; this is truly a wonderful
service to the mathematical community.  My department has made
extensive
use of Maple in undergraduate courses, and many students are rightly
upset that they can't use those worksheets from their home computers
without buying Maple.  When I've learned SAGE better I hope to migrate
many (or at least some) of these Maple materials to SAGE.

I'm sorry to bother you about this, but I'm having a problem
installing
version 2.8.10 of SAGE on my laptop (Mac OS X 10.4.10 with a PowerPC
G4
CPU).  When I tried to upgrade from a previous (working) version of
SAGE, I got a strange traceback, so I removed the old directory and
installed SAGE 2.8.10 from source.  The installation appeared
successful
(I've copied the install.log file to

  http://euler.slu.edu/Dept/Faculty/marks/install.log

in case it's informative); however, SAGE won't run (I've copied the
details of the traceback to

  http://euler.slu.edu/Dept/Faculty/marks/sage_error_message.txt

in case that is informative).  Have I done something stupid, and is it
corrigible?

Best regards,
Greg

-
   | Greg Marks  |
   | Department of Mathematics and Computer Science  |
   | St. Louis University|
   | St. Louis, MO 63103-2007|
   | U.S.A.  |
   | |
   | Phone: (314)977-7206|
   | Fax: (314)977-1452  |
   | Web: http://euler.slu.edu/Dept/Faculty/marks/marks.html |
-


--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~--~~~~--~~--~--~---