Dima Pasechnik

Results 143 comments of Dima Pasechnik

seems to be the same story: ``` 2023-10-08T02:43:17.5450390Z [cysignals-git] ERROR: Could not find a version that satisfies the requirement setuptools (from versions: none) 2023-10-08T02:43:17.5450681Z [cysignals-git] ERROR: No matching distribution found...

Well, I have a problem with clang-built Sage that might well be related to cysignals in threaded setting, and I am reduced to debugging via `print()` and coredumps.

This needs some work in the installation department: the problem is that somehow on the 1st run of `make` one ends up with ``` Undefined control sequence. \@title ...f embedding...

sorry, it's a just the style file problem. There is no \ST macro in sagetex.sty: I get the same error as in https://github.com/sagemath/sagetex/pull/43#issuecomment-553183410 if I just run `latex example.tex` (after...

> I see the issue now. All the `.dtx` files use this macro (where it's defined, I don't know), but `example.tex` is not this format. Maybe the Python preprocessor replaces...

> No idea why this works with `\ST`. in fact, the macro is here: https://github.com/sagemath/sagetex/blob/6dbe41ac3c2e97f3b766914a727cded51854efd4/sagetex.dtx#L162 to make it go into the style file, one needs to tag it with ``....

Are you actually able to run Sage in a terminal? Probably it has to do with the way one needs to provide a filename to a Cygwin application (you're running...

We talk about William Hart at Kaiserslautern, who should be added there his github is https://github.com/wbhart/ (no webpages though) (I cc to him) Dima On 10 November 2015 at 10:29,...

basically, the only issue here is that Conda's Sage does not run in un-activated Conda environment. Perhaps this could be mentioned in SageTeX docs.

A part of this was merged in #56. Could you please rebase over the current master branch?