[sage-support] Availability of sage 9.6 through conda/mamba?

2022-07-11 Thread Joseph Nasser
Hello,

I am trying to install version 9.6 through conda as discussed 
here: https://doc.sagemath.org/html/en/installation/conda.html

It seems that following the commands on the above page actually installs 
Sage 9.5. Indeed I can't find version 9.6 on conda forge 
(https://anaconda.org/conda-forge/sage), although version 9.6 of sagelib is 
available (https://anaconda.org/conda-forge/sagelib).

Is it possible to install sage 9.6 through conda? If so, how?

Thanks

-- 
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/a70c13da-663a-4b94-96b7-fbcba551067en%40googlegroups.com.


Re: [sage-support] Availability of sage 9.6 through conda/mamba?

2022-07-12 Thread Julian Rüth
Hi Joseph,

thanks for the notification. We had simply forgotten to update the sage
package. We are now in the process of providing the sage 9.6 package for
conda-forge at https://github.com/conda-forge/sage-feedstock/pull/77. 

* Joseph Nasser  [2022-07-11 11:54:04 -0700]:
> Is it possible to install sage 9.6 through conda? If so, how?

In the meantime, you can install a (hopefully mostly functional)
SageMath 9.6 by installing sagelib 9.6 into a sage 9.5 environment,
e.g.,

mamba create -n sage96 python=3.10
conda activate sage96
mamba install --only-deps sage=9.5
mamba install sagelib=9.6

You might have to replace mamba with conda if you don't have mamba
installed.


julian

-- 
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/20220712092113.ek32awpoiko7cw5s%40wigwum.


Re: [sage-support] Availability of sage 9.6 through conda/mamba?

2022-07-12 Thread Henri Girard

Is the conda sagemath working on windows ?


Le 12/07/2022 à 11:21, Julian Rüth a écrit :

Hi Joseph,

thanks for the notification. We had simply forgotten to update the sage
package. We are now in the process of providing the sage 9.6 package for
conda-forge at https://github.com/conda-forge/sage-feedstock/pull/77.

* Joseph Nasser  [2022-07-11 11:54:04 -0700]:

Is it possible to install sage 9.6 through conda? If so, how?

In the meantime, you can install a (hopefully mostly functional)
SageMath 9.6 by installing sagelib 9.6 into a sage 9.5 environment,
e.g.,

mamba create -n sage96 python=3.10
conda activate sage96
mamba install --only-deps sage=9.5
mamba install sagelib=9.6

You might have to replace mamba with conda if you don't have mamba
installed.


julian



--
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/b7340679-0915-6e33-2784-db961a345c83%40gmail.com.


Re: [sage-support] Availability of sage 9.6 through conda/mamba?

2022-07-12 Thread Dima Pasechnik
On Tue, Jul 12, 2022 at 10:48 AM Henri Girard  wrote:
>
> Is the conda sagemath working on windows ?

no (it does work on WSL, though)


>
>
> Le 12/07/2022 à 11:21, Julian Rüth a écrit :
> > Hi Joseph,
> >
> > thanks for the notification. We had simply forgotten to update the sage
> > package. We are now in the process of providing the sage 9.6 package for
> > conda-forge at https://github.com/conda-forge/sage-feedstock/pull/77.
> >
> > * Joseph Nasser  [2022-07-11 11:54:04 -0700]:
> >> Is it possible to install sage 9.6 through conda? If so, how?
> > In the meantime, you can install a (hopefully mostly functional)
> > SageMath 9.6 by installing sagelib 9.6 into a sage 9.5 environment,
> > e.g.,
> >
> > mamba create -n sage96 python=3.10
> > conda activate sage96
> > mamba install --only-deps sage=9.5
> > mamba install sagelib=9.6
> >
> > You might have to replace mamba with conda if you don't have mamba
> > installed.
> >
> >
> > julian
> >
>
> --
> 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/b7340679-0915-6e33-2784-db961a345c83%40gmail.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/CAAWYfq2-u55eDq%2BUibz8ckOmwx2F3mb7pjM2WjqebEjQSpO_AA%40mail.gmail.com.


Re: [sage-support] Availability of sage 9.6 through conda/mamba?

2023-02-11 Thread Luis Garcia-Puente
How can I update to a newer version of sage on Mac OS using mamba?

On Tuesday, July 12, 2022 at 3:57:27 AM UTC-6 Dima Pasechnik wrote:

> On Tue, Jul 12, 2022 at 10:48 AM Henri Girard  wrote:
> >
> > Is the conda sagemath working on windows ?
>
> no (it does work on WSL, though)
>
>
> >
> >
> > Le 12/07/2022 à 11:21, Julian Rüth a écrit :
> > > Hi Joseph,
> > >
> > > thanks for the notification. We had simply forgotten to update the sage
> > > package. We are now in the process of providing the sage 9.6 package 
> for
> > > conda-forge at https://github.com/conda-forge/sage-feedstock/pull/77.
> > >
> > > * Joseph Nasser  [2022-07-11 11:54:04 -0700]:
> > >> Is it possible to install sage 9.6 through conda? If so, how?
> > > In the meantime, you can install a (hopefully mostly functional)
> > > SageMath 9.6 by installing sagelib 9.6 into a sage 9.5 environment,
> > > e.g.,
> > >
> > > mamba create -n sage96 python=3.10
> > > conda activate sage96
> > > mamba install --only-deps sage=9.5
> > > mamba install sagelib=9.6
> > >
> > > You might have to replace mamba with conda if you don't have mamba
> > > installed.
> > >
> > >
> > > julian
> > >
> >
> > --
> > 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/b7340679-0915-6e33-2784-db961a345c83%40gmail.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/86692c8e-4559-4816-ac6a-8d659f31c18bn%40googlegroups.com.


Re: [sage-support] Availability of sage 9.6 through conda/mamba?

2023-12-05 Thread oscar bg
any update on conda support for newer Sage releases..
currently conda has 10.0 version which is 6 months old.. would like to test 
sage 10.1 or the new 10.2..
was going to open a new issue..
thanks..

On Sunday, February 12, 2023 at 6:47:59 AM UTC+1 Luis Garcia-Puente wrote:

> How can I update to a newer version of sage on Mac OS using mamba?
>
> On Tuesday, July 12, 2022 at 3:57:27 AM UTC-6 Dima Pasechnik wrote:
>
>> On Tue, Jul 12, 2022 at 10:48 AM Henri Girard  
>> wrote: 
>> > 
>> > Is the conda sagemath working on windows ? 
>>
>> no (it does work on WSL, though) 
>>
>>
>> > 
>> > 
>> > Le 12/07/2022 à 11:21, Julian Rüth a écrit : 
>> > > Hi Joseph, 
>> > > 
>> > > thanks for the notification. We had simply forgotten to update the 
>> sage 
>> > > package. We are now in the process of providing the sage 9.6 package 
>> for 
>> > > conda-forge at https://github.com/conda-forge/sage-feedstock/pull/77. 
>>
>> > > 
>> > > * Joseph Nasser  [2022-07-11 11:54:04 -0700]: 
>> > >> Is it possible to install sage 9.6 through conda? If so, how? 
>> > > In the meantime, you can install a (hopefully mostly functional) 
>> > > SageMath 9.6 by installing sagelib 9.6 into a sage 9.5 environment, 
>> > > e.g., 
>> > > 
>> > > mamba create -n sage96 python=3.10 
>> > > conda activate sage96 
>> > > mamba install --only-deps sage=9.5 
>> > > mamba install sagelib=9.6 
>> > > 
>> > > You might have to replace mamba with conda if you don't have mamba 
>> > > installed. 
>> > > 
>> > > 
>> > > julian 
>> > > 
>> > 
>> > -- 
>> > 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/b7340679-0915-6e33-2784-db961a345c83%40gmail.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/59a3c6cf-13b4-4282-b87b-3105aad4f785n%40googlegroups.com.


Re: [sage-support] Availability of sage 9.6 through conda/mamba?

2023-12-05 Thread Dima Pasechnik
On 5 December 2023 08:12:16 GMT, oscar bg  wrote:

> any update on conda support for newer Sage releases..
> currently conda has 10.0 version which is 6 months old.. would like to
> test sage 10.1 or the new 10.2..
> was going to open a new issue..
>

Conda support is done by conda-forge.
https://github.com/conda-forge/sage-feedstock

I think it's the lack of hands to work on it, they have two or three
people, who are very busy with
their other, main work. Probably we should be helping them more.

Dima



> thanks..
>
> On Sunday, February 12, 2023 at 6:47:59 AM UTC+1 Luis Garcia-Puente wrote:
>
>> How can I update to a newer version of sage on Mac OS using mamba?
>>
>> On Tuesday, July 12, 2022 at 3:57:27 AM UTC-6 Dima Pasechnik wrote:
>>
>>> On Tue, Jul 12, 2022 at 10:48 AM Henri Girard 
>>> wrote:
>>> >
>>> > Is the conda sagemath working on windows ?
>>>
>>> no (it does work on WSL, though)
>>>
>>>
>>> >
>>> >
>>> > Le 12/07/2022 à 11:21, Julian Rüth a écrit :
>>> > > Hi Joseph,
>>> > >
>>> > > thanks for the notification. We had simply forgotten to update the
>>> sage
>>> > > package. We are now in the process of providing the sage 9.6 package
>>> for
>>> > > conda-forge at https://github.com/conda-forge/sage-feedstock/pull/77.
>>>
>>> > >
>>> > > * Joseph Nasser  [2022-07-11 11:54:04 -0700]:
>>> > >> Is it possible to install sage 9.6 through conda? If so, how?
>>> > > In the meantime, you can install a (hopefully mostly functional)
>>> > > SageMath 9.6 by installing sagelib 9.6 into a sage 9.5 environment,
>>> > > e.g.,
>>> > >
>>> > > mamba create -n sage96 python=3.10
>>> > > conda activate sage96
>>> > > mamba install --only-deps sage=9.5
>>> > > mamba install sagelib=9.6
>>> > >
>>> > > You might have to replace mamba with conda if you don't have mamba
>>> > > installed.
>>> > >
>>> > >
>>> > > julian
>>> > >
>>> >
>>> > --
>>> > 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/b7340679-0915-6e33-2784-db961a345c83%40gmail.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/CAAWYfq0FTqqaBU35rFMiEz9FBoYO2dn7oaARr%3DeDKr8F8mng8w%40mail.gmail.com.


Re: [sage-support] Availability of sage 9.6 through conda/mamba?

2023-12-05 Thread henri . girard
I compiled dev sage-10.2 but I don't know how to make a deb file or a 
conda version. For conda I can't compiled their way for dev version ?


Otherwise I would be willing doing help

thanks

Henri

Le 05/12/2023 à 11:10, Dima Pasechnik a écrit :


On 5 December 2023 08:12:16 GMT, oscar bg  wrote:

any update on conda support for newer Sage releases..
currently conda has 10.0 version which is 6 months old.. would
like to test sage 10.1 or the new 10.2..
was going to open a new issue..


Conda support is done by conda-forge.
https://github.com/conda-forge/sage-feedstock

I think it's the lack of hands to work on it, they have two or three 
people, who are very busy with

their other, main work. Probably we should be helping them more.

Dima


thanks..

On Sunday, February 12, 2023 at 6:47:59 AM UTC+1 Luis
Garcia-Puente wrote:

How can I update to a newer version of sage on Mac OS using mamba?

On Tuesday, July 12, 2022 at 3:57:27 AM UTC-6 Dima Pasechnik
wrote:

On Tue, Jul 12, 2022 at 10:48 AM Henri Girard
 wrote:
>
> Is the conda sagemath working on windows ?

no (it does work on WSL, though)


>
>
> Le 12/07/2022 à 11:21, Julian Rüth a écrit :
> > Hi Joseph,
> >
> > thanks for the notification. We had simply forgotten
to update the sage
> > package. We are now in the process of providing the
sage 9.6 package for
> > conda-forge at
https://github.com/conda-forge/sage-feedstock/pull/77.
> >
> > * Joseph Nasser  [2022-07-11
11:54:04 -0700]:
> >> Is it possible to install sage 9.6 through conda? If
so, how?
> > In the meantime, you can install a (hopefully mostly
functional)
> > SageMath 9.6 by installing sagelib 9.6 into a sage 9.5
environment,
> > e.g.,
> >
> > mamba create -n sage96 python=3.10
> > conda activate sage96
> > mamba install --only-deps sage=9.5
> > mamba install sagelib=9.6
> >
> > You might have to replace mamba with conda if you
don't have mamba
> > installed.
> >
> >
> > julian
> >
>
> --
> 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/b7340679-0915-6e33-2784-db961a345c83%40gmail.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/CAAWYfq0FTqqaBU35rFMiEz9FBoYO2dn7oaARr%3DeDKr8F8mng8w%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/656f0d31.5d0a0220.1e6aa.d108%40mx.google.com.


Re: [sage-support] Availability of sage 9.6 through conda/mamba?

2023-12-05 Thread Dima Pasechnik
On Tue, Dec 5, 2023 at 11:44 AM  wrote:
>
> I compiled dev sage-10.2 but I don't know how to make a deb file or a conda 
> version. For conda I can't compiled their way for dev version ?
>
> Otherwise I would be willing doing help

I think both Conda and Debian have issues with individual Sage parts,
but I don't know where the bottlenecks are.

Dima
>
> thanks
>
> Henri
>
> Le 05/12/2023 à 11:10, Dima Pasechnik a écrit :
>
>
> On 5 December 2023 08:12:16 GMT, oscar bg  wrote:
>>
>> any update on conda support for newer Sage releases..
>> currently conda has 10.0 version which is 6 months old.. would like to test 
>> sage 10.1 or the new 10.2..
>> was going to open a new issue..
>
>
> Conda support is done by conda-forge.
> https://github.com/conda-forge/sage-feedstock
>
> I think it's the lack of hands to work on it, they have two or three people, 
> who are very busy with
> their other, main work. Probably we should be helping them more.
>
> Dima
>
>
>>
>> thanks..
>>
>> On Sunday, February 12, 2023 at 6:47:59 AM UTC+1 Luis Garcia-Puente wrote:
>>>
>>> How can I update to a newer version of sage on Mac OS using mamba?
>>>
>>> On Tuesday, July 12, 2022 at 3:57:27 AM UTC-6 Dima Pasechnik wrote:

 On Tue, Jul 12, 2022 at 10:48 AM Henri Girard  wrote:
 >
 > Is the conda sagemath working on windows ?

 no (it does work on WSL, though)


 >
 >
 > Le 12/07/2022 à 11:21, Julian Rüth a écrit :
 > > Hi Joseph,
 > >
 > > thanks for the notification. We had simply forgotten to update the sage
 > > package. We are now in the process of providing the sage 9.6 package 
 > > for
 > > conda-forge at https://github.com/conda-forge/sage-feedstock/pull/77.
 > >
 > > * Joseph Nasser  [2022-07-11 11:54:04 -0700]:
 > >> Is it possible to install sage 9.6 through conda? If so, how?
 > > In the meantime, you can install a (hopefully mostly functional)
 > > SageMath 9.6 by installing sagelib 9.6 into a sage 9.5 environment,
 > > e.g.,
 > >
 > > mamba create -n sage96 python=3.10
 > > conda activate sage96
 > > mamba install --only-deps sage=9.5
 > > mamba install sagelib=9.6
 > >
 > > You might have to replace mamba with conda if you don't have mamba
 > > installed.
 > >
 > >
 > > julian
 > >
 >
 > --
 > 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/b7340679-0915-6e33-2784-db961a345c83%40gmail.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/CAAWYfq0FTqqaBU35rFMiEz9FBoYO2dn7oaARr%3DeDKr8F8mng8w%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/656f0d31.5d0a0220.1e6aa.d108%40mx.google.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/CAAWYfq3NB5eBrz5kF%3D%2BrtDRcScJbV7X9BW4frN_dtEKfTBWszg%40mail.gmail.com.