-
I was doing a SaGe training run and kept getting the following error:
```multiprocessing.pool.RemoteTraceback:
"""
Traceback (most recent call last):
File "/home/AnthonyTong/.conda/envs/tswap/l…
-
can sage support code repo comparison function.
For example , I want to add 2~3 code repo here
to ask how to both use two code repo, to finish my business
-
First I installed sage using the package manager of my linux distribution.
## This works
main.py
```py
from sage.all import ZZ
print(ZZ)
```
```sh
uv run main.py
```
Output is `Integ…
-
I imported an existing mainnet mnemonic into Sage. The Sage wallet is only finding 1 coin record for this wallet but it actually has 2 coins when viewed using the Chia Reference Wallet or when using …
-
### Description
When using the `Switch` component on dark backgrounds, setting the component's `isDarkBackground` prop to true does not change the colour of the hint text, so it remains the default…
-
**Is your feature request related to a problem? Please describe.**
I frequently wish to combine force fields, like Sage with a different water model. This works fine when loading from disk:
`…
-
### Comment:
Hi
I am trying to install sagemath in Ubuntu.
I typed "conda create -n sage sage python=3.11" and I received the below message.
Channels:
- defaults
Platform: linux-64
Collecting p…
-
This issue continues the discussion started in a [sage-devel thread](https://groups.google.com/g/sage-devel/c/UFyFSvblZqI) on *Using Sage on Windows* regarding the approach suggested by @tobiasdiez us…
-
## Issue:
I installed Sage using mamba, the Sage documentation does not seem to be available. As a new user, I have not been able to find a solution. I suggest that document installation should be…
-
Currently, if SageMath is built, it will use up more than number of parallel jobs specified by `MAKEFLAGS`, because `make` and `ninja` has no communication.
I notice that there are already tools to…