Dirk Stolle
Dirk Stolle
Interesting. Let's take a look at the contents of `/ucrt64/bin/sage-runtests` from the `mingw-w64-ucrt-x86_64-python-passagemath-repl` package (currently version 10.6.37-1) then: ```python #!\python.exe import sys from sage.doctest.__main__ import main if __name__ == "__main__":...
I'm no Python expert, but this looks wrong to me. Just adding that line without any way to actually replace the `` part by a proper path is bound to...
By the way, the passagemath packages in MSYS2 have been updated to version 10.6.38 (https://github.com/msys2/MINGW-packages/pull/26571), now that the source packages for 10.6.38 are available on PyPI, too.
> Confirming that the issue with "launcher_dir" is resolved by [#26593](https://github.com/msys2/MINGW-packages/pull/26593). Thank you for the confirmation. I did not expect a fix for python-installer to be available so soon, so...
> 10.6.39 is up now Pull request for the update is on the way () and - if it passes - will be merged soon. **[Edit]** It's merged. **[/Edit]** Due...
> * homfly (all tests pass) https://github.com/passagemath/passagemath/actions/runs/19788086989/job/56698291839?pr=1842#step:4:231 Yes! 🚀 > * combinat (test failures similar to testing with my Windows wheels) https://github.com/passagemath/passagemath/actions/runs/19788086989/job/56698291797?pr=1842 The relevant output there ends with ``` File...
> > What passagemath package does the Python module 'sage.rings.real_mpfi' belong to? > > It's in passagemath-flint. OK. That is not available in MSYS2, yet, because it needs passagemath-ntl which...