On Tue, Mar 14, 2023 at 7:43 PM Dew Debra <mob...@gmail.com> wrote:
>
> I need to install SageMath version 9.7 in Google Colab, can this be done via 
> sudo apt-get install sagemath ? What exactly needs to be changed in the team?

Google Colab is just a cloud UI to Python, you can't really "install"
anything there. You can connect it to a machine where you have your
Python+Jupyter, perhaps with Sage installed, but Sage's installation
there has nothing to do with Colab (except it provides Jupyter
kernel that needs to be in proper place, etc).

And, in English "team" is different from "command", and from "order" :-)
Please check your automatically translated messages so that they
make sense.

>
> <>, 14 марта 2023 г. в 14:49:03 UTC+3, dim...@gmail.com:
>>
>> On Tue, Mar 14, 2023 at 04:40:09AM -0700, Dew Debra wrote:
>> > What should I do in this case when I can only install Sage through the
>> > terminal using the command:
>> >
>> > sudo apt-get install sagemath
>> >
>> > It's very strange since everything was working until today, and now I'm
>> > getting an error.
>> > Help how to fix it?
>> >
>> Nothing strange - you updated some python packages in Sage, which are not 
>> compatible with Sage 9.0, so you broke
>> it this way.
>>
>> uninstall cysignals using pip, possibly other packages in Sage that you 
>> updated using pip.
>> This hopefully will fix it.
>>
>>
> --
> 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/698e3c2c-0efc-4170-a1ae-9ad569ea7ecfn%40googlegroups.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/CAAWYfq1ke%2Bc18H%3DCNtkiNJ-5gcJodx13rhzaVpMPE_%2Be_hwdAA%40mail.gmail.com.

Reply via email to